Re: compilation info without pg_config - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: compilation info without pg_config
Date
Msg-id b4a6b81cc23c82fa97bc5112449df317@biglumber.com
Whole thread Raw
In response to compilation info without pg_config  (Maximilian Tyrtania <lists@contactking.de>)
Responses Re: compilation info without pg_config  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List 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 by date:

Previous
From: Tom Molesworth
Date:
Subject: Re: can these queries be combined into one?
Next
From: Adrian Klaver
Date:
Subject: Re: compilation info without pg_config