zsh-workers
 help / color / mirror / code / Atom feed
* Module zsh/zftp:  undefined symbol zsh_getipnodebyname
@ 2001-06-15 16:54 Peter Whaite
  2001-06-15 17:41 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Whaite @ 2001-06-15 16:54 UTC (permalink / raw)
  To: zsh-workers


I saw something about zftp go by so my apologies if this has already been
covered.   When I attempt to use the zftp builtin it fails and causes the
shell to exit. 

% cat /etc/issue;uname -a

Red Hat Linux release 6.2 (mixed)
Kernel 2.4.3 on an i686

Linux aragorn 2.4.3 #8 Mon Apr 30 19:05:32 EDT 2001 i686 unknown

% zsh
% echo $SHLVL
2
% zmodload zsh/zftp
% zftp open localhost
zsh: error in loading shared libraries: /usr/local/lib/zsh/4.1.0-dev-0/zsh/zftp.so: undefined symbol: zsh_getipnodebyname
% echo $SHLVL
1

--
peta


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

* Re: Module zsh/zftp: undefined symbol zsh_getipnodebyname
  2001-06-15 16:54 Module zsh/zftp: undefined symbol zsh_getipnodebyname Peter Whaite
@ 2001-06-15 17:41 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2001-06-15 17:41 UTC (permalink / raw)
  To: Zsh hackers list

Peter Whaite wrote:
> I saw something about zftp go by so my apologies if this has already been
> covered.   When I attempt to use the zftp builtin it fails and causes the
> shell to exit. 

This is because it doesn't load the tcp module, which is new and still
being debugged, and we haven't thought of a way of telling the shell about
dependencies for modules that aren't loaded automatically.

I'd highly recommend using zftp via the shell function front end; autoload
and run zfinit and preferably read the zshzftpsys manual page.  If you have
the latest version of that, loading of the tcp module is handled.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


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

end of thread, other threads:[~2001-06-15 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-15 16:54 Module zsh/zftp: undefined symbol zsh_getipnodebyname Peter Whaite
2001-06-15 17:41 ` Peter Stephenson

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