Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due to libpq.so.[23])

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Jessica Blank <jessica(at)starchefs(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-php(at)postgresql(dot)org
Subject: Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due to libpq.so.[23])
Date: 2003-02-04 04:05:42
Message-ID: 200302032305.42014.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

On Monday 03 February 2003 22:59, Jessica Blank wrote:
> I am using NetBSD 1.6 on a PowerMac. ;)
>
> And I did compile PHP -after- Postgres. :/

Are you sure it picked up the right headers? Is there an older PostgreSQL on
the system? Are you absolutely sure that you compiled PHP against PostgreSQL
7.3.1? The fact is that others aren't able to reproduce the problem; further
it is a known fact that prior to 7.3.1 the right version was .2, but at 7.3.1
the version number was bumped to .3. So at some point in your PHP build the
linker linked against the development headers/libs for .2 instead of .3.
Something is telling the PHP build to look for the older version.

As no one else can reproduce it, it must be something unique to your
installation, at some point.

Do a 'find / -name 'libpq*' -print' and see if libpq-fe.h shows up in more
than one place.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jessica Blank 2003-02-04 04:07:06 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Previous Message Justin Clift 2003-02-04 04:00:31 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4

Browse pgsql-php by date

  From Date Subject
Next Message Jessica Blank 2003-02-04 04:07:06 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Previous Message Justin Clift 2003-02-04 04:00:31 Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4