From owner-freebsd-newbies Fri Sep 20 10: 0:36 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFDDF37B4BC for ; Fri, 20 Sep 2002 10:00:29 -0700 (PDT) Received: from pcserver.iqm.unicamp.br (pcserver.iqm.unicamp.br [143.106.51.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E865743E75 for ; Fri, 20 Sep 2002 10:00:28 -0700 (PDT) (envelope-from msonoda@iqm.unicamp.br) Received: from localhost (localhost.iqm.unicamp.br [127.0.0.1]) by pcserver.iqm.unicamp.br (Postfix) with ESMTP id CCE0A3E41 for ; Fri, 20 Sep 2002 14:00:26 -0300 (BRT) Received: from iqm.unicamp.br (luxor.iqm.unicamp.br [143.106.51.146]) by pcserver.iqm.unicamp.br (Postfix) with ESMTP id 140103E38 for ; Fri, 20 Sep 2002 14:00:25 -0300 (BRT) Message-ID: <3D8B5427.5030406@iqm.unicamp.br> Date: Fri, 20 Sep 2002 14:00:23 -0300 From: Milton Taidi Sonoda User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020508 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@FreeBSD.org Subject: ELF interpreter /usr/libexec/ld-elf.so.1 not found Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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