Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh as root login



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



Messages sorted by: Reverse Date, Date, Thread, Author