Re: configure --with-pam - Mailing list pgsql-general

From Tom Lane
Subject Re: configure --with-pam
Date
Msg-id 19852.1014786999@sss.pgh.pa.us
Whole thread Raw
In response to configure --with-pam  ("Eugene Chiu" <echiu@iname.com>)
List pgsql-general
"Eugene Chiu" <echiu@iname.com> writes:
> Have any of you successfully configured Linux-PAM with Postgresql? When I
> run ./configure --with-pam, I get the following error:

> checking for pam_start in -lpam... no
> configure: error: library 'pam' is required for PAM

Hmm, it passes configure for me, using PG 7.2 on RH Linux 7.2, which
according to rpm contains

$ rpm -qa | grep pam
pam-0.75-14
pam_smb-1.1.6-2
pam-devel-0.75-14
pam_krb5-1.46-1

What PG and PAM versions are you using?  Does ldconfig know where
libpam.so is?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump gives segmentation fault and cores
Next
From: Tom Lane
Date:
Subject: Re: pltcl: Invalid return list from trigger - must have even # of elements