Tron Thomas
2004-08-22 00:06:58 UTC
I am working with a program that loads libraries (*.dylib) dynamically
via dlopen. When I ask the program to look for a specific symbol in
the loaded library using dlsym, the call fails returning NULL.
I've used "nm <library name> | grep <symbol name>" to verify that the
symbol does exist in the library.
What could possibly be preventing dlsym from finding a valid symbol
that actually exists in a library?
via dlopen. When I ask the program to look for a specific symbol in
the loaded library using dlsym, the call fails returning NULL.
I've used "nm <library name> | grep <symbol name>" to verify that the
symbol does exist in the library.
What could possibly be preventing dlsym from finding a valid symbol
that actually exists in a library?