PHP & Postgresql

admin

Administrator
Staff member
Hello all,

I have an interesting problem.

If I install postgresql from rpms I can use phpPgAdmin to connect to the server. I have pgsql.so in my php directory under apache.

If I build my on postgresql I cannot connect to the server with phpPgAdmin, php tells me that it is a call to an undefined function pg_connect().

I read the install file that came in the postgresql source tarball and I saw references to compiling with tcl, tk, and perl etc, but nothing about php.

Do I need to build it with php support built into the postgresql installation.

TIA

John
 
Back
Top