Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: failed to load module `zsh/zle': No such file or directory
- X-seq: zsh-users 23937
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-users@xxxxxxx>
- Subject: Re: zsh: failed to load module `zsh/zle': No such file or directory
- Date: Thu, 25 Apr 2019 10:14:18 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20190425091420euoutp0211b69042ed3e7a4d758a5bb3923df2ca~YrMtiDMpk0700307003euoutp02Q
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1556183660; bh=75vVD4HdrcB/C5GBB4CABkWQw8cli3M6L/2+2CQtL8w=; h=Subject:From:To:Date:In-Reply-To:References:From; b=BO9pFqWTzyFVDqF0G3yn/3F2Iwk1DB4oauFCMYDi+hKsZzBYJOZ9IYfjX+zKNiJYJ +3PwPkz9IQ58zDMV1IckjmZdKD31KHIGoQZcn1lKwbbWuh1lHxJEDFBc7oo2Ao3G57 vx+oPK1Pos4OxhAY6WHFn60Qgw1v/bmVmLqZXYBs=
- In-reply-to: <CABpbYafHstWQ3dWbJnnYkr9S_3XjqRmu+_6L11niKWkBtYfikw@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20190425032220epcas3p4438d12067543a5985dca967cb3a9521d@epcas3p4.samsung.com> <CABpbYafHstWQ3dWbJnnYkr9S_3XjqRmu+_6L11niKWkBtYfikw@mail.gmail.com>
On Wed, 2019-04-24 at 23:19 -0400, kamaraju kusumanchi wrote:
> I am trying to install zsh into a non standard directory in "git for
> windows" on a machine running windows 10 but running into problems.
> When launching zsh, I am getting
>
> zsh: failed to load module `zsh/zle': No such file or directory
>
> Is there a way to fix this? FWIW I am using "git for windows"
> 2.21.0.windows.1 .
Presumably you have a pre-compiled version of zsh? The variable that
determines where shared libraries are found is MODULE_PATH
(colon-separated) or module_path (array). You need to set
this to include the location where zsh/zle.so was installed. For
example it's probably got a value like /usr/local/lib/zsh/5.7.1 and
in that case the shell looks for /usr/local/lib/zsh/5.7.1/zsh/zle.so.
It should be OK to set that in ~/.zshenv --- assuming the shell knows
where your home directory is.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author