From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16496 invoked from network); 29 May 2001 07:24:50 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 May 2001 07:24:50 -0000 Received: (qmail 10368 invoked by alias); 29 May 2001 07:24:29 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3904 Received: (qmail 10337 invoked from network); 29 May 2001 07:24:27 -0000 Subject: Re: failed to load module: zsh/zle In-Reply-To: <20010524141655.I13838@trufflehunter.avalongroup.net> from Timothy Grant at "May 24, 2001 02:16:55 pm" To: Timothy Grant Date: Tue, 29 May 2001 08:24:23 +0100 (BST) CC: zsh-users@sunsite.dk X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Timothy Grant wrote: >I downloaded 3.1.9, made it, and upon typing zsh I get the > >zsh: failed to load module: zsh/zle > >message. You need to install the dynamically-loadable modules before you can run zsh from the build directory. >So, I went back to the drawing board, did make clean, then did >a ./configure --disable-dynamic and tried again thinking that >that for sure would work, well, I get the same error message. You need "make distclean" before reconfiguring. I recommend that you use a more recent version -- we're up to 4.0.1-pre-5, IIRC -- and use the default configuration (with dynamically loadable modules). Do "make install.modules" before testing the new binary ("make check"). -zefram