Re: install woes

From: Chris <csmith(at)squiz(dot)net>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: install woes
Date: 2000-10-26 22:16:22
Message-ID: 4.2.0.58.20001027081409.00a7cbe0@203.25.173.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


>I entered the path in the ld.so.conf and then ran (I think) ldso. I did it
>initially and had no problem ith that error.

/usr/sbin/ldconfig is the file you run after adding the line
/usr/local/pgsql/lib/ into /etc/ld.so.conf i'm pretty sure.
I have this in my quick tutorial,
http://designmagick.50megs.com/postgresql-tutorial/

> > Mike E (mee(at)quidquam(dot)com) wrote:
> > > 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?
> >
> > I think this is in the FAQ... somewhere. I'm sure I've seen it in the
> > build instructions.
> >
> > I think you need to change your library search path, to explicitly
> > include /usr/local/pgsql/lib/ . I have seen suggestions that you edit
> > /etc/ld.so.conf . It found this creepy, so I symlink'ed it in with all
> > my other libraries in /usr/lib/ .

------------------------
Chris Smith
http://www.squiz.net

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Mike E 2000-10-27 02:41:32 Re: install woes
Previous Message Adam Lang 2000-10-26 18:32:59 Re: install woes