Re: [PHP] Problem getting PostgreSQL to compile

2001-03-05 Thread The Hermit Hacker
PROTECTED] To: K Old [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] Problem getting PostgreSQL to compile Date: Fri, 2 Mar 2001 22:30:11 -0400 (AST) have you checked phpinfo() to make sure that pgsql support is actually compiled in? if so, any errors

Re: [PHP] Problem getting PostgreSQL to compile

2001-03-04 Thread K Old
ok. Any ideas? From: The Hermit Hacker [EMAIL PROTECTED] To: K Old [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] Problem getting PostgreSQL to compile Date: Fri, 2 Mar 2001 22:30:11 -0400 (AST) have you checked phpinfo() to make sure that pgsql support is actually

Re: [PHP] Problem getting PostgreSQL to compile

2001-03-02 Thread The Hermit Hacker
have you checked phpinfo() to make sure that pgsql support is actually compiled in? if so, any errors on connection, or just silently fails? On Fri, 2 Mar 2001, K Old wrote: Hello, I'm running RH 7 and Apache. I have the latest version of PostgreSQL and it is installed and running

[PHP] Problem getting PostgreSQL to compile

2001-03-02 Thread K Old
Hello, I'm running RH 7 and Apache. I have the latest version of PostgreSQL and it is installed and running correctly. I have installed PHP with the --with-pgsql and it seems to install everything needed, but when I try to use pg_connect() it fails to connect. Any ideas what I can do?