Wieste,
Thanks for the question - it turned out that an update to the yum
repository location for PostgreSQL had removed the development headers
from my system.
Fixing that corrected the problem and I got a successful compile and
install.
Thanks again for the assistance.
John
Wietse Venema wrote:
John:
Hi,
I have used the following make command with 2.5.1 successfully in the past:
make -f Makefile.init makefiles CCARGS="-I/usr/include
-I/usr/include/mysql -I/usr/include/openssl -I/usr/include/sasl
-DUSE_SASL_AUTH -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DHAS_LDAP -DHAS_MYSQL
-DHAS_PGSQL -DUSE_TLS" AUXLIBS="-L/usr/lib -L/usr/lib -L/usr/lib/mysql
-lmysqlclient -L/usr/lib/pgsql -lcrypto -lldap -llber -lm -lpq -lsasl2
-lssl -lz"