Re: install woes - Mailing list pgsql-php

From Rodrigo Fernandez
Subject Re: install woes
Date
Msg-id 200010261517.JAA50687@fisicc-ufm.edu
Whole thread Raw
In response to install woes  (Mike E <mee@quidquam.com>)
List pgsql-php
Citando Mike E <mee@quidquam.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/

pgsql-php by date:

Previous
From: Mike E
Date:
Subject: install woes
Next
From: Stephen van Egmond
Date:
Subject: Re: install woes