Apache Won't Restart After Compiling PHP with Postgres
- by gonzofish
I've compiled PHP (v5.3.1) with Postgres using the following configure:
./configure \
--build=x86_64-redhat-linux-gnu \
--host=x86_64-redhat-linux-gnu \
--target=x86_64-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr/ \
--exec-prefix=/usr/ \
--bindir=/usr/bin/ \
--sbindir=/usr/sbin/ \
--sysconfdir=/etc \
--datadir=/usr/share \…