zsh-users
 help / color / mirror / code / Atom feed
* (IRIX, zsh 3.1.6) failed to load module: comp1
@ 1999-11-29 15:11 Roland Jesse
  1999-11-29 15:37 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Jesse @ 1999-11-29 15:11 UTC (permalink / raw)
  To: zsh-users

Hi,

I just checked whether or not zsh 3.1.6 might work on a subset of our SGI
workstations. It compiled fine using the sgi compiler on an Irix 5.3 and
an 6.4 machine. Testing it always results in:

jesse.irix-6.4-machine > Src/zsh
zsh: failed to load module: comp1
irix-6.4-machine%

jesse.irix-5.3-machine > Src/zsh
zsh: failed to load module: comp1
irix-5.3-machine%

The configure flags were --enable-dynamic --enable-zsh-mem 
--enable-etcdir=/usr/local/etc.

Is that known behavior?

	Roland


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (IRIX, zsh 3.1.6) failed to load module: comp1
  1999-11-29 15:11 (IRIX, zsh 3.1.6) failed to load module: comp1 Roland Jesse
@ 1999-11-29 15:37 ` Bart Schaefer
  1999-11-29 16:22   ` Zefram
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 1999-11-29 15:37 UTC (permalink / raw)
  To: Roland Jesse, zsh-users

On Nov 29,  4:11pm, Roland Jesse wrote:
} Subject: (IRIX, zsh 3.1.6) failed to load module: comp1
}
} jesse.irix-6.4-machine > Src/zsh
} zsh: failed to load module: comp1

You must either "configure --disable-dynamic", or else "make install" in
order for zsh to find the dynamically-loaded modules.  Or you can put

    module_path=($module_path ./Src/Builtins ./Src/Modules ./Src/Zle)

somewhere in your startup files temporarily -- but the only place where
it'll work for "Src/zsh -f" is in /etc/zshenv.  Be sure to remove that
line again once you've done "make install".

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (IRIX, zsh 3.1.6) failed to load module: comp1
  1999-11-29 15:37 ` Bart Schaefer
@ 1999-11-29 16:22   ` Zefram
  0 siblings, 0 replies; 3+ messages in thread
From: Zefram @ 1999-11-29 16:22 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: jesse, zsh-users

Bart Schaefer wrote:
>You must either "configure --disable-dynamic", or else "make install" in
>order for zsh to find the dynamically-loaded modules.

"make install.modules" is sufficient.  A full install would effectively
replace any existing zsh installation, which you want to avoid when
trying out a new zsh before installation.

-zefram


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-11-29 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-29 15:11 (IRIX, zsh 3.1.6) failed to load module: comp1 Roland Jesse
1999-11-29 15:37 ` Bart Schaefer
1999-11-29 16:22   ` Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).