Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Just download file from the slacker's post and copy it to the library directory:
cp libXi.so.6.0.0.txt /usr/lib/libXi.so.6.0.0
ln -s -f /usr/lib/libXi.so.6.0.0 /usr/lib/libXi.so.6
--- Quote End --- I think it is not a good idea to point people to such dangerous commands with even the '-f' flag, because there may be people out there who do not know what they're doing and this could potentially kill someones system. I am glad I made a backup of my existing file beforehand, and only after that created a symlink to the downloaded file, because after that my system didn't boot anymore. I had to boot another system from USB, remove the symlink and restore the old file. Long story short: This fix has not worked on my system. Anyways, my initial error was something like the following: --- Quote Start --- undefined symbol xgetreuest --- Quote End --- Removing the files as described here has helped to get it working: 92352 I'm running an Arch Linux x86_64 with XMonad. (For some reason, our lecturer wanted us to run that 9.X version of quartus.. :confused:)