Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUsually that error means you need to install 32-bit libraries (which Quartus and its included tools use) on your 64-bit machine. I believe (not certain) that the 32-bit version of the one giving you the error is libxft2. Try:
$ sudo apt-get install libxft2 You may need additional 32-bit libs.