From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25297 invoked from network); 27 Aug 1997 10:07:19 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 27 Aug 1997 10:07:19 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id GAA25286; Wed, 27 Aug 1997 06:01:34 -0400 (EDT) Resent-Date: Wed, 27 Aug 1997 06:00:55 -0400 (EDT) From: Andrew Main Message-Id: <199708270959.KAA31699@taos.demon.co.uk> Subject: Re: zsh as root login To: Marc.Baudoin@solsoft.com (Marc Baudoin) Date: Wed, 27 Aug 1997 10:59:08 +0100 (BST) Cc: zsh-users@math.gatech.edu In-Reply-To: <19970827114039.33681@skiff.solsoft.com> from "Marc Baudoin" at Aug 27, 97 11:40:39 am X-Loop: zefram@tao.co.uk X-Headers: in preparation 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: <"re7Sn.0.e96.Mh_0q"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/982 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Marc Baudoin wrote: >I'd like to have root use zsh on my system. In order to do it >properly, it needs to be installed in /bin and to be compiled >statically. But zsh installs itself in /usr/local/bin and is >compiled dynamically (which is OK for normal users but not for >root). LDFLAGS='-static -s' ./configure --prefix=/ --mandir=/usr/man -zefram