On 01/26/11 21:13, Oliver Heesakkers wrote:
On Wednesday 26 January 2011 18:12:59 Carsten Koch-Mauthe wrote:
Hi,

i've problems to compile exim-4.74 in a Suse 11.3 system.
Compiling ends with error:

awk '{ print ($1+1) }' cnumber.h>  cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc version.c
rm -f exim
gcc -o exim
drtables.o: In function `init_lookup_list':
drtables.c:(.text+0x1cf): undefined reference to `passwd_lookup_module_info'
collect2: ld returned 1 exit status
make[1]: *** [exim] Fehler 1
make[1]: Leaving directory `/usr/src/exim-4.74/build-Linux-x86_64'
make: *** [all] Fehler 2

Exim-4.73 same Makefile same machine compiles ok.
Any hints ?



You have to remove both the # and the space before LOOKUP_PASSWD=yes

So, "LOOKUP_PASSWD=yes" will work and " LOOKUP_PASSWD=yes" will fail.


Very good catch, solved my issue on OpenBSD too

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to