The dynamic connection library. So -- cannot open shared object file: no such file or directory is missing.

Source: Internet
Author: User
You can connect the so library file required by the compilation Code in the following ways:

1. Use ln to link the required so file to/usr/lib or/Lib, the two default directories are ln-S/Where/You/install/lib/*. So/usr/libsudo ldconfig2. modify ld_library_pathexport LD_LIBRARY_PATH =/where/you/install/lib: $ ld_library_pathsudo ldconfig3. Modify/etc/lD. so. conf, And then refresh Vim/etc/lD. so. confadd/where/you/install/libsudo ldconfig

Reference https://www.cnblogs.com/smartvessel/archive/2011/01/21/1940868.html

The dynamic connection library. So -- cannot open shared object file: no such file or directory is missing.

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.