Re: [INTERFACES] mod_php3 distributed with RedHat6.0 (fwd)

From: "Adam Williams" <awilliam(at)whitemice(dot)org>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] mod_php3 distributed with RedHat6.0 (fwd)
Date: 1999-09-19 18:26:59
Message-ID: 9909191826.ZM19215@estate1.whitemice.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sep 19, 6:45pm, Peter Mount wrote:
> Subject: Re: [INTERFACES] mod_php3 distributed with RedHat6.0 (fwd)
> On Sun, 19 Sep 1999 wchart(at)pegasus1(dot)it(dot)kmutt(dot)ac(dot)th wrote:
>
> >
> > 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?
>
> I believe so. At work, I have a RedHat6.0 machine for some Intranet
> development, and I ended up recompiling both apache and php3 to get
> postgresql support working.

I think the original PHP on RH 6.0 doesn't support PostgreSQL due to an oops at
RedHat. There should be an update from the redhat website that fixes the
problem.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Brett W. McCoy 1999-09-19 20:50:11 Re: [INTERFACES] mod_php3 distributed with RedHat6.0 (fwd)
Previous Message Peter Mount 1999-09-19 17:45:22 Re: [INTERFACES] mod_php3 distributed with RedHat6.0 (fwd)