Re: [PHP-DB] Connecting to database fails

[email protected] (Rich Shepard) Mon, 15 Aug 2016 10:13:25 -0700 (PDT)
Newsgroups php.db
Message-ID <alpine.LNX.2.11.1608151010420.20868@localhost>
On Sat, 13 Aug 2016, Lester Caine wrote:

> Do you actually have the postgresql PHP driver installed. Database drivers
> are not installed by default as you only really need the ones you are
> actually using.

   Should be installed:

/usr/lib/php/extensions/pgsql.so
/usr/lib/php/extensions/pdo_pgsql.so

and /etc/httpd/php.ini contains both.

   Still see the error that the connection cannot be established after
re-starting httpd.

   Where else do I look?

Thanks,

Rich