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

From: Jessica Blank <jessica(at)starchefs(dot)com>
To: Justin Clift <justin(at)postgresql(dot)org>
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:07:06
Message-ID: Pine.GSO.4.05.10302032305330.14859-100000@knife.starchefs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

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(at)StarChefs(dot)com - (973) 485-0684
Pager (917) 675-6618


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

In response to

Browse pgsql-general by date

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

Browse pgsql-php by date

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