Greetings.
I use Cadsoft Eagle 3.55r3e on Linux (Slackware 10.2)
It has been working fine, but something got broken.
Here is what happens
./eagle
-bash: ./eagle: No such file or directory
(I have reinstalled Eagle from the CD.)
Version 3.55 uses the libc5 libraries which are installed
/usr/i386-slackware-linux-gnulibc1/lib/libc.so.5 =>
/usr/i386-slackware-linux-gnulibc1/lib/libc.so.5.4.46
Here is my /etc/ld.so.conf
/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib
/usr/i386-slackware-linux-gnulibc1/lib
/usr/lib/wine
ldd doesn't work on the executable
ldd ./eagle
/usr/bin/ldd: line 124: ./eagle: No such file or directory
Any suggestions?
Help appreciated.