https://bugzilla.novell.com/show_bug.cgi?id=361431 User max@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361431#c4 --- Comment #4 from Reinhard Max <max@novell.com> 2008-02-14 03:06:46 MST --- (In reply to comment #3 from Cristian Rodriguez)
at least postgresql-devel should Require glibc-devel openssl-devel
[...]/usr/include/pgsql/internal/libpq-int.h:#include <openssl/ssl.h> [...]/usr/include/pgsql/internal/libpq-int.h:#include <openssl/err.h>
* libpq-int.h * This file contains internal definitions meant to be used only by * the frontend libpq library, not by applications that call it. I don't think an RPM needs to cater for that situation. Those who are using such internal APIs (if anybody is using it at all) probably also know how to install an additional devel package.
and pg_config --libs should return only the needed libraries.
Well, the problem here is, that PostgreSQL's configure script collects only one list of needed libs, which includes stuff like libreadline which is only needed by the command line front end, but neither by the backend nor by the client library. Maybe I should just remove pg_config from the package, or at least empty the LIBS variable, as it is not really needed for linking stuff against the dynamic libpq and we don't ship a static version of it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.