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:

liblapack.so file

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

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -