[PHP] I can't do a connection to POSTGRES from PHP4 as NSAPI

2001-03-16 Thread Norberto Rojas
Hi, I built the latest PHP4to 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 postg

[PHP] I can't install PHP4

2001-03-15 Thread Norberto Rojas
Hi: I've trying to install PHP4 without good results: The steps i follow were: 1: gzip -d < php-4.0.4pl1.tar.gz | tar xvf - 2: cd php-4.0.4pl1 3: ./configure --with-nsapi=/usr/netscape/server4/ --enable-tracks-vars --enable-libgcc (because i want to uset with iplanet web server) 4: ma