Date: Fri, 20 Sep 2002 14:00:23 -0300 From: Milton Taidi Sonoda <msonoda@iqm.unicamp.br> To: freebsd-newbies@FreeBSD.org Subject: ELF interpreter /usr/libexec/ld-elf.so.1 not found Message-ID: <3D8B5427.5030406@iqm.unicamp.br>
next in thread | raw e-mail | index | archive | help
Hi I have two fortran compiled programs, let's say BEFORE.exe and AFTER.exe. I had a problem with the energy suply so that the machine was turned off for a time. The BEFORE.exe was compiled before and AFTER.exe after that. When I try to run the BEFORE.exe every thing goes allright, but when I try to run the AFTER.exe (compile after the return on the machine) the system complains this: %AFTER.exe ELF interpreter /usr/libexec/ld-elf.so.1 not found Abort I've assured the ld-elf.so.1 exists %ls -l /usr/libexec/ld-elf.so.1 -r-xr-xr-x 1 root wheel 76560 Jan 28 2002 /usr/libexec/ld-elf.so.1* Does anyone know how to fix this? I guess this have a relation with some service that is not automatically turned on by the system, since the problem began after the I retuned the machine on. Any help is wellcome. Thank you all Milton Taidi Sonoda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D8B5427.5030406>