[plug] wget on iinet's opera - linux 2.0.33

Mike Holland myk at golden.wattle.id.au
Fri Sep 28 11:12:13 WST 2001


On Fri, 28 Sep 2001, Mike wrote:

> I still get No such file or directory,

Sometimes, Linux error mesages really suck. That is the text for one
of the standard unix/posix error codes.
  In this case it probably means a library is missing, not that you'd
guess. Try "ldd ./wget"  (or appropriate path)

I have:

  % ldd /usr/local/bin/wget
 	libc.so.6 => /lib/libc.so.6 (0x40026000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

and

  % ldd /usr/bin/wget
	libssl.so.0 => /usr/lib/libssl.so.0 (0x40026000)
	libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40053000)
	libc.so.6 => /lib/libc.so.6 (0x40114000)
	libdl.so.2 => /lib/libdl.so.2 (0x40241000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Ahah! That'll explain it. You are probably missing the crypto libraries.
I will e-mail you my older version.

Anyway, you still dont say why you want it. Cant you FTP the files?

-- 
Mike Holland  <myk at golden.wattle.id.au>
			--==--
"Everybody is talking about the weather but nobody does anything
about it."      -- Mark Twain





More information about the plug mailing list