adam
adam

Reputation: 93

Postgresql is giving me a PHP error

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

I installed php through yum, can someone give me a step by step on how to fix this? I'm way out of my comfort zone.

Linux install is Fedora

Upvotes: 1

Views: 435

Answers (1)

Marc B
Marc B

Reputation: 360912

You'll have to install the Postgres module for PHP via yum, should be something like php-pgsql.

Upvotes: 2

Related Questions