Re: some help - Mailing list pgsql-novice

From Rodolfo J. Paiz
Subject Re: some help
Date
Msg-id 1107375012.5213.40.camel@rodolfo.gt.factorrent.com
Whole thread Raw
In response to Re: some help  (Mitch Pirtle <mitch.pirtle@gmail.com>)
Responses Re: some help  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
List pgsql-novice
On Wed, 2005-02-02 at 10:23 -0500, Mitch Pirtle wrote:
> This is because your php.ini is not loading the postgres database
> driver. Just find your php.ini, and change the line that says:
>
> ;extension=php_pgsql.dll
>
> to:
>
> extension=php_pgsql.dll
>
> (Remove the semicolon and you're golden)
>

Note that this filename refers to Windows. Just FYI.

In my case, you've led me one step forward though. Indeed the PHP-PG
stuff is not enabled in Apache, but I'm using CPANEL (a hosting sytem)
which compiles its own Apache... and of course I don't want to break it.

I'm currently looking for ways to either enable this via CPANEL or
rebuild Apache via CPANEL to include PG functionality. Any pointers
welcome while I attempt this, too.

Cheers,

--
Rodolfo J. Paiz <rpaiz@simpaticus.com>


pgsql-novice by date:

Previous
From: Tim Goodaire
Date:
Subject: Re: How to "COPY schema1.table TO schema2.table" ?
Next
From:
Date:
Subject: pgsql and adodb's genID() for unique id sequence...