From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23038 invoked from network); 2 Nov 1998 09:43:58 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Nov 1998 09:43:58 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id EAA09916; Mon, 2 Nov 1998 04:32:31 -0500 (EST) Resent-Date: Mon, 2 Nov 1998 04:32:20 -0500 (EST) Message-Id: <199811020930.JAA10202@diamond.tao.co.uk> Subject: Re: Strange behaviour of zsh-3.1.5 on IRIX 6.2 To: jesse@prinz-atm.CS.Uni-Magdeburg.De Date: Mon, 2 Nov 1998 09:30:40 +0000 (GMT) From: "Zefram" Cc: zsh-users@math.gatech.edu In-Reply-To: <13884.8743.733953.358182@knecht> from "Roland Jesse" at Nov 1, 98 09:56:07 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"4wbj83.0.WQ2.ZmNFs"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1916 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Roland Jesse wrote: >After the build the shell works just fine on this particular >machine. But on another O2 machine I simply get: "13116:-zsh: rld: >Fatal Error: attempted access to unresolvable symbol in -zsh: >cap_get_proc." Is that running the same binary on a diferent machine? If so, then you have different libraries on the two machines, and need to compile zsh on a machine without libcap. (cap_get_proc is from libcap, part of the POSIX.6 capability sets feature. zsh will use this library if it can find it.) -zefram