Comment 2 for bug 264436

Revision history for this message
studentz (studenz) wrote :

Even may be you are right, you answer doesn't help at all.
Here is how I solved my problem:
the library is located in
 /usr/lib/R/modules
 but is named lapack.so
next I copy the file in the same folder with the right name
sudo cp lapack.so libRlapack.so
make a symbolic link of this file and move to
/usr/lib
 voila it is working
thanks