How to set so directory (linux lib***.so.2 load problem)
How to set so directory (linux lib***.so.2 load problem)
1.
edit this file (/etc/ld.so.conf) with vi.
add the directory which the shared objects (lib*.so.*).
2.
call ldconfig, in order to load the setting.
Bye!