php5 and Pg 8.0.3 install from sources - problem

From: michael(at)softasap(dot)net
To: pgsql-php(at)postgresql(dot)org
Subject: php5 and Pg 8.0.3 install from sources - problem
Date: 2005-05-18 11:27:14
Message-ID: 1116415634.428b269259a03@webmail.freedom2surf.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Environment I am running is as follows:
OS: Fedora Core 3
php5.0.4
Pg 8.0.3

Here is what I did:

1) uninstalled postgres rpm
2) unistalled php rpm

3) compiled from source postgre (more recent version)
4) compiled from source php (more recent version)
5) installed zend optimizer

During step 4, namely when I did make install of php I have got an error of
libpq.so.4 was not found. I copied then it to /usr/lib and make worked. But
when I tried to start apache it has failed to start complaining on libpq.so.4
something like "can't open shared segment: Permission Denied.".

Did anyone experience such problem?

P.S. Postgres itself installed from source just without any problem or warning.
But looks like a problem with its lib libpq.so

Thank you for any help!

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Volkan YAZICI 2005-05-18 11:46:31 Re: php5 and Pg 8.0.3 install from sources - problem
Previous Message Volkan YAZICI 2005-05-18 08:35:00 Re: ERROR: unterminated quoted string... help