Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: install woes



Citando Mike E <mee(at)quidquam(dot)com>:

> Hello,
> 
> Tonight I installed apache 1.3.14, mysql, postgres, and php4.0.3pl1
> on my slack box at home. However, I\'m running into trouble installing
> php w/ postgres. When I apachectl start, I get:
> 
> 	Cannot load /usr/local/apache/libexec/libphp4.so into server:
> 	libpq.so.2.1: cannot open shared object file: No such file or
> 	directory
> 
> I have libpq.so.2.1 in /usr/local/pgsql/lib by default, and I copied
> it into /usr/local/apache/libexec just for fun, but that didn\'t
> work. Does anyone know of a good web page or have any tips ideas
> on how to get this working?
> 

You should the path that is especifid en the httpd.conf of apache,
there should be a line like this:

LoadModule php4_module        libexec/apache/libphp4.so

this path is relative to the base of apache, in redhat 6.x it should
be something like /etc/httpd.

Rodrigo F.



-----------------------------------------------------
This mail sent through IMP: http://web.horde.org/imp/



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group