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

Active Directory Authenticated Proxy Server with Squid or CNTLM -

java - @PluginTarget(Node.class) not registering as neo4j plugin -

python - Calculate STD manually using Groupby Pandas DataFrame -