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

Quartus 10.1sp1 on Ubuntu Server 10.10 64bit

Altera_Forum
Honored Contributor II
4,624 Views

I managed to get the installer gui to run fine. After the installation, quartus ran fine. After a power cycle, I get the following error... 

 

$ quartus quartus: error while loading shared libraries: libsys_ictq.so: cannot open shared object file: No such file or directory 

 

Any ideas? A Google search for libsys_ictq.so turns up absolutely nothing??
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
2,836 Views

This library is in .../altera/10.1sp1/quartus/linux64 and .../altera/10.1sp1/quartus/linux. Normally, Altera scripts set up the environment so that all shared libraries can be found. It looks like you are trying to run the quartus binary out of linux or linux64, rather than the quartus script out of .../altera/10.1sp1/quartus/bin. 

 

Check your PATH to make sure it points to .../quartus/bin, where the scripts are, and not to linux or linux64.
0 Kudos
Reply