Re: dlsym(RTLD_NEXT) failures on ARM and MIPS with LD_PRELOAD w/ 0.9.33.2

2012-09-21 Thread Florian Fainelli
On Thursday 20 September 2012 22:09:52 Carmelo AMOROSO wrote: On 20/09/2012 8.36, Florian Fainelli wrote: Hi all, Hi Florian, Hi Carmelo, I just updated two systems to uClibc 0.9.33.2/NPTL (ARMv5 and MIPS32r1), and I now see dlsym() returning NULL for a symbol where it should

dlsym(RTLD_NEXT) failures on ARM and MIPS with LD_PRELOAD w/ 0.9.33.2

2012-09-20 Thread Florian Fainelli
Hi all, I just updated two systems to uClibc 0.9.33.2/NPTL (ARMv5 and MIPS32r1), and I now see dlsym() returning NULL for a symbol where it should not. The situation is the following: 1) application foo links against shared library mylib and in particular the symbol bar 2) mylib2 is a shared

Re: dlsym(RTLD_NEXT) failures on ARM and MIPS with LD_PRELOAD w/ 0.9.33.2

2012-09-20 Thread Carmelo AMOROSO
On 20/09/2012 8.36, Florian Fainelli wrote: Hi all, Hi Florian, I just updated two systems to uClibc 0.9.33.2/NPTL (ARMv5 and MIPS32r1), and I now see dlsym() returning NULL for a symbol where it should not. Does it mean that with an older version is worked ? if so, which one ? it could