Re: PostgreSQL 8.1 + PHP5.1.x/4.4.2 + Apache

From: "pobox(at)verysmall(dot)org" <pobox(at)verysmall(dot)org>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: belfegor666(at)gazeta(dot)pl, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 8.1 + PHP5.1.x/4.4.2 + Apache
Date: 2006-06-05 20:04:16
Message-ID: 44848E40.1060500@verysmall.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Most the time I've seen this, php and apache have been compiling against
> different versions of the same or similar libs.
>
> Last time, apache was hitting the netscape ldap libs, php was hitting
> the ones for openldap.
>
> Look for that kind of thing. Also, try compiling php with ONLY the
> postgresql extension, or the minimum you need to do initial testing,
> then adding them one at a time til it starts crashing again.

I did this with tracing the extensions, it seems to be the PGSQL. But I
did not think about possibility to compile against different extensions.
Will try to clean up on a larger scale.

Thanks,
Iv.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pobox@verysmall.org 2006-06-05 21:34:35 php 5.1.4 w/ PostgreSQL 8.1.4
Previous Message Scott Marlowe 2006-06-05 19:58:40 Re: PostgreSQL 8.1 + PHP5.1.x/4.4.2 + Apache