Re: install woes

From: Mike E <mee(at)quidquam(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: install woes
Date: 2000-10-27 02:41:32
Message-ID: 20001026194132.C25901@quidquam.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Thu, Oct 26, 2000 at 04:52:17AM -0700, Mike E wrote:
> 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
> [snip]

Thanks to all who helped out. It turns out that indeed my libpq.so.* file wasn't
in the library search path, so I made a symlink from /usr/local/lib and it works.
However, I'll probably change this and add /usr/local/pgsql/lib to the ld.so.conf
because you never know what other pgsql libs might be needed in the future.

Thanks again.

Mike

--
Mike Erickson <mee(at)quidquam> http://www.quidquam.com/
"Hatred is the coward's revenge for being intimidated" - George Bernard Shaw

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Mike E 2000-10-27 07:17:39 Time Difference
Previous Message Chris 2000-10-26 22:16:22 Re: install woes