Re: Need help urgent!!! - Mailing list pgadmin-support

From Raymond O'Donnell
Subject Re: Need help urgent!!!
Date
Msg-id 4A5728BD.4020308@iol.ie
Whole thread Raw
In response to Re: Need help urgent!!!  ("Dileep A.V" <dileepav@thirdeyetek.com>)
List pgadmin-support
On 10/07/2009 12:24, Dileep A.V wrote:
> Hi Ray,
> 
> Thanks for the reply and your time. There is no statement like:
> 
> extension=php_pgsql.dll in my php.ini file. Anyway I have added a new line
> for the same. Then I restarted the Apache Web Server(Apache). But after that
> When I try to open the phppgadmin, url is http://localhost:8081/phpPgAdmin/,
> 
> I am getting the following error:
> 
> Your PHP installation does not support PostgreSQL. You need to recompile PHP
> using the --with-pgsql configure option.

Are you sure that PHP is using the correct php.ini? Doing a phpinfo()
will tell you, somewhere in the first few blocks of information.

Also, have you told PHP where to look for dynamic extensions? There's an
option for that in php.ini also; on my laptop, for example, it's -
   extension_dir = "c:\php\ext"

- under the "Paths and directories" section of php.ini.

Finally, check that php_pgsql.dll exists, and that the PHP user has
execute permissions on it.

Ray.


------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------


pgadmin-support by date:

Previous
From: "Dileep A.V"
Date:
Subject: Re: Need help urgent!!!
Next
From: Raymond O'Donnell
Date:
Subject: Re: Need help urgent!!!