- Als erstes das Archiv
herunterladen
- Mit scp auf den Rechner übertragen
- Im root (/) - Verzeichnis entpacken
tar xvf wget182.tar
- Im Verzeichnis /lib zwei Symlinks
anlegen:
ln -s libssl.so.0.9.6b libssl.so.0.9.6
ln -s libcrypto.so.0.9.6b libcrypto.so.0.9.6
|
- Download the archive
and scp it to your box
- scp it to your box
- untar it in the root (/) - directory:
tar xvf wget182.tar
- cd to /lib and make some links:
ln -s libssl.so.0.9.6b libssl.so.0.9.6
ln -s libcrypto.so.0.9.6b libcrypto.so.0.9.6
|