Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: executable not found
- X-seq: zsh-users 24324
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Danh Doan <congdanhqx@xxxxxxxxx>
- Subject: Re: executable not found
- Date: Sun, 6 Oct 2019 21:15:24 +0200
- Cc: Ray Andrews <rayandrews@xxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=T9QH7Z+i3ymMDf3kI8D9U+suBBXgiqXRv0SB8O9wz6U=; b=TjvjyoN9G4MPWM9J4YSvaOnJMbfMbWawYjEJuQBcEFtmc5yH2ypmR6t9YQ4VHJaW+3 xKSg9uF4z46d+QBle2kii4u5O5qDVvfM40/Urrin2r6hgCJdqF1uy3bARlAnqqZYFXYd cAORMltnfq/yVFEmqmhqifRSTHVnppA0NoyzyoU4/Uo2zMMcPAymlZi6TQ7aUINUKAJg r/lhUI6K+289LRnPI7w4Yo3WAzxIuZQ1uIoksCvYZw9aFeykYvH0S4a0Tk5uvodoL5+2 QbupJliI3ruyYiNQMaR23jeuqAQjzGp4guV6IT1Y1+vr/k6nwxpBzN220cJJC/gbRcG3 nOMg==
- In-reply-to: <BB3FFA6F-78DC-448A-AB89-A3833FF7407C@gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <0b8de286-a6c8-e9b4-9fba-5c1cd92960a2@eastlink.ca> <BB3FFA6F-78DC-448A-AB89-A3833FF7407C@gmail.com>
On Sun, Oct 6, 2019 at 9:11 PM Danh Doan <congdanhqx@xxxxxxxxx> 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'
You can also try running it with plain ./movemouse,1 (instead of exec
./movemouse,1). It won't run but at least it'll demonstrate that PATH
is a red herring, and you'll be able to read the error message as you
won't be sacrificing your shell in the process.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author