Re: more multibyte/After TGL...

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: more multibyte/After TGL...
Date: 2000-10-29 17:55:28
Message-ID: 20001029115528.A21378@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Peter Eisentraut <peter_e(at)gmx(dot)net> [001029 10:47]:
> Larry Rosenman writes:
>
> > So, at least for the UDK FS, we probably need to walk the
> > LD_LIBRARY_PATH and cleanse it of any libraries that contain OUR libs.
>
> How do you know what your libs are? The failure is likely to occur if you
> you installed 7.0 in /usr/local/pgsql and followed the installation
> instructions to the point of setting LD_LIBRARY_PATH. Then you install
> 7.1 in prefix=$HOME/pg-test. How do you then compute that you should
> strip "/usr/local/pgsql/bin" from LD_LIBRARY_PATH?
What about looking down LD_LIBRARY_PATH for libpq.so* and any of our
other shared objects and removing whereever we find libpq.so* and
removing those *WHILE WE ARE COMPILE/LINKING*?
>
> I think this falls back to the user. We should perhaps add a note in
> FAQ_SCO about it.
Probably. I looked at my laptop, and that behaviour is *NOT NEW*.

(my laptop doesn't have the UDK FS on it).

SO, it looks like we have had an issue, and didn't run into it till
now.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-29 18:12:54 More cvs branch problems
Previous Message Peter Eisentraut 2000-10-29 16:34:14 Re: more multibyte/After TGL...