Re: install woes

From: Rodrigo Fernandez <rocket(at)fisicc-ufm(dot)edu>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: install woes
Date: 2000-10-26 15:17:30
Message-ID: 200010261517.JAA50687@fisicc-ufm.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

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/

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Adam Lang 2000-10-26 15:50:51 Re: install woes
Previous Message Stephen van Egmond 2000-10-26 15:07:04 Re: install woes