Hi,
I built the latest PHP4 to use it as NSAPI with postgress connection:
./configure --with-nsapi=/usr/netscape/server4/
--with-pgsql=/var/lib/pgsql --enable-libgcc --enable-track-vars
make
make install
"stop web server" & "restart"
,but when I try to pg_connect to postgres, I get the following:
PHP Fatal Error: call to undefined function
: pg_connect line 8
I dont understand why this is happening.
What can I do? I searched for this error and could not find any help.
Thanks in advance
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]