Обсуждение: configure --with-pam

Поиск
Список
Период
Сортировка

configure --with-pam

От
"Eugene Chiu"
Дата:
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

Please help. TIA

Eugene



Re: configure --with-pam

От
Ian Barwick
Дата:
On Tuesday 26 February 2002 17:15, 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

The message is in the error... Maybe your system (you don't say what
flavour) doesn't have the pam libraries installed. What does
  rpm -qi pam
say?

Ian Barwick

Re: configure --with-pam

От
"Eugene Chiu"
Дата:
"Eugene Chiu" <echiu@iname.com> wrote in message
news:d1bg5a.4pj.ln@ns3.scihome.com...
> 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
>

Thank you all for the replies...

I finally figured out that the PAM was not installed correctly, in the /lib
directory, all the libpam*.so was pointing to libpam*.so.0, instead of
libpam*.so.0.75.... That does it...

Thank you all again!!

Eugene