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

Source: Internet
Author: User

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

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

There are several tips:
1. The dynamic connection library. so-cannot open shared object file: No such file or directory is missing.
2. The dynamic connection library. so.0-cannot open shared object file: No such file or directory is missing.
3. The dynamic connection library. so.1-cannot open shared object file: No such file or directory is missing.

You can directly: # sudo ldconfig

Compile again. If not, follow these steps:

There are three methods to summarize:

1. Use ln to link the required so file to the/usr/lib or/lib 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

This article permanently updates the link address:

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.