Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Ubuntu in Windows 10 + Simplebuild

Code:
cd /usr/lib
ln -s libssl.so.1.0.0 libssl.so.0.9.8

cd /lib
ln -s libcrypt.so.1.0.0 libcrypto.so.0.9.8
 
ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8

Damit sollte die starten
 
ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
Ausgabe: ln: /usr/lib/libssl.so.0.9.8: File exists

Dein Startbefehl
Ausgabe:-sh: /usr/bin/oscam_unstable: No such file or directory

So steht es im Script:
/usr/bin/oscam-unstable -b -r 2 -c /etc/tuxbox/config
Ausgabe; 8: cannot open shared object file: No such file or directory
 
root@vuduo2:~# /usr/bin/oscam-unstable -b
/usr/bin/oscam-unstable: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

Ich habe eine libcrypto.so.0.9.7 im lib aber keine libcrypto.so.0.9.8
 
Zuletzt bearbeitet:
root@vuduo2:~# ln -s /lib/libcrypto.so.0.9.7 /lib/libcrypto.so.0.9.8
ln: /lib/libcrypto.so.0.9.8: File exists

root@vuduo2:~# /usr/bin/oscam-unstable -b -r 2 -c /etc/tuxbox/config
/usr/bin/oscam-unstable: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

Na ja, vielleicht doch beim Compilieren was falsch eingestellt?

Ich habe dennoch einen Teilerfolg, die Oscam von OnkelAtze funktioniert nun (voeher gings nicht).
 
ln -s /lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.0.9.8
Nächster Versuch
 
root@vuduo2:~# ln -s /lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.0.9.8
ln: /usr/lib/libcrypto.so.0.9.8: File exists

Wenn ich im Winscp ind /usr/lib gehe und dort die libcrypto.so.0.9.8 anklicke und dann auf Eigenschaften gehe, kommt das:
Fehlermeldung von entferntem Rechner erhalten: 'scp: /usr/lib/libcrypto.so.0.9.8: No such file or directory'
 
Zuletzt bearbeitet:
root@vuduo2:~# ln -s /lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.0.9.8
ln: /usr/lib/libcrypto.so.0.9.8: File exists
 
So, Schluss mit dem grausamen Spiel!

Ich habe jetzt die in Windows erstellte Oscam genommen:
oscam-svn11576-mipsel_s3_ssl102-webif-dvbapi-ssl

Die Funktioniert!!! :smile:

Daaanke!
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…