|
"Error while loading shared libraries" - different solutions?
I understand that LD_LIBRARY_PATH doesn't include the current directory. I'm trying to run a program I'm developing that needs to load a shared library at runtime. Are there any ways apart from setting LD_LIBRARY_PATH of getting my program to load a shared library from its current directory?
Thanks
|