Hi all,
I'm having problems to compile exim with PAM support. I got
the exim source and changed the Makefile, uncommenting the
line:
SUPPORT_PAM=yes
After that I defined :
EXTRALIBS= -L/lib -lpam
Where "ls -l /lib/libpam.so":
lrwxrwxrwx 1 root root 11 Nov 12 10:18 /lib/libpam.so -> libpam.so.0
For while all fine, but when I test SMTP AUTH with exim installed,
I get this message:
2001-11-12 13:03:55 Authentication failed for make.linuxsolutions.com.br (olinux.com.br) [10.0.2.3]: 435 Unable to authenticate at present: unknown condition "pam"
This like that SUPPORT_PAM compilation failed. Ideas ?
Thanks,
Fabio