Linux Run Program missing library solution __linux

Source: Internet
Author: User
Linux Run Program missing library solution

Recently ready to use Linux to play blender, from the graphicall.org download SVN on the newer version down, run the prompt error while loading shared Libraries:libxxx:cannot open shared Object File:no such file or directory.
For several distributions, there are problems. Finally have to find their own library:
First came to Blender's program directory, the command line: LDD./blender
There is a library of blender this program relies on.


Note the library name for not found.
Some libraries actually have a different name in the system.
First find the complete name of the library:
For example: came to the/usr/lib directory: LS libpulse*
To resolve by adding link:
For example: Ln-s/usr/lib/libpulse.so.0/usr/lib/libpulse.so.0.12.2
Some library systems do not, you have to search the Internet:
Search tips: library name +deb
Or go to a Debian or Ubuntu site, where there's a lot of Deb's already done.

After all the library files are in place, run the command under/usr/lib (need root permission, command more words best use python what automatic generation is more convenient, below is the command required in lubuntu10.04)

Ln-s-F libgettextlib-0.17.so libgettextlib-0.14.6.so

Ln-s-F libgomp.so.1.0.0 libgomp.so.1

Ln-s-F libhalf.so.6.0.0 libhalf.so.4

Ln-s-F libiex.so.6.0.0 libiex.so.4

Ln-s-F libilmimf.so.6.0.0 libilmimf.so.4

Ln-s-F libimath.so.6.0.0 libimath.so.4

Ln-s-F libtiff.so.4 libtiff.so.3

Ps:linux is really troublesome to use. Two weeks to download a total of several distributions, Puppy,slax,slitaz,cdlinux,lubuntu,u-lite,ubuntu are different degrees of lack of library, compared to puppy not only small size, the integration of various software functions are also more complete, But running blender lacks a lot of libraries, and a few of them can't be found. Then I chose Lubuntu first, missing a few more easily found libraries, the system runs faster than the full version of Ubuntu (I use a netbook, so the software efficiency requirements), but the integrated software I do not like, such as WiFi management software is inconvenient, not pre-installed GCC and other compile tools. Finally intend to download YLMF and Deepin Linux to try, it is not good or use back to Windows, and look forward to good ReactOS early release.

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.