Hello every one, I've installed php php-pgsql , phpPgAdmin, postgresql server on fedora 13, running http://localhost/phpPgadmin gives me :
"Your PHP installation does not support PostgreSQL. you need to recompile PHP using the --with-pgsql configure option
how do I turn on postgresql php support ?
thanks taking time to reply
On Thu, 2011-03-31 at 09:53 +0000, mike lan wrote: Hello every one, I've installed php php-pgsql , phpPgAdmin, postgresql server on fedora 13, running http://localhost/phpPgadmin gives me :
"Your PHP installation does not support PostgreSQL. you need to recompile PHP using the --with-pgsql configure option
how do I turn on postgresql php support ?
What part of <<you need to recompile PHP using the --with-pgsql configure option>> didn't you understand?
thanks taking time to reply
On Thu, 2011-03-31 at 06:20 -0400, William Stock wrote:
On Thu, 2011-03-31 at 09:53 +0000, mike lan wrote: Hello every one, I've installed php php-pgsql , phpPgAdmin, postgresql server on fedora 13, running http://localhost/phpPgadmin gives me :
"Your PHP installation does not support PostgreSQL. you need to recompile PHP using the --with-pgsql configure option
how do I turn on postgresql php support ?
What part of <<you need to recompile PHP using the --with-pgsql configure option>> didn't you understand?
---- I would expect that compiling PHP for postgresql is not required if you install the php-pgsql package but restarting httpd (/sbin/service httpd restart) would be required.
I'm just uncomfortable with 'which part do you not understand' smack down knowing how difficult it is to recompile php and that the whole point of modularizing various installation options is to make that unnecessary.
Craig
On Thu, Mar 31, 2011 at 10:34 AM, Craig White craigwhite@azapple.comwrote:
On Thu, 2011-03-31 at 06:20 -0400, William Stock wrote:
On Thu, 2011-03-31 at 09:53 +0000, mike lan wrote: Hello every one, I've installed php php-pgsql , phpPgAdmin, postgresql server on fedora
13,
running http://localhost/phpPgadmin gives me :
"Your PHP installation does not support PostgreSQL. you need to recompile PHP using the --with-pgsql configure option
how do I turn on postgresql php support ?
What part of <<you need to recompile PHP using the --with-pgsql configure option>> didn't you understand?
I would expect that compiling PHP for postgresql is not required if you install the php-pgsql package but restarting httpd (/sbin/service httpd restart) would be required.
I'm just uncomfortable with 'which part do you not understand' smack down knowing how difficult it is to recompile php and that the whole point of modularizing various installation options is to make that unnecessary.
Craig
thanks graig restarted httpd and still getting the same message " you need to recompile ..... "
On Thu, Mar 31, 2011 at 6:38 AM, mike lan lan.mike88@gmail.com wrote:
Hello every one, I've installed php php-pgsql , phpPgAdmin, postgresql server on fedora 13,
thanks graig restarted httpd and still getting the same message " you need to recompile ..... "
Forgive me if you assumed we'd understand you had done this, but:
Have you configured the Postgres server using the pg_hba.conf file?
You need to configure the server, then use the initdb script to generate the initial databases, then start the server.
What part of <<you need to recompile PHP using the --with-pgsql configure
option>> didn't you understand?
php packages are yum installed I've looked at php.ini and /etc/php.d/pgsql.ini files extension=pgsql.so is uncommented
but yet, I get " you need to recompile PHP using the --with-pgsql configure option"
On Thu, 2011-03-31 at 10:34 +0000, mike lan wrote:
What part of <<you need to recompile PHP using the --with-pgsql
configure option>> didn't you understand?
php packages are yum installed I've looked at php.ini and /etc/php.d/pgsql.ini files extension=pgsql.so is uncommented
but yet, I get " you need to recompile PHP using the --with-pgsql configure option"
---- file a bug against php
Craig
I concur. I don't see why a PHP install would be database specific in any form or fashion. I've run the traditional LAMP platform (PHP with MySQL) for years.
On Thu, Mar 31, 2011 at 11:46 AM, Craig White craigwhite@azapple.comwrote:
On Thu, 2011-03-31 at 10:34 +0000, mike lan wrote:
What part of <<you need to recompile PHP using the --with-pgsql
configure option>> didn't you understand?
php packages are yum installed I've looked at php.ini and /etc/php.d/pgsql.ini files extension=pgsql.so is uncommented
but yet, I get " you need to recompile PHP using the --with-pgsql configure option"
file a bug against php
Craig
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines