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?


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.


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