Re: more multibyte/After TGL... - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: more multibyte/After TGL...
Date
Msg-id 20001029115528.A21378@lerami.lerctr.org
Whole thread Raw
In response to Re: more multibyte/After TGL...  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
* Peter Eisentraut <peter_e@gmx.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@gmx.net       http://yi.org/peter-e/

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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: more multibyte/After TGL...
Next
From: Bruce Momjian
Date:
Subject: More cvs branch problems