RE: [PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-20 Thread Steve Brett
/postgresql/ and not /usr/local/pgsql php needs to see the source code not the install dir. Steve > -Original Message- > From: Gary Huntress [mailto:[EMAIL PROTECTED]] > Sent: 20 March 2001 12:39 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] problems configuring php and p

Re: [PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-20 Thread Gary Huntress
I just added phpinfo() to my test page and the "configure command" section does NOT include --with-pgsqlclearly that is my problem I just deleted my php-4.0.4 source directory and reinstalled the tarball, ran ./configure --with-pgsql=/usr/local/pgsql --with-xml ; make ; make install, received

Re: [PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-20 Thread Gary Huntress
I had the default binary rpm that was installed with RH7. I just installed the postgres devel rpm, reran ./configure, make, make install and restarted apache with the same result of "call to undefined function" I noticed that the tutorial on http://www.phpbuilder.com/columns/kevin20010314.php3

[PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-19 Thread Gary Huntress
I am trying to get postgresql (pg) support for php working on my RH7 box. I had a working binary installation of postgres 7.03. I thought I had read that php4 had default support for pg, but my call to pg_connect() gave me a "Call to undefined function" error. So, next I tried to re ./configure