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 r...@iol.ie Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals ------------------------------------------------------------------ -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support