Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: (IRIX, zsh 3.1.6) failed to load module: comp1
- X-seq: zsh-users 2752
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: (IRIX, zsh 3.1.6) failed to load module: comp1
- Date: Mon, 29 Nov 1999 15:37:31 +0000
- In-reply-to: <19991129161106.A4228@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19991129161106.A4228@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Nov 29, 4:11pm, Roland Jesse wrote:
} Subject: (IRIX, zsh 3.1.6) failed to load module: comp1
}
} jesse.irix-6.4-machine > Src/zsh
} zsh: failed to load module: comp1
You must either "configure --disable-dynamic", or else "make install" in
order for zsh to find the dynamically-loaded modules. Or you can put
module_path=($module_path ./Src/Builtins ./Src/Modules ./Src/Zle)
somewhere in your startup files temporarily -- but the only place where
it'll work for "Src/zsh -f" is in /etc/zshenv. Be sure to remove that
line again once you've done "make install".
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author