linux - Cannot find shared library even with LD_LIBRARY_PATH set, while setting ld.so.conf works -


the program fails find shared library path of library included in $ld_library_path (also exported correctly). however, after add path /etc/ld.so.conf , execute ldconfig, program runs without error.

why happen?


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -