From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26454 invoked by alias); 16 Dec 2016 22:39:57 -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: X-Seq: 22223 Received: (qmail 6019 invoked from network); 16 Dec 2016 22:39:57 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(24.224.136.10):SA:0(-3.8/5.0):. Processed in 1.278151 secs); 16 Dec 2016 22:39:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.8 required=5.0 tests=RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 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.10 as permitted sender) X-Authority-Analysis: v=2.2 cv=ZvqvEJzG c=1 sm=1 tr=0 a=Iqk5BMYUIqxu9iDzk28q/A==:117 a=Iqk5BMYUIqxu9iDzk28q/A==:17 a=N659UExz7-8A:10 a=RJGz0CNkeHRNBnrH_AYA:9 a=pILNOxqGKmIA:10 X-EL-IP-NOAUTH: 24.207.19.54 Message-id: <58546D36.5050908@eastlink.ca> Date: Fri, 16 Dec 2016 14:39:50 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: Zsh Users Subject: Re: trapped in bash References: <58540944.3030706@eastlink.ca> <20161216215117.GF2023@pug.qqx.org> In-reply-to: <20161216215117.GF2023@pug.qqx.org> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 12/16/2016 01:51 PM, Aaron Schrab wrote: > The hardware and kernel are able to run 32bit binaries, but you can't > use 64bit shared libraries with 32bit executables (or vice-versa). > You also need the 32bit version of the run-time dynamic linker; lack > of that is why you're being told that a file isn't found. > > Unless there was something really special about that build I'd either > just go with installing via apt or rebuilding. > Thanks Aaron. No, I've no reason not to rebuild I just wondered about the 'not found' thing, it seems like an unhelpful message. What you say doesn't surprise me as to the libraries. It is almost comical how helpless I am with out zsh now -- I can't install it for lack of having it. I'll use apt-get and then go from there.