From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9585 invoked from network); 20 Dec 2003 20:51:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 20 Dec 2003 20:51:42 -0000 Received: (qmail 22774 invoked by alias); 20 Dec 2003 20:51:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6935 Received: (qmail 22729 invoked from network); 20 Dec 2003 20:51:21 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 20 Dec 2003 20:51:21 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [200.17.209.129] by sunsite.dk (MessageWall 1.0.8) with SMTP; 20 Dec 2003 20:51:20 -0000 Received: by fisica.ufpr.br (Postfix) id F2248223C79; Sat, 20 Dec 2003 18:51:18 -0200 (BRST) From: Carlos Carvalho MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <16356.46659.422887.208336@fisica.ufpr.br> Date: Sat, 20 Dec 2003 18:51:15 -0200 To: zsh-users@sunsite.dk (Zsh users list) Subject: Re: 4.0.9 In-Reply-To: <14540.1071847413@csr.com> References: <14540.1071847413@csr.com> X-Mailer: VM 7.07 under Emacs 19.34.1 Module loading doesn't work for me in either 4.0.8 or 4.0.9. I'm using gcc 3.3.2 and the latest libc from debian unstable. I used this configuration: % ./configure --prefix=/usr --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info --enable-maildir-support --enable-max-jobtable-size=256 --enable-function-subdirs --enable-site-fndir=/usr/local/share/zsh/site-functions --with-curses-terminfo --enable-etcdir=/etc/zsh and get: % Src/zsh /etc/zsh/zshenv:9: failed to load module: zsh/rlimits /etc/zsh/zshenv:ulimit:9: autoload failed /etc/zsh/zshrc:24: failed to load module: zsh/zle /etc/zsh/zshrc:bindkey:24: autoload failed /etc/zsh/zshrc:26: failed to load module: zsh/zle ... and it ends up segfaulting.