Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: failed to load module: zle
- X-seq: zsh-users 2850
- From: Josh Howard <jrh@xxxxxxxxxxxx>
- To: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: zsh: failed to load module: zle
- Date: 07 Jan 2000 14:46:17 -0800
- Cc: ZSH Mail List <zsh-users@xxxxxxxxxxxxxx>, shige@xxxxxxxxxxx
- In-reply-to: Roland Jesse's message of "07 Jan 2000 11:26:38 +0100"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <0vhfgqtbxd.fsf@xxxxxxxxxxxxxxxxxxx>
- Sender: jrh@xxxxxxxxxxxxxxxxxxxx
Sure you didn't use the 3.1.6 package? The port will work fine, but
the package probably won't.
Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> Using the zsh 3.1.6 port on a fresh FreeBSD 3.4R machine leaves me
> with the impossibility to load the zle module.
>
> The machine:
>
> % uname -a
> FreeBSD 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Jan 6 19:31:03 CET 2000 root@:/usr/src/sys/compile/ARTHUR i386
>
> The problem:
>
> % zmodload zle
> zsh: failed to load module: zle
> % echo $module_path
> /usr/local/lib/zsh/3.1.6
> % pwd
> /usr/local/lib/zsh/3.1.6
> % file zle.so
> zle.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), stripped
> % zmodload -e
> zsh
> comp1
> % zmodload -ab
> ulimit (rlimits)
> zle
> sched
> compctl
> compadd (compctl)
> compset (compctl)
> limit (rlimits)
> vared (zle)
> compgen (compctl)
> unlimit (rlimits)
>
> Loading other modules works fine:
> % zmodload example
> The example module has now been set up.
>
> I would appreciate any pointers on whether or not this might be a
> specific problem with the FreeBSD port.
>
> Thanks.
> Roland
>
--
Josh Howard <jrh@xxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author