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.