From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5672 invoked from network); 7 Jan 2000 15:34:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Jan 2000 15:34:23 -0000 Received: (qmail 8554 invoked by alias); 7 Jan 2000 15:33:56 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2849 Received: (qmail 8547 invoked from network); 7 Jan 2000 15:33:56 -0000 Message-ID: From: "Kane, Sean P." To: 'Roland Jesse' , ZSH Mail List Cc: shige@FreeBSD.org Subject: RE: failed to load module: zle Date: Fri, 7 Jan 2000 10:33:17 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" I have a similar (although possibly not identical problem) under Red Hat Linux 6.1. I am using a CVS version of 3.1.6 and it works fine under Mandrake Linux 6.1, but under Red Hat 6.1 only root can load modules that begin with the _ character, like _zle, however prompt_init or something similar works fine. This is very strange and I have yet to fiqure out what could possibly be causing it. Any ideas would be much appreciated. Sean kane@ca.metsci.com -----Original Message----- From: Roland Jesse [mailto:jesse@prinz-atm.CS.Uni-Magdeburg.De] Sent: Friday, January 07, 2000 2:27 AM To: ZSH Mail List Cc: shige@FreeBSD.org Subject: zsh: failed to load module: zle 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