Hi,
I installed redhat 8 but had trouble running php with mysql.
So I downloaded and installed both apache 2 and php 4.2.3 from the source.
However when I try to configure postgre support I get an error:
"Cannot find libpq-fe.h Specify correct Postgresql installation path."
I search for pgsql in my box and it has the following dirs:
/var/lib/pgsql
/usr/lib/pgsql
/usr/share/pgsql
The command I give is:
./configure --with-pgsql=/path/to/pgsql (tried all above dirs)
Any help?
Thanks