libpq.so.4 won"t load for postgres 8.1.3, php 5.0.4-5 and apache 2.0.52 on Centos 4.2

libpq.so.4 won"t load for postgres 8.1.3, php 5.0.4-5 and apache 2.0.52 on Centos 4.2

am 23.05.2006 20:12:06 von Richmond Dyes

I am trying to get the above combination to work on a Centos 4.2 box.
the Postgres would not load till I put the libpq.so.3 back on. It would
not load the libpq.so.4. What do I have to do to get tit to load. I
seem to have all the required software on the box.


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Re: libpq.so.4 won"t load for postgres 8.1.3, php 5.0.4-5

am 23.05.2006 23:03:28 von Devrim GUNDUZ

Hi,

On Tue, 2006-05-23 at 14:12 -0400, Richmond Dyes wrote:
> I am trying to get the above combination to work on a Centos 4.2 box.
> the Postgres would not load till I put the libpq.so.3 back on. It would
> not load the libpq.so.4. What do I have to do to get tit to load. I
> seem to have all the required software on the box.

Use our compat RPM:

http://developer.postgresql.org/~devrim/rpms/compat/

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match