On Thu, 23 Oct 2008 22:31:40 -0400 "Alexander Sack" <[EMAIL PROTECTED]> wrote: > > Yes I figured that out on my own but my question still exists, why > isn't /usr/lib similar in format to /usr/lib32 though with respect to > major numbers? Actually now that I re-read your paragraph I suppose > this isn't such a bad idea but for some reason I believe that if you > have /usr/lib before /usr/lib32 it should *just* work. > <trimmed hackers@ from CC as this question does not belong there>
Advertising
The last statement is as wrong as it gets. I tried but I still fail to see the reason why you would possibly expect that to work reliably. By setting LD_LIBRARY_PATH to /usr/lib:/usr/lib32, you cause dynamic linker to look for libraries in /usr/lib, usr/lib32 and /lib in that exact order, so if library in /usr/lib32 shadows one in /lib, it will be rightly picked up and you will get exactly what you asked for. -- Alexander Kabaev
signature.asc
Description: PGP signature