Linux Newbie help
 help / color / mirror / Atom feed
From: Steven Smith <sos22@cam.ac.uk>
To: Haines Brown <brownh@hartford-hwp.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: Phantom executables
Date: Fri, 26 Apr 2002 22:50:00 +0100	[thread overview]
Message-ID: <20020426215000.GA2765@cam.ac.uk> (raw)
In-Reply-To: <200204262108.g3QL8w312580@langhans.hartford-hwp.com>

[-- Attachment #1: Type: text/plain, Size: 933 bytes --]

> [brownh@langhans tex2rtf]$ ./163nogui
> bash: ./163nogui: No such file or directory
> [brownh@langhans tex2rtf]$ ls -l 16*
> -rwxrwxrwx    1 brownh   brownh     196812 Mar 26 16:20 163nogui
> 
> and, for an executable script test file in the same directory:
> 
> [brownh@langhans tex2rtf]$ ./test-executable
> I am executing this file
> 
> Is this a sign that I need to include an older libc library? 
Usually. The most common cause of this is a funny dynamic linker.
Try going:

readelf -l ./153nogui

and look for a line something like

[Requesting program interpreter: /lib/ld.so.1]

If you don't have the interpreter in the right place, you'll get
No such file or directory errors. The easiest way is then probably
to recompile the broken program, or failing that use an old libc.

If you do have the interpreter, or readelf can't find it, I'd be
somewhat confused.

Steven Smith,
sos22@cam.ac.uk.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  reply	other threads:[~2002-04-26 21:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-25 18:59 DVI to RTF G Anna
2002-04-26  8:15 ` Michael Scottaline
2002-04-26 20:50   ` Haines Brown
2002-04-26 21:08   ` Phantom executables Haines Brown
2002-04-26 21:50     ` Steven Smith [this message]
2002-04-30  0:43       ` Haines Brown
2002-04-30  7:05         ` Steven Smith
2002-04-26 22:02     ` Elias Athanasopoulos
2002-04-26  9:11 ` DVI to RTF Steven Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020426215000.GA2765@cam.ac.uk \
    --to=sos22@cam.ac.uk \
    --cc=brownh@hartford-hwp.com \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox