Re: [Exim] problem with compiling exim

Pàgina inicial
Delete this message
Reply to this message
Autor: Tamas TEVESZ
Data:  
A: exim-users
Assumpte: Re: [Exim] problem with compiling exim
On Thu, 29 Aug 2002, Nico Erfurth wrote:

> You need to add -lpam to your EXTRA_LIBS in the Local/Makefile, RTFM


auth_call_pam is not a pam function, it's exim's own function
interfacing to pam.

as for the original poster: you have something screwed up.
auth_call_pam() in expand.c is protected by an #ifdef, so
even if you have pam disabled in Local/Makefile, that should not
occur. if you have it enabled (as you presumably have), it should link
ok.


i suggest you wipe your untarred exim source, extract it again, and
try from that (after copying your Local/Makefile of course).

--
(void)