Hi Rasmus,
I checked and that header file was there..
I then checked /usr/local/lib and noticed that libpq.so now is
libpg.so.2.2 and one of the sites i checked had a libpq.so.2.1 so I
made a symbolic link to libpq.so.2.1 and it al worked !!
I also did a make-install-all-headers as well
Th
Have a look at ext/pgsql/config.m4. It tells you that when you use
--with-pgsql PHP will look in these top-level dirs:
/usr, /usr/local and /usr/local/pgsql
And under these top-level dirs it checks for include files in:
include
include/pgsql
include/postgres
include/postgresql
and library fil
Hi all,
Going quietly insane here...
Trying to install with postgres
1) Downloaded and compiled postgres-7.2, all went smoothly, db is running
2) Compiled php 4.12, "Checking for Postgres support = NO" !!!
3) added /usr/local/pgsql/lib into ld.so.conf and ran ldconfig.
4) Tried "with-pgsql=/