phpPgAdmin problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Oliver

    #1

    phpPgAdmin problem

    I have a Fedora Core 2 box with MySQL and phpMyAdmin running just fine.
    I want to add PostGreSQL and phpPgAdmin I installed:

    php-pgsql-4.3.10-2.4.i386.rpm
    postgresql-7.4.7-3.FC2.1.i386.rp m
    postgresql-libs-7.4.7-3.FC2.1.i386.rp m
    postgresql-server-7.4.7-3.FC2.1.i386.rp m

    I then added the extension=pgsql .so line to php.ini

    I'm still getting:

    Your PHP installation does not support PostgreSQL. You need to recompile
    PHP using the --with-pgsql configure option.

    Any ideas?

    --
    * John Oliver http://www.john-oliver.net/ *
    * Reform California gun laws - http://www.reformcagunlaws.com/ *
    * http://www.gunownersca.com - http://www.crpa.org/ *
    * San Diego shooters come to http://shooting.forsandiego.com/ *
  • larry@portcommodore.com

    #2
    Re: phpPgAdmin problem

    Did you start the postgres server and initilize the database? From my
    experience witrh postgres you just don't install the RPMs and go.

    Larry

    Comment

    • fletch

      #3
      Re: phpPgAdmin problem

      You need to check error logs.
      I am inclined to think you updated the wrong php.ini. - On some systems
      you get two, one for CLI and one for Web.
      ini_set('error_ reporting',2047 ) may help

      Comment

      Working...