I am running Redhat 7.3, with for anyone who might familar with it; H-Sphere Control Panel.. Which runs on a postgresql database backend. PostgreSQL was installed when H-Sphere was put on.. When I do a rpm check with postgre I have the following listed:
postgresql-libs-7.1.3-2
postgresql-server-7.1.3-2
postgresql-7.1.3-2
So upon running the PHP configure script with the "--with-pgsql" option, I get the following error: "Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path.".. I've tried the option with no value (no dir specifed), "=/usr", "=/usr/lib".. But no change in result. The file cannot be found either if I run a find command..
Anyone have any ideas where I should take it from here?
Thanks.