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

Re: (IRIX, zsh 3.1.6) failed to load module: comp1



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