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

Justin Clift <justin@postgresql.org>

From: Justin Clift <justin@postgresql.org>
To: Jessica Blank <jessica@starchefs.com>
Cc: John Chapman <johnc@cniconsulting.com>, pgsql-general@postgresql.org
Date: 2003-02-04T04:00:31Z
Lists: 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