[OT] Re: Two different glibc versions on the same machine

Jan-Benedict Glaw jbglaw@lug-owl.de
Thu Jul 7 19:15:00 GMT 2005


On Thu, 2005-07-07 22:19:17 +0400, Vitaly A. Repin <vit@icebrains-soft.com> wrote:

> That's why I try to install and run glibc 2.3.2 (for skype) and 
> glibc 2.2.5 at the same time.  Is it possible?

The easiest way is IMHO a minimal setup looking like this:

<somepath>/lib/ld-linux.so.2 -> ld-2.3.2.so
<somepath>/lib/ld-2.3.2.so
<somepath>/lib/libc (and other needed libs)
<somepath>/bin/skype

...and then start it with something like:

$ LD_LIBRARY_PATH=<somepath>/lib <somepath>/lib/ld-linux.so.2 <somepath>/bin/skype

This is something like a small version of a chroot environment. Of
course, you'd rename "skype" to "skype.bin" and place a skype script
somewhere in $PATH to ease it's invocation.

> Can anybody help me with this problem?

See above. However, that's really offtopic here.

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20050707/0aa8d226/attachment.sig>


More information about the Libc-alpha mailing list