From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14301 invoked from network); 6 Jan 2000 14:09:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jan 2000 14:09:57 -0000 Received: (qmail 15766 invoked by alias); 6 Jan 2000 14:09:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9247 Received: (qmail 15759 invoked from network); 6 Jan 2000 14:09:51 -0000 Date: Thu, 6 Jan 2000 15:09:49 +0100 (MET) Message-Id: <200001061409.PAA18367@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Thu, 6 Jan 2000 17:01:22 +0300 Subject: Re: dev-14: ld.so: Src/zsh: relocation error: symbol not found: nbrbeg Andrej Borsenkow wrote: > .zshrc:9: failed to load module: zsh/complete > > I tried this with two different OS/compiler versions. > > The message in subject is from dlerror() that I added to try_load_module() System type? Didn't we have this kind of problem (a dynamically loaded module could not get at the symbols of another dynamically loaded module) on SunOS4.x? At least, the code should be ok: nbrbeg and nbrend are defined and mod_export'ed in zle_tricky.c and zsh/complete depends upon zsh/zle. Have you tried it with a linked in zsh/zle module? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de