Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 - Mailing list pgsql-general

From Justin Clift
Subject Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Date
Msg-id 3E3F3ADF.2020906@postgresql.org
Whole thread Raw
In response to Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4  (Jessica Blank <jessica@starchefs.com>)
Responses Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
List pgsql-general
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


pgsql-general by date:

Previous
From: Jessica Blank
Date:
Subject: Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due
Next
From: Lamar Owen
Date:
Subject: Re: 7.3.1 BREAKS COMPATIBILITY with the latest PHP4 (due to libpq.so.[23])