|
From: Tom H. <to...@co...> - 2005-08-18 23:09:42
|
In message <1124404002.3856.31.camel@localhost.localdomain> you wrote: > On Thu, 2005-08-18 at 23:13 +0100, Tom Hughes wrote: > > I'd be surprised if that works - that dlopen would normally return a > > handle for the existing C library which would meand the symbols have > > the same address and would get redirected again. > > It does work :) Is it just trickery though - was the program using /lib/libc to start with it was it using /lib/tls/libc or something like that? If the latter then you have managed to have two copies of (different) C libraries which is bad. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |