Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

OSCam r11711-798 mit icam patch

Status
Für weitere Antworten geschlossen.
ja

ln -s /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8

root@vuuno4k:~# opkg install libcrypto
Package libcrypto1.0.0 (1.0.2a-r0) installed in root is up to date.
Configuring enigma2-plugin-softcams-oscam-icam.
Collected errors:
* pkg_run_script: package "enigma2-plugin-softcams-oscam-icam" postinst script returned status 1.
* opkg_configure: enigma2-plugin-softcams-oscam-icam.postinst returned 1.

wie muss ich den befehl ändern?
 
Schau mal wo bei dir Libcrypto liegt:
Code:
find / -name libcrypto*

Genau darum hab ich keinen Bock mehr auf VTi
 
root@vuuno4k:~# find / -name libcrypto*
/lib/libcrypto.so.1.0.0
/usr/lib/libcrypto.so.0.9.8
/usr/lib/libcrypto.so.1.0.2a-r0
/usr/lib/libcrypto.so.1.0.0
/usr/lib/libcrypto.so.1.0.2
/var/lib/opkg/info/libcrypto1.0.0.list
/var/lib/opkg/info/libcrypto1.0.0.postinst
/var/lib/opkg/info/libcrypto1.0.0.control
 
root@vuuno4k:~# /usr/bin/oscamicam -b -r2
/usr/bin/oscamicam: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: Error 40


[webif]
httpport = 16001
httppollrefresh = 0
httphideidleclients = 0
httpshowmeminfo = 1
httpshowuserinfo = 1
httpshowreaderinfo = 1
httpshowcacheexinfo = 1
httpshowecminfo = 1
httpshowloadinfo = 1
httpallowed = 192.168.0.0-192.168.255.255
 
Post mal die Ausgabe von folgendem Befehl:
Code:
ls -l /usr/lib | grep libcrypto
 
root@vuuno4k:~# ls -l /usr/lib | grep libcrypto
lrwxrwxrwx 1 root root 27 Dec 28 12:52 libcrypto.so.0.9.8 -> /usr/lib/libcrypto.so.1.0.0
lrwxrwxrwx 1 root root 27 Dec 28 12:58 libcrypto.so.1.0.0 -> /usr/lib/libcrypto.so.1.0.0
lrwxrwxrwx 1 root root 27 Dec 28 13:01 libcrypto.so.1.0.2 -> /usr/lib/libcrypto.so.1.0.2
lrwxrwxrwx 1 root root 27 Dec 28 12:54 libcrypto.so.1.0.2a-r0 -> /usr/lib/libcrypto.so.0.9.8
 
Das sind lauter Softlinks aber eine wirkliche Bibliothek ist nicht dabei. Keine Ahnung was das bei VTi ist.
Bei Open ATV sieht das so aus:
Code:
root@vuduo4kse:/# ls -l /usr/lib | grep libcrypto
lrwxrwxrwx    1 root     root            18 Jan  1  1970 libcrypto.so.0.9.7 -> libcrypto.so.1.0.2
lrwxrwxrwx    1 root     root            27 Nov  5 15:00 libcrypto.so.0.9.8 -> /usr/lib/libcrypto.so.1.0.2
lrwxrwxrwx    1 root     root            18 Jan  1  1970 libcrypto.so.1.0.0 -> libcrypto.so.1.0.2
-rwxr-xr-x    1 root     root       1391400 Nov  4 23:23 libcrypto.so.1.0.2
-rwxr-xr-x    1 root     root       2813624 Nov  4 23:23 libcrypto.so.3
 
Grade mal gegoogelt. Versuch mal:
ln -s /lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben