tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dlopen(3) and symbol conflicts



On Thu, Mar 19, 2015 at 05:31:15PM +0000, Christos Zoulas wrote:
> Did you use dlopen() with RTLD_GLOBAL?

Yes, but that does not help: when python dlopen() api.so and loads
libglusterfs.so, libc.so has already been loaded, and uuid_compare()
is already resolved to libc(). 

-- 
Emmanuel Dreyfus
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index