On 17-09-13 16:50, Paul van der Vlis wrote: > Hallo, > > Is het mogelijk om onder Debian een nieuwere libc6 versie te gebruiken > dan de meegeleverde, alleen voor een bepaalde applicatie?
Optie 1: /opt/alternative-libc/lib/libc.so.6 /path/to/applicatie (i.e., start je libc als "interpreter", met als argument de applicatie) Optie 2: export LD_LIBRARY_PATH=/opt/alternative-libc/lib/ /path/to/applicatie (hier geef je aan de dynamische linker mee dat hij in die directory moet gaan zoeken naar libraries; de linker zal dan eerst daar kijken, en pas als daar een bepaalde library niet gevonden wordt, in het standaard library path zoeken) -- This end should point toward the ground if you want to go to space. If it starts pointing toward space you are having a bad problem and you will not go to space today. -- http://xkcd.com/1133/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
