Re: [Exim] Compiling with

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Mark Bergsma
Fecha:  
A: exim-users
Asunto: Re: [Exim] Compiling with
On Mon, 1 May 2000, Jared Proudfoot wrote:

> I'm having a problem compiling exim 3.13 with SUPPORT_PAM defined on a
> Redhat 6.1, Intel Linux box. Whenever I try and compile, I get the
> following errors:


<snip>

> -lnsl -lcrypt -ldb -lresolv \
> auths/auths.a(call_pam.o): In function `auth_call_pam':
> call_pam.o(.text+0x15a): undefined reference to `pam_start'
> call_pam.o(.text+0x170): undefined reference to `pam_authenticate'


You need to define

EXTRALIBS=-lpam

in Local/Makefile

But you may want to use my Exim RPMs: http://www.mbergsma.demon.nl/RPMS/
They are included in RedHat Powertools as well.

--
Mark

mark@???