RE: Postgres with php3

From: patrick(dot)wolf(at)Aerojet(dot)com (WOLF, PATRICK)
To: Carsten Huettl <CHUETTL(at)ahorn-Net(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: RE: Postgres with php3
Date: 2000-06-21 15:18:02
Message-ID: 63A19D0F08E6D211AD740008C7B1C47B02FE15FF@APD-MAIL1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I use apache, php3 and postgresql 6.5.3 on a RedHat 6.1 system. I installed
the plain vanilla apache code from RPM, installed the plain vanilla
postgresql from RPM. Then you have to install the PHP3 *source* RPM, modify
the build file and re-roll the RPM with postgresl support. It was really a
piece of cake. There are specific instructions on www.php.net
<http://www.php.net> (http://www.php.net/FAQ.php#5.3
<http://www.php.net/FAQ.php#5.3> ) .

Pat

Patrick C. Wolf
R&D Manager
Aerojet
Socorro Plant

-----Original Message-----
From: Karl F. Larsen [mailto:k5di(at)zianet(dot)com]
Sent: Wednesday, June 21, 2000 6:20 AM
To: Carsten Huettl
Cc: pgsql-general(at)postgresql(dot)org;
pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Postgres with php3

I haven't played with apache so am not sure what php3 is.
But I'm sure you
first need to get postgres running. Go to /usr/doc/ and read
the README
under your version of postgres. It tells you how to turn on
postgres and
get the postmaster running. You want it to turn on each time
you boot
Linux.

Now read about php3 and see how it interfaces....

On Tue, 20 Jun 2000, Carsten Huettl wrote:

> Hello,
>
> I have setup a RH 6.2 box with postgres.
> The httpd (apache) has support for php3.
> But I don't know if the rh installation builds in the php3
support in
> postgres. I installed the pgadmin 2.0.2 but it did not
find any
> database. Maybe this is becuase rh installs in different
directories
> then recommended.
> The pgphp package is installed as I see from rpm -q
> How do I check if the postgres installation is correct
with support for
> php3.
>
> TIA
> C.
>
>
> --
> Carsten Huettl - <http://www.ahorn-Net.de>
> pgp-key on request
>
>

Yours Truly,

- Karl F. Larsen, k5di(at)arrl(dot)net (505) 524-3303 -

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Anthony E. Greene 2000-06-21 18:51:13 RE: Postgres with php3
Previous Message Karl F. Larsen 2000-06-21 12:19:53 Re: Postgres with php3