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 -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -

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