Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17050 Discussions

Modelsim installation on Ubuntu 18.4 erros

CZhan11
Beginner
3,101 Views

error message: "./vish: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory"

 

Has already installed libxft-dev, libxft2, lib32ncurses5.

 

0 Kudos
2 Replies
Abe
Valued Contributor II
2,323 Views

You will need to install the missing libraries in Linux for ModelSim to work. Type the following command at the Terminal window prompt.

 

sudo apt-get install libxtst6

 

0 Kudos
msanyoto
Beginner
2,323 Views

on ubuntu 16.04, 64bit system. I do the following.

 

sudo apt-get install libxext6:i386

 

and it's work.

0 Kudos
Reply