zsh-workers
 help / color / mirror / code / Atom feed
* Something changed about zsh linkage?
@ 2008-08-24 20:58 Bart Schaefer
  2008-08-25 16:52 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Bart Schaefer @ 2008-08-24 20:58 UTC (permalink / raw)
  To: zsh-workers

For years now I've been building zsh and running it from the source tree
for testing.  I'm used to this meaning that some modules are not loadable
when I run "Src/zsh -f" (because the modules haven't been installed yet).

Recently, however, I've started getting an error I never did before --

schaefer[602] Src/zsh -o noglobalrcs -f
zsh: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.6-dev-0/zsh/zle.so: cannot open shared object file: No such file or directory

-- so either zle has stopped being linked in the same way, or something
is causing zle to [try to] be loaded at startup when it never was before.
I think it's the former but I can't be certain.

I have stuff in my .zshenv to fix the module_path and that still works as
it always has; it's only the behavior with -f that's changed.

Either zle should be static linked, or the shell should not implicitly
load it (or at least not complain when it can't).


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

end of thread, other threads:[~2008-09-05 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-24 20:58 Something changed about zsh linkage? Bart Schaefer
2008-08-25 16:52 ` Peter Stephenson
2008-09-03 10:35   ` Peter Stephenson
2008-09-04 14:27     ` Bart Schaefer

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).