Re: Need help urgent!!!

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Need help urgent!!!
Дата
Msg-id 4A5728BD.4020308@iol.ie
обсуждение исходный текст
Ответ на Re: Need help urgent!!!  ("Dileep A.V" <dileepav@thirdeyetek.com>)
Список 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 по дате отправления:

Предыдущее
От: "Dileep A.V"
Дата:
Сообщение: Re: Need help urgent!!!
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Need help urgent!!!