Re: [PHP] PHP-PostgreSQL - install - Mailing list pgsql-sql

From Chris Ruprecht
Subject Re: [PHP] PHP-PostgreSQL - install
Date
Msg-id 018a01c0edf4$1a98d280$5dd26383@corp.compucom.com
Whole thread Raw
List pgsql-sql
find libpq.so.2.1 in the tree from the compile (find . -name
libpq.so.2.1 -print)
then copy it to /usr/libexec manually.
you might also want to check the permissions on the library, it should be
755 (rwxr-xr-x).

Best regards,
Chris

----- Original Message -----
From: "Dorin Grunberg" <dorin@visgen.com>
To: <pgsql-php@postgresql.org>
Sent: Tuesday, June 05, 2001 1:34 PM
Subject: [PHP] PHP-PostgreSQL - install


> Hi,
>
> I have a fresh install on OpenBSD 2.8. I did install PostgreSQL7.1.2 and
> PHP 4.0.5.
>
> When I try to start Apache I get this error:
>
> /usr/libexec/ld.so: httpd: libpq.so.2.1: No such file or directory
> /usr/sbin/apachectl start: httpd could not be started
>
> TIA
>
> Dorin
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Distinct Values
Next
From: "Muhammed Yazici"
Date:
Subject: Re: query on two databases ..