g202e
Benutzer
- Mitglied seit
- 07. Jun 2009
- Beiträge
- 2.293
- Punkte für Reaktionen
- 0
- Punkte
- 82
Vielen Dank.
Mag sein, dass ich als notorischer Mausschubser einfach nur zu blond bin. Ich kriege keine vernünftige Versionsangabe raus.
Oh, da hat dann wohl die Emailbenachrichtigung versagt...Teillösung hier.
Teste mal folgenden Befehl auf der Konsole: "find / |grep wget"
Damit solltest du rausfinden können wo du wget liegen hast. Als nächstes kannst du mit pfad/wget -V die Version feststellen.
Mag sein, dass ich als notorischer Mausschubser einfach nur zu blond bin. Ich kriege keine vernünftige Versionsangabe raus.
Rich (BBCode):
DS-EWERTHRO> find / |grep wget
/usr/syno/etc/wgetrc
/usr/syno/bin/wget.org
/volume1/public/wsusoffline65/wsusoffline/bin/wget.exe
/volume1/opt/man/man1/wget.1
/volume1/opt/lib/ipkg/info/wget-ssl.control
/volume1/opt/lib/ipkg/info/wget-ssl.conffiles
/volume1/opt/lib/ipkg/info/wget-ssl.list
/volume1/opt/etc/wgetrc
/volume1/opt/bin/wget
/lib/perl5/5.8.6/newgetopt.pl
DS-EWERTHRO> /usr/syno/etc/wget -V
-ash: /usr/syno/etc/wget: not found
DS-EWERTHRO> /usr/syno/etc/wgetrc/wget -V
-ash: /usr/syno/etc/wgetrc/wget: not found
DS-EWERTHRO> /usr/syno/bin/wget -V
-ash: /usr/syno/bin/wget: not found
DS-EWERTHRO> /usr/syno/bin/wget.org/wget -V
-ash: /usr/syno/bin/wget.org/wget: not found
DS-EWERTHRO> /volume1/opt/bin/wget/wget -V
-ash: /volume1/opt/bin/wget/wget: not found
DS-EWERTHRO> /volume1/opt/bin/wget -V
/volume1/opt/bin/wget: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory
DS-EWERTHRO>