Linux (debian) Installation Software, lack of dynamic connection library. so, debian. so

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.