Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with zsh 3.1.9 (Sun Solaris 7)
- X-seq: zsh-users 3587
- From: James Kirkpatrick <jimkirk@xxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Problem with zsh 3.1.9 (Sun Solaris 7)
- Date: Wed, 10 Jan 2001 13:10:01 -0700 (MST)
- Cc: James Kirkpatrick <jimkirk@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I'm trying to install zsh 3.1.9, from a pre-built package from the Sun
freeware site (www.sunfreeware.com). This was supposedly built on Solaris
7 and I've installed it on Solaris 7, and brought over the /etc/zshrc,
/etc/zshenv, /etc/zlogin, and /etc/zshfn/* from an older system (Solaris
2.5.1, zsh 3.0.7). When I invoke zsh (as root) I get:
/etc/zshrc: failed to load module: comp1 [22]
/etc/zshrc: bindkey: autoload failed [22]
/etc/zshrc: command not found: bindkey [23]
(many times)
/etc/zshrc: failed to load module: comp1 [91]
/etc/zshrc: compctl: autoload failed [91]
/etc/zshrc: command not found: compctl [92]
(many times)
/etc/zshrc: failed to load module: rlimits [107]
/etc/zshrc: limit: autoload failed [107]
/etc/zshrc: command not found: compctl [107]
(many times)
Sun Microsystems Inc. SunOS 5.7 Generic October 1998
zsh: failed to load module: comp1
I also tried adding "autoload -U compinit; compinit" as suggested in a FAQ
I stumbled across somewhere
(ftp://uiarchive.uiuc.edu/pub/packages/shells/zsh/FAQ) which cut down on
the errors but the keybindings still don't work and I still get:
compinit: compinit: function definition file not found
Sun Microsystems Inc. SunOS 5.7 Generic October 1998
zsh: failed to load module: comp1
I'm not sure if the issue is needed changes to /etc/zsh*, and/or whether
zsh was improperly built/packaged by the sunfreeware folks.
I also tried installing the Solaris 8-built zsh 3.1.6 on Solaris 7 but it
didn't work right. No error messages, but the arrow keys didn't work (for
example) and my investigation stopped with the realization that setopt
wasn't working right.
I have no problems with my /etc/zsh* files on Solaris 8 and the
delivered-by-Sun 3.0.6, FWIW.
Any assistance/suggestions would be appreciated!
Jim
Messages sorted by:
Reverse Date,
Date,
Thread,
Author