From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id dcf4ff3b for ; Sun, 6 Oct 2019 19:23:09 +0000 (UTC) Received: (qmail 14118 invoked by alias); 6 Oct 2019 19:23:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24325 Received: (qmail 16763 invoked by uid 1010); 6 Oct 2019 19:23:04 -0000 X-Qmail-Scanner-Diagnostics: from mta01.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25594. spamassassin: 3.4.2. Clear:RC:0(24.224.136.30):SA:0(-2.6/5.0):. Processed in 1.984773 secs); 06 Oct 2019 19:23:04 -0000 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.30 as permitted sender) X-Authority-Analysis: v=2.3 cv=ctzlbGwi c=1 sm=1 tr=0 a=zv49KfEsxEDzuN5AGO7r0Q==:117 a=zv49KfEsxEDzuN5AGO7r0Q==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=Ky3msYXEHLITl0jga_4A:9 a=QEXdDO2ut3YA:10 X-Vade-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrheehgddugedtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecugfetuffvnffkpffmpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheptfgrhicutehnughrvgifshcuoehrrgihrghnughrvgifshesvggrshhtlhhinhhkrdgtrgeqnecukfhppedvgedrvddtjedrledtrdduleegnecurfgrrhgrmhepihhnvghtpedvgedrvddtjedrledtrdduleegpdhhvghloheplgduledvrdduieekrddtrdefngdpmhgrihhlfhhrohhmpehrrgihrghnughrvgifshesvggrshhtlhhinhhkrdgtrgdprhgtphhtthhopeiishhhqdhushgvrhhsseiishhhrdhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-Vade-Score: 0 X-Vade-State: 0 X-EL-IP-NOAUTH: 24.207.90.194 Subject: Re: executable not found To: zsh-users@zsh.org References: <0b8de286-a6c8-e9b4-9fba-5c1cd92960a2@eastlink.ca> From: Ray Andrews Message-id: <3aaeb773-ea1a-44c8-e39a-8cf36b6a19e1@eastlink.ca> Date: Sun, 6 Oct 2019 12:22:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 8bit Content-language: en-CA 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