Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI'm neither using licensing or the jtag tools so I can't see what the changes in rc.local should be good for. It's a multi user mashine so I would like to do as few changes as possible.
Anyway, I think that I found the reason for my problem. I'm running a 64-bit kernel and it could not execute $QUARTUS_ROOTDIR/linux/quartus. (All files in $QUARTUS_ROOTDIR/bin is apparantly the same script executing files in $QUARTUS_ROOTDIR/linux) The solution was to install the package ia32-libs which probably disappeared during the upgrade of Ubuntu.
sudo apt-get install ia32-libs