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

From Jessica Blank
Subject Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4
Date
Msg-id Pine.GSO.4.05.10302032305330.14859-100000@knife.starchefs.com
Whole thread Raw
In response to Re: [PHP] 7.3.1 BREAKS COMPATIBILITY with the latest PHP4  (Justin Clift <justin@postgresql.org>)
List pgsql-general
Thank you! Yes, I do know how to symlink ;) I have been using Unix for
many many years. I am just continually amazed at how often I try using
$MAJOR_OSS/FS_SOFTWARE_PACKAGE_X together with
$MAJOR_OSS/FS_SOFTWARE_PACKAGE_Y, and they puke, right out of the box. And
then I need to figure out why.

Of course, you don't have this problem if you just use Red Hat for x86
like the rest of everyone, but ... why? Anyhow. End rant mode.

On Tue, 4 Feb 2003, Justin Clift wrote:

> 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
>
>


                            --Jessica

      --
      Jessica L. Blank, Systems Administrator & Programmer

      www.starchefs.com
      9 East 19th St., 9th Floor  /  New York, NY 10003
      Jessica@StarChefs.com - (973) 485-0684
      Pager (917) 675-6618


      Help Wanted. Help Found.
      www.helpwantedhelpfound.com, a division of StarChefs



pgsql-general by date:

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