Linux (debian) Installation Software, lack of dynamic connection library. so, debian. so
There are several tips: 1. the dynamic Connection Library is missing. so-cannot open shared object file: No such file or directory2. dynamic Connection Library is missing. so.0-cannot open shared object file: No such file or directory
3. the dynamic Connection Library is missing. so.1-cannot open shared object file: No such file or directory can be compiled directly: # sudo ldconfig. If not, follow these steps: To sum up, there are three main methods:
1. use ln to link the required so file to the/usr/lib or/lib two default directories: ln-s/where/you/install/lib /*. so/usr/libsudo ldconfig
2. Modify LD_LIBRARY_PATH
Export LD_LIBRARY_PATH =/where/you/install/lib: $ LD_LIBRARY_PATHsudo ldconfig
3. Modify/etc/ld. so. conf and refresh
Vim/etc/ld. so. conf
Add/where/you/install/lib
Sudo ldconfig part reproduced: http://www.cnblogs.com/smartvessel/archive/2011/01/21/1940868.html