I'm on linux and run PHP 5.1.4, PgSQL 8.1.4 and Apache 2.0.x (current).
You shouldnt need to do a clean install, I'd just try in this order:
compile and install pgsql 8.1.4
ldconfig (to update library stuff, may not be needed)
compile and install php 5.1.4
kick off apache...
BTW your other thread of emails is on the PgSQL PHP list IIRC.
Hope this helps,
Gavin
On Jun 8, 2006, at 2:06 PM, pobox@xxxxxxxxxxxxx wrote:
Gavin M. Roy wrote:
I'd check to make sure you dont have extra pgsql.so and postgresql
library files laying about. My off the cuff guess is that
pgsql.so is linked against 8.0 libs and you need to recompile it
to link against 8.1 libs?
Gavin
If I do clean install (starting from the OS, FreeBSD 5.4), then I
should not have 8.0.x laying about... or am I mistaken...
Do you have working system with these versions?