I am actually trying to install qmail-ldap (20040401) and try it out. Everything compiles fine, except when it tries to do qmail-send and qmail-secretary. While I was able to fix qmail-send by adding a reference of cdb.a in the target, I am wondering about qmail-secretary:
cc -O2 -o qmail-secretary qmail-secretary.c /tmp/ccg28683.o: In function `temp_nomem': /tmp/ccg28683.o(.text+0x1d): undefined reference to `strerr_die' /tmp/ccg28683.o: In function `temp_qmail': /tmp/ccg28683.o(.text+0x2b): undefined reference to `strerr_sys' /tmp/ccg28683.o(.text+0x48): undefined reference to `strerr_die' /tmp/ccg28683.o: In function `temp_rewind': /tmp/ccg28683.o(.text+0x6d): undefined reference to `strerr_die' /tmp/ccg28683.o: In function `temp_read': /tmp/ccg28683.o(.text+0x91): undefined reference to `strerr_die' /tmp/ccg28683.o: In function `temp_fork': /tmp/ccg28683.o(.text+0x9f): undefined reference to `strerr_sys' /tmp/ccg28683.o(.text+0xb8): undefined reference to `strerr_die' /tmp/ccg28683.o: In function `die_badaddr': /tmp/ccg28683.o(.text+0xdd): undefined reference to `strerr_die' /tmp/ccg28683.o: In function `usage': . . .
That seems as if there is something wrong with the Makefile... did anyone have that before?
How do I fix the Makefile accordingly?
Many thanks in advance!
Matthias
