If I understand what Arjan said on Redhat magazine, this must be related with address space randomization. The goal is clear, makes one almost impossible to guess on which offset a library is kept
This makes a lot of sense. I found a way around it. I link my program with -static and it looks OK Thanks. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/