matlab - Can't find liblapack.so.3 in ubuntu 12.04 -
when ran matlab code in ubuntu 12.04, error occurred:
liblapack.so.3: cannot open shared object file: no such file or directory
then installed lapack , libatlas, found liblapack.so.3gf instead of liblapack.so.3 in /usr/lib. package should install liblapack.so.3?
take @ thread:
you have manually download , install package (follow links aforementioned thread) fro ubuntu 12. thing suggest try create link "liblapack.so.3gf" this:
sudo ln -s /usr/lib/liblapack.so.3gf /usr/lib/liblapack.so.3 there more 1 distribution of library , implementation might differ.
Comments
Post a Comment