zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: zsh-users@zsh.org
Subject: Re: executable not found
Date: Sun, 6 Oct 2019 12:22:24 -0700	[thread overview]
Message-ID: <3aaeb773-ea1a-44c8-e39a-8cf36b6a19e1@eastlink.ca> (raw)
In-Reply-To: <BB3FFA6F-78DC-448A-AB89-A3833FF7407C@gmail.com>

On 2019-10-06 12:10 p.m., Danh Doan wrote:

> I think that executable's interpreter couldn't be found.
> In case of native executable (i.e not a script), its linked libc couldn't be found. Please check with `ldd'
7 /aWorking/C/Movemouse 2 $ ldd movemouse
     linux-vdso.so.1 (0x00007ffd64a93000)
     libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x00007f6de3f0f000)
     libXtst.so.6 => /usr/lib/x86_64-linux-gnu/libXtst.so.6 
(0x00007f6de3d09000)
     libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6de396a000)
     libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 
(0x00007f6de3742000)
     libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6de353e000)
     libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 
(0x00007f6de332c000)
     libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f6de311c000)
     /lib64/ld-linux-x86-64.so.2 (0x00007f6de4452000)
     libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 
(0x00007f6de2f18000)
     libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 
(0x00007f6de2d12000)
     libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f6de2afc000)
     librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f6de28f4000)
     libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007f6de26d7000)

7 /aWorking/C/Movemouse 2 $ ldd movemouse,1
     not a dynamic executable

... so that seems like a downer, even tho it is described as an 
executable binary.  So zsh 'found' it but couldn't execute it? Makes me 
think that the message should reflect that:

zsh: command found but not executable: movemouse,1

Thanks Dahn


      parent reply	other threads:[~2019-10-06 19:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-06 19:04 Ray Andrews
2019-10-06 19:10 ` Danh Doan
2019-10-06 19:15   ` Roman Perepelitsa
2019-10-06 20:10     ` Ray Andrews
2019-10-06 19:22   ` Ray Andrews [this message]

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=3aaeb773-ea1a-44c8-e39a-8cf36b6a19e1@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).