Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQuartus 13.0sp1 on Ubuntu 15.10 - error libSM.so.6
Hello,
I've successfully installed Quartus 13.0sp1 Web Edition on Ubuntu 15.10. It also successfully automaticly opened immediately after the installation, but when I'm now trying to open the program by typingquartus -64bit I got this message: quartus: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory locate libSM shows: /usr/lib/x86_64-linux-gnu/libSM.so.6 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 Could you please help me?2 Replies
- Altera_Forum
Honored Contributor
Hi,
I've got it working on Fedora 22. In my case, the library is located in the following places:- /usr/lib/libSM.so.6
- /usr/lib64/libSM.so.6
- JJone
New Contributor
You won't find a 32-bit version of Ubuntu to download any more, but Intel has seen fit to no longer support a 64-bit Linux version of the Quartus software. You therefore get to install 32-bit versions of some libraries, and libSM.so.6 is one of them.
sudo apt-get install libsm6:i386did the trick for me, and should for you.