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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -