Re: wget mit https

From: Patrick Hess <patrickhess(at)gmx.net>
Date: Sun, 22 May 2005 13:27:37 +0200

Hallo,

J. Erik Heinz schrieb:
> ich versuche gerade herauszubekommen ob mein wget mit https
> support gebaut wurde.

Wenn du das 100%ig sicher wissen willst, mach einfach ein:

        ldd $(which wget)

Das sollte, wenn HTTPS-Unterstützung einkompiliert ist, ungefähr so
aussehen:

        /usr/local/bin/wget:
          libintl.so.6 => /usr/local/lib/libintl.so.6 (0x28099000)
          libssl.so.3 => /usr/lib/libssl.so.3 (0x280a2000)
          libcrypto.so.3 => /lib/libcrypto.so.3 (0x280d0000)
          libc.so.5 => /lib/libc.so.5 (0x281c5000)
          libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2829e000)

Wichtig sind hier libssl.so.3 und libcrypto.so.3.

Gruß,
Patrick

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 22 May 2005 - 13:28:31 CEST

search this site