Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4

From: Justin Clift <justin(at)postgresql(dot)org>
To: Jessica Blank <jessica(at)starchefs(dot)com>
Cc: John Chapman <johnc(at)cniconsulting(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Date: 2003-02-04 04:00:31
Message-ID: 3E3F3ADF.2020906@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

Hi Jessica,

Timothy's solution of creating a symlink from the expected file to the
actual file should work for you.

# ln -s [the path to the libpg.so.3 file] [the path to where the
libpg.so.3 is, but with libpg.so.2 instead]

i.e.
# ln -s /usr/local/lib/libpg.so.3 /usr/local/lib/libpg.so.2
or
# ln -s /usr/lib/libpg.so.3 /usr/lib/libpg.so.2
or
# ln -s /opt/pgsql/lib/libpg.so.3 /opt/pgsql/lib/libpg.so.2

You get the idea.

:-)

Regards and best wishes,

Justin Clift

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2003-02-04 04:05:42 Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due to libpq.so.[23])
Previous Message Jessica Blank 2003-02-04 03:59:18 Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due

Browse pgsql-php by date

  From Date Subject
Next Message Lamar Owen 2003-02-04 04:05:42 Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due to libpq.so.[23])
Previous Message Jessica Blank 2003-02-04 03:59:18 Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due