Thursday, 15 January 2015

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



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

how can improve error messages when developing shared libraries ubuntu?

i'm developing few shared objects loaded our framework due inability create 100% proof, external dependencies added, cannot found when library loaded @ runtime.

the error message such things like: cannot open shared object file: file or directory not found. saying failed while loading file.

is there way create gdb spit out missing?

i used ldd see if big missing, said found.

c++ linux ubuntu shared-libraries

No comments:

Post a Comment