mod_php3 distributed with RedHat6.0 (fwd)

From: wchart(at)pegasus1(dot)it(dot)kmutt(dot)ac(dot)th
To: pgsql-interfaces(at)postgresql(dot)org
Subject: mod_php3 distributed with RedHat6.0 (fwd)
Date: 1999-09-20 05:08:48
Message-ID: Pine.GSO.3.93.990919220731.5516C-100000@pegasus1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


I am using a php3 interface come with RedHat6.0 CD. But the error when I
open .php3 for connecting to PostgreSQL via a Apache is:

Fatal error: Call to unsupported or undefined function pg_connect() in
myfile.php3 on line 9

myfile.php3 line 9: $conn = pg_connect("dbname=test");

Does this mean that mod_php3 package of RedHat6.0 was not compiled with
PostgreSQL library?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tingqiang Ma 1999-09-20 07:23:23
Previous Message wchart 1999-09-20 04:52:13 mod_php3 distributed with RedHat6.0