[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Zmailer 2.99.50s10
Hi!
Now I have installed Zmailer-2.99.50s10 on my FreeBSD-3.0 box. I found
some small bugs in this distribution while compiling & installing it.
Well, may be some of them already known for you.
1. libc/strerror.c doesn't compile:
cc -O -pipe -DHAVE_CONFIG_H -I../libresolv -I./../include -I../include
-I.. -c strsignal.c
strsignal.c: In function `strsignal':
strsignal.c:59: `sys_siglist' undeclared (first use this function)
strsignal.c:59: (Each undeclared identifier is reported only once
strsignal.c:59: for each function it appears in.)
*** Error code 1
Stop.
Including "zmsignal.h" resolve this problem.
2. "make install" doesn't work properly in `proto' directory. I think
that all make target must be formed as
clientdirs: $(PZCONFIG)
-@(. $(PZCONFIG) ; \
if [ ! -d $(prefix)$$MAILBIN ]; then \
echo $(MKDIR) $(prefix)$$MAILBIN && \
$(MKDIR) $(prefix)$$MAILBIN ; \
fi)
not as
clientdirs: $(PZCONFIG)
-@. $(PZCONFIG) ; \
if [ ! -d $(prefix)$$MAILBIN ]; then \
echo $(MKDIR) $(prefix)$$MAILBIN && \
$(MKDIR) $(prefix)$$MAILBIN ; \
fi
because in this case variables from $(PZCONFIG) doesn't exported
3. After install $MAILBIN/newdb doesn't work because I have my `true'
programm in /usr/bin not in /bin
--
CU, Victor Gamov