This is the mail archive of the libc-alpha@sources.redhat.com 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]
Other format: [Raw text]

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


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));

Attachment: signature.asc
Description: Digital signature


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