0

I've already installed php and now I want to install postgresql support in php. I've added postgres and pgsql in my /etc/make.conf and /etc/portage/package.use But still php is being compiled with --without-pdo-pgsql

Dipro Sen
  • 4,350
  • 13
  • 37
  • 50

1 Answers1

1

You're guessing the USE flags. The one you need to enable is postgres. Install and run ufed to see the full list of valid USE flags.

Chewi
  • 530
  • 3
  • 4
  • sorry I mistyped in question. I actually did `postgres` NOT `postgresql` – Dipro Sen Apr 10 '12 at 12:22
  • I've installed `ufed` and its showing `[-] postgres` I am very new to it. How to make it `[+]` ? I am pressing `+` button but not working – Dipro Sen Apr 10 '12 at 12:32