Re: compilation info without pg_config

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: compilation info without pg_config
Дата
Msg-id b4a6b81cc23c82fa97bc5112449df317@biglumber.com
обсуждение исходный текст
Ответ на compilation info without pg_config  (Maximilian Tyrtania <lists@contactking.de>)
Ответы Re: compilation info without pg_config  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


> i'd like to figure out if my pg server (9.0.2) running on OpenSuse
> has been compiled with gssapi support. The PG OpenSuse package
> seems to not ship pg_config for some reason.

That's a known bug (IMO) with most distros: pg_config is put into
the -devel package.

> Is there another way to determine that?

You can use ldd on the postgres executable, e.g.

$ ldd /usr/local/bin/postgres | grep gss
libgssapi_krb5.so.2 => /lib/libgssapi_krb5.so.2 (0x0414d000)


- --
Greg Sabino Mullane greg@turnstep.com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201203260903
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAk9waT8ACgkQvJuQZxSWSsg8nQCg2HVYrglAwdkvHwQ+s6t0CTHn
vckAn2G0rS9OT9lfLvZ7gN3Rt4PKvYGu
=IQ8G
-----END PGP SIGNATURE-----



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

Предыдущее
От: Tom Molesworth
Дата:
Сообщение: Re: can these queries be combined into one?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: compilation info without pg_config