Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I had the same error in Ubuntu (after installing Lucid, not in Karmic). After much searching, I solved the error replacing the Altera provided libraries by the system ones. Use the following list of commands (change install dir as necessary): cd /opt/altera9.1/quartus/linux/ sudo mv libX11.so.6 libX11.so.6_old sudo ln -s /usr/lib/libX11.so.6 libX11.so.6 sudo mv libuuid.so.1 libuuid.so.1_old sudo ln -s /lib/libuuid.so.1 libuuid.so.1 Hope it helps ! --- Quote End --- This worked for me. Thanks!