- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've installed quartus ii web edition on my ubuntu 14.1. But when i try to run modelsim with sudo ./opt/altera/13.0sp1/modelsim_ase/linuxaloem, I have this error : ./vish: error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory Can anyone help me?Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Usually that error means you need to install 32-bit libraries (which Quartus and its included tools use) on your 64-bit machine. I believe (not certain) that the 32-bit version of the one giving you the error is libxft2. Try:
$ sudo apt-get install libxft2 You may need additional 32-bit libs.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page