Installing EagleCAD 6.1.0 on OpenSuse 12.1 64bit
First try I did not get eagle to install in a 64bit linux OS.
Gave up and installed it on a Win7 VM instead so I could start using it.
Tried again today, and figured it out.
The error I was getting initially was
/tmp/eagle-setup.16234/eagle-6.1.0/bin/eagle: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
The reason this message came up was because I needed to have the 32bit version of libjpeg-8 library installed. By default I guess opensuse only installs the 64bit version (since I’m running a 64bit OS).
Just had to go in the Yast -> Package Manager and search for libjpeg, and select the 32bit version of the libjpeg-8 libraries.