postgres 7.3.3 on redhat 7.2

Started by Daniel E. Fisherover 22 years ago4 messagesgeneral
Jump to latest
#1Daniel E. Fisher
danfisher@bwkip.com

I can't get a rest for a min guys.

I go away for the weekend and my server is getting this error.

Fatal error: Call to undefined function: pg_connect() in
/var/www/html/crohns/phpBB2/db/postgres7.php on line 79

Any idea what this might be?

-Dan
...lost...in postgres

#2Martín Marqués
martin@bugs.unl.edu.ar
In reply to: Daniel E. Fisher (#1)
Re: postgres 7.3.3 on redhat 7.2

El Lun 20 Oct 2003 10:19, Daniel E. Fisher escribió:

I can't get a rest for a min guys.

I go away for the weekend and my server is getting this error.

Fatal error: Call to undefined function: pg_connect() in
/var/www/html/crohns/phpBB2/db/postgres7.php on line 79

Your PHP doesn't have support for PostgreSQL.

Look at phpinfo();

--
10:24:01 up 17 days, 19:56, 3 users, load average: 1.09, 0.98, 0.72
-----------------------------------------------------------------
Martín Marqués | mmarques@unl.edu.ar
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------

#3Joshua D. Drake
jd@commandprompt.com
In reply to: Martín Marqués (#2)
Re: postgres 7.3.3 on redhat 7.2

Hello,

Also you should really upgrade to 7.3.4.

Sincerely,

Joshua Drake

Martin Marques wrote:

El Lun 20 Oct 2003 10:19, Daniel E. Fisher escribi�:

I can't get a rest for a min guys.

I go away for the weekend and my server is getting this error.

Fatal error: Call to undefined function: pg_connect() in
/var/www/html/crohns/phpBB2/db/postgres7.php on line 79

Your PHP doesn't have support for PostgreSQL.

Look at phpinfo();

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org 
#4scott.marlowe
scott.marlowe@ihs.com
In reply to: Daniel E. Fisher (#1)
Re: postgres 7.3.3 on redhat 7.2

On Mon, 20 Oct 2003, Daniel E. Fisher wrote:

I can't get a rest for a min guys.

I go away for the weekend and my server is getting this error.

Fatal error: Call to undefined function: pg_connect() in
/var/www/html/crohns/phpBB2/db/postgres7.php on line 79

Your machine is not configured to run PHP under apache. If you are
running apache from RPMs, look for an rpm with mod and php in the name and
install it. If you are running from tar balls, you'll need to recompile
php with the --with-pgsql switch