c++ - How to debug shared object loading on ubuntu -


How do I get a better error message when developing shared libraries with Ubuntu?

Due to my inability to make 100% evidence because of some shared objects loaded by our framework, sometimes external dependencies are added, which can not be found at the library runtime. .

Error Message Things like this: The shared object can not open the file: The file or directory was not found. It is actually saying that something went wrong while loading the file.

Is there a way to exit GDB which was actually missing?

I have seen to use LDD that something big is missing, but she said that everything is found.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -