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

From Helge Bahmann
Subject Re: configure --with-pam
Date
Msg-id Pine.LNX.4.21.0202270021290.2452-100000@lothlorien.stunet2.tu-freiberg.de
Whole thread Raw
In response to configure --with-pam  ("Eugene Chiu" <echiu@iname.com>)
Responses Re: configure --with-pam  ("Dominic J. Eidson" <sauron@the-infinite.org>)
List pgsql-general
On Tue, 26 Feb 2002, Eugene Chiu wrote:

> Hi all,
>
> Have any of you successfully configured Linux-PAM with Postgresql? When I
> run ./configure --with-pam, I get the following error:
>
> <snip>
> checking for inflate in -lz... (cached) yes
> checking for library containing fdatasync... (cached) none required
> checking for pam_start in -lpam... no
> configure: error: library 'pam' is required for PAM

Yes I have setup all Postgres servers with pam. Are you sure that the pam
libraries are correctly installed on your system?

From the above I cannot see why configure fails to locate the pam
libraries - can you show us the contents of config.log (or at least the
relevant parts) after calling configure --with-pam?

What does "ls -l /usr/lib/libpam* /lib/libpam*" show?

Best regards
--
Helge Bahmann <bahmann@math.tu-freiberg.de>             /| \__
Network admin, systems programmer                      /_|____\
                                                     _/\ |   __)
$ ./configure                                        \\ \|__/__|
checking whether build environment is sane... yes     \\/___/ |
checking for AIX... no (we already did this)            |


pgsql-general by date:

Previous
From: Bill McGonigle
Date:
Subject: Re: Is there a drawback when changing NAMEDATALEN to 64?
Next
From: "Dominic J. Eidson"
Date:
Subject: Re: configure --with-pam