Re: Having tough time getting php working for postgresql..

From: "Sherwin M(dot) Harris" <Sherwin_Harris(at)byu(dot)edu>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Having tough time getting php working for postgresql..
Date: 2006-01-10 16:20:08
Message-ID: DBC55FC363C9274CB71DB7600AB0F05003EAB93B@klondike.exch.ad.byu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Do NOT uninstall. The package you need to install is called php-pgsql.
You should be able to do a (as root of course or sudo if that is set up)

Yum install php-pgsql

Restart apache and you are good to go.

Sherwin Harris

________________________________

From: pgsql-php-owner(at)postgresql(dot)org
[mailto:pgsql-php-owner(at)postgresql(dot)org] On Behalf Of manjusri schuit
Sent: Tuesday, January 10, 2006 7:05 AM
To: Jeff MacDonald
Cc: Jagan Reddy; pgsql-php(at)postgresql(dot)org
Subject: Re: [PHP] Having tough time getting php working for
postgresql..

Hello
form the php site--

In order to enable PostgreSQL support, --with-pgsql[=DIR] is required
when you compile PHP. DIR is the PostgreSQL base install directory,
defaults to /usr/local/pgsql. If shared object module is available,
PostgreSQL module may be loaded using extension
<http://nl3.php.net/manual/nl/ini.sect.path-directory.php#ini.extension>
directive in php.ini or dl()
<http://nl3.php.net/manual/nl/function.dl.php> function.

The default php instalations on most linux distro's don't come with
postgresql enabled !
So you need to unistall the default php version first.

On 1/10/06, Jeff MacDonald <jam(at)zoidtechnologies(dot)com> wrote:

greetings,

On Mon, 2006-01-09 at 14:23 -0800, Jagan Reddy wrote:
> Hello,
> I have successfully compiled and installed postgresql 8.1.1. I have
> created some databases as well.
> But I want to get php working with pgsql so that I can do some web
> develoement.
>
> Whatever rpms I get and insall, it is still complaining for another.
> I believe I have PHP 4.3.9 and I tried here to insall php-pgsql4.3.9.
> No luck.
>
> I am still running the default PHP installed by RedHat linux
> installaion process. I have not removed and installed source code
> based PHP though.
>
> Thanks
> Jagan Reddy
>

what version of redhat are you using?

what version of the php rpm to do you have installed? (use 'rpm -q php'
to check)

regards,
J
--
Jeff MacDonald
Zoid Technologies, http://zoidtechnologies.com/

---------------------------(end of broadcast)---------------------------

TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

--
Met vriendelijke groet
Manjusri Schuit

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Rafael Mora 2006-01-11 12:31:20 PHP and PostgreSQL connection
Previous Message manjusri schuit 2006-01-10 14:04:43 Re: Having tough time getting php working for postgresql..