Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: executable not found



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