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.

( gelöst ) Komme nach oscam Wechsel nicht mehr auf das Webinterface von osam

Füge mal über Telnet das folgende Kommando aus:

Code:
ln -s /lib/libcrypto.so.1.0.0 /lib/libcrypto.so.0.9.8
Danach oscam neu starten

Code:
./oscam-unstable

Ergebnis posten.
Immer schön der Reihe nach...
 
Ja..
Das kannst du doch direkt aus dem Menü der Dream machen
 
root@sss:~# ln -s /lib/libcrypto.so.1.0.0 /lib/libcrypto.so.0.9.8
ln: /lib/libcrypto.so.0.9.8: File exists
root@sss:~#

@merlin das ist eine alte Newnigma v.4 version, da gibts nichts mehr zu holen. Wahrscheinlich muß ich doch mal neu aufsetzen die Box.
 
Evtl. falsch herum:

Code:
ln -s /lib/libcrypto.so.0.9.8 /lib/libcrypto.so.1.0.0

Mach das erstmal.
Neu installieren kannst du doch immer.
 
root@sss:~# ln -s /lib/libcrypto.so.0.9.8 /lib/libcrypto.so.1.0.0
ln: /lib/libcrypto.so.1.0.0: File exists
root@sss:~#
 
Hi,
./oscam-unstable: error while loading shared libraries: libssl.so.1.0.0: cannot ...
nur kurz zur Kontrolle was überhaupt drauf ist:
was bring ein
ls -l /usr/lib/libss*.*
 
root@sss:~# ls -l /usr/lib/libss*.*
lrwxrwxrwx 1 root root 15 Feb 23 2014 /usr/lib/libssl.so.0.9
7 -> libssl.so.0.9.8
-rwxr-xr-x 1 root root 294248 Jan 6 2015 /usr/lib/libssl.so.0.9
8
root@sss:~#
 
Sorry falsche LIB:

Code:
ln -s /lib/libssl.so.1.0.0 /lib/libssl.so.0.9.8
 
root@sss:~# ln -s /lib/libssl.so.1.0.0 /lib/libssl.so.0.9.8
ln: /lib/libssl.so.0.9.8: File exists
root@sss:~#
 
Hi,
ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.1.0.0
:blush:
 
Genau.
schon wieder falsch herum. Habe das jetzt nochmal nachgelesen:

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

unter /lib oder /usr/lib bin ich mir jetzt nicht sicher...
Einfach mal prüfen.
 
das kommt,
root@sss:~# ln -s /lib/libssl.so.0.9.8 /lib/libssl.so.1.0.0
ln: /lib/libssl.so.1.0.0: File exists
root@sss:~#
 
Okay
Dann:

Code:
ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.1.0.0
 
root@sss:~# ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.1.0.0
ln: /usr/lib/libssl.so.1.0.0: File exists
root@sss:~#
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…