[Exim] Problems compiling PAM support

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: F?bio Berbert de Paula
Fecha:  
A: exim-users
Temas antiguos: Re: [Exim] server_condition in SMTP AUTH
Asunto: [Exim] Problems compiling PAM support
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