This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc-2.1.3 and glibc-2.0.7: How to make them coexist peacefully?


Hi,

On Tue, 5 Sep 2000, Keith Owens wrote:

> On Tue, 5 Sep 2000 12:02:37 +0100 (BST), 
> Jan Kreft <Kreft@Cardiff.ac.uk> wrote:
> >Is it possible to make Star Office use the secondary glibc in
> >/usr/local/glibc-2.1.3?
> 
> Try this
> 
> use-2.1.3 /full/path/to/old/binary <options>
> 
> where use-2.1.3 contains
> 
> #!/bin/sh
> LD_LIBRARY_PATH=/usr/local/glibc-2.1.3/ \
> 	/usr/local/glibc-2.1.3/ld-linux.so.2 "$@"
> 
> It is a restriction of ld-linux.so that you have to specify the full
> path to the binary.

Thanks, I tried that and get:

jan@ara:~ > use-2.1.3 /dos/so-5_2-ga-bin-linux-en.bin 
sh: error in loading shared libraries
/usr/local/glibc-2.1.3/lib/libc.so.6: undefined symbol: _dl_initial_searchlist
glibc version: 2.1.3
sh: error in loading shared libraries
/usr/local/glibc-2.1.3/lib/libc.so.6: undefined symbol: _dl_initial_searchlist

Somewhat further, but not there yet?

Cheers, Jan.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]