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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,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 341413ac for ; Sat, 12 Oct 2019 21:23:35 +0000 (UTC) Received: (qmail 20831 invoked by alias); 12 Oct 2019 21:23:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44827 Received: (qmail 24291 invoked by uid 1010); 12 Oct 2019 21:23:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-40133.protonmail.ch by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25598. spamassassin: 3.4.2. Clear:RC:0(185.70.40.133):SA:0(-2.7/5.0):. Processed in 2.076421 secs); 12 Oct 2019 21:23:26 -0000 X-Envelope-From: codenb@protonmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.protonmail.ch designates 185.70.40.133 as permitted sender) Date: Sat, 12 Oct 2019 21:22:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1570915364; bh=Qx/TgzSYOmoNLxXKlCXXbKHVjGEADxQJyDTN2dPjlEg=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:Feedback-ID: From; b=ax1JZqTvRPtamstoM/KNzq7Umne9cRMpR+YETxid/pgTsG9MWhAtrH0WMU4GEUysx 3SFn8G8splWRpbPRx9YMXinWI79IZ+2/CvQ4RakIqUlHvmEP58O775uGMZ74GDykqt q8X4cROth+GQcjMNCRMGvKIbO5nM6BjwMVrJZ7as= To: "zsh-workers@zsh.org" From: Coden Reply-To: Coden Subject: Re: Portable rootless ZSH Message-ID: In-Reply-To: References: <20191008204722.GU6761@ming.fruitbat.org> <-1Pz0W4MKe73f-nCkejafEE_SNaTME3zWtRpz26zC_wtj9KNc0hpsLeZA60x2YG1GSs5D7RW10p5kfmsy5HRFiXl3oHHx3wt2NHVKUGfX_0=@protonmail.com> Feedback-ID: 1g_EZM5cadEHcIg82x2qZXWXT-U_XXBlI7kN837NwaZpram7G2oom_E1e2DIYhFQFmC50rpRJhWFHjVSm_Y7-w==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > ./zsh: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (r= equired by ./zsh) The solution is to build zsh on older version of packages (in Ubuntu 14 for= example). Thanks to all! It seems I built what I need. =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Friday, October 11, 2019 10:32 PM, Coden wrote: > Hi Peter! > > > The directories are given by fpath (array) and FPATH > > Thank you for link to FPATH! It is one step forward for me. But I've face= d with error. > > When I try to rebuild and run zsh on the server where zsh was installed I= 've got success: > > 1. Build ./configure --disable-dynamic --disable-gdbm && make > 2. export FPATH=3D"/home/user/.autojump/functions:/home/user/.oh-my-zsh/= plugins/git:/home/user/.oh-my-zsh/functions:/home/user/.oh-my-zsh/completio= ns:/usr/local/share/zsh/site-functions:/usr/share/zsh/vendor-functions:/usr= /share/zsh/vendor-completions:/usr/share/zsh/functions/Calendar:/usr/share/= zsh/functions/Chpwd:/usr/share/zsh/functions/Completion: ......" > 3. Run ./Src/zsh > 4. It works as expected with OMZ theme! > > But when I copy ./Src/zsh with all FPATH directories to another serve= r where ZSH has never been installed I've got the error: > > $ export FPATH=3D"..." > $ ./zsh > ./zsh: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not foun= d (required by ./zsh) > > Coden > > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Origi= nal Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80= =90 > > > > > From: Peter Stephenson p.stephenson@xxxxxxxxxxx > > > On Wed, 2019-10-09 at 20:07 +0000, Coden wrote: > > > > > > > /root/.oh-my-zsh/oh-my-zsh.sh:69: compinit: function definition fil= e not found > > > > /root/.oh-my-zsh/lib/theme-and-appearance.zsh:2: colors: function d= efinition file not found > > > > OK, so assuming the static linking is all set up (it's certainly doab= le > > > but not necessarily trivial as it's not all that common these days), > > > you're now faced with making shell functions available. These can liv= e > > > anywhere --- nothing here needs to be set up as root --- but obviousl= y > > > you need to put them somewhere, and then tell the shell where you've = put > > > them. The directories are given by fpath (array) and FPATH > > > (collon-separated values for putting into the environment). You can > > > look at the existing values for an idea of where everything is on the > > > system you're starting from. Probably you'll be configuring the > > > directories in ~/.zshenv in the target system. > > > pws