Re: undefined symbol: krb5_cc_get_principal

Поиск
Список
Период
Сортировка
От Adam H.Pendleton
Тема Re: undefined symbol: krb5_cc_get_principal
Дата
Msg-id B96168E7-EF90-11D8-86DC-000A95B4F45C@fmonkey.net
обсуждение исходный текст
Ответ на Re: undefined symbol: krb5_cc_get_principal  (Raphaël Enrici <blacknoz@club-internet.fr>)
Ответы Re: undefined symbol: krb5_cc_get_principal  (Raphaël Enrici <blacknoz@club-internet.fr>)
Список pgadmin-support
On Aug 13, 2004, at 4:33 PM, Raphaël Enrici wrote:

>
> to me it's something like this, although the ld found them. In fact, I
> think FC1 may be more advanced than EL 3.0 or the opposite concerning
> kerberos.
>
> can you confirm the following:
> nm -D /usr/kerberos/lib/libkrb5.so.3 | grep krb5_cc_get_principal
> should give _nothing_ on your host.
>
> If yes, can you try packages for RH9.
> I played a bit with FC1 & RH9 packages and it seems that binaries
> provided for RH9 don't refer to krb5_cc_get_principal and
> krb5_cc_close.
> (see nm -a /usr/bin/pgadmin3 | grep krb5 to list the symbols pgadmin3
> is  looking for).
>
> That's not a definitive solution, just a try to provide you something
> easy to install until someone try to build it for RH EL.
>
> If this does not work, I bet we are on the way to try a build on your
> host. Are you ok to go with it if we guide you a bit ?
>

IIRC, the problem with RH kerberos link errors had to do with the fact
that the SSL libraries linked dynamically with the kerberos libraries,
and not including the kerberos libraries when you linked with SSL
caused problems.  Try adding -lkrb5 to the LIBS variable in
pgadmin3/src/Makefile.

ahp


В списке pgadmin-support по дате отправления:

Предыдущее
От: Raphaël Enrici
Дата:
Сообщение: Re: Compilation error
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgadmin III - database backup / restore