Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Quartus 10.1sp1 on Ubuntu Server 10.10 64bit

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??

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.