Quantcast
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

( gelöst ) Fehler beim Oscam-Start Raspberry4: mit dem Start von meiner gepatchen oscam, es wird die "libcrypto.so.1.0.2" verlangt. (erledigt)

60plus

Premium
Registriert
20. November 2008
Beiträge
362
Reaktionspunkte
146
Punkte
103
Hi,
mit dem Start von meiner gepatchen oscam, es wird die "libcrypto.so.1.0.2" verlangt.

ubuntu@ubuntu:~$ o start
/var/emu/oscam/oscam.aarch64: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file: No such file or directory
Fehler beim starten von OScam!

Da bräuchte ich mal einen Schub in die richtige Richtung.

Danke
 
Da du unter IPC schreibst, wundert es mich, das du nicht mit o compile eine oscam versuchst.
Wenn du kein IPC drauf hast, bist du in diesem Thama falsch.
 
es ist egal ob mit "o comple" oder mit "s3" auf Ubuntu gebaut wird, dass Ergebniss ist das Selbe.
 
bitte
ubuntu@ubuntu:~$ ls -l /usr/lib/aarch64-linux-gnu/libcrypt*
-rw-r--r-- 1 root root 52656 Apr 16 2018 /usr/lib/aarch64-linux-gnu/libcrypt.a
lrwxrwxrwx 1 root root 36 Apr 16 2018 /usr/lib/aarch64-linux-gnu/libcrypt.so -> /lib/aarch64-linux-gnu/libcrypt.so.1
-rw-r--r-- 1 root root 4602436 Jun 20 19:36 /usr/lib/aarch64-linux-gnu/libcrypto.a
lrwxrwxrwx 1 root root 16 Jun 20 19:36 /usr/lib/aarch64-linux-gnu/libcrypto.so -> libcrypto.so.1.1
-rw-r--r-- 1 root root 1663728 Feb 26 2019 /usr/lib/aarch64-linux-gnu/libcrypto.so.1.0.0
lrwxrwxrwx 1 root root 9 Oct 6 10:25 /usr/lib/aarch64-linux-gnu/libcrypto.so.1.0.2 -> libcrypto
-rw-r--r-- 1 root root 2297488 Jun 20 19:36 /usr/lib/aarch64-linux-gnu/libcrypto.so.1.1
 
Bereite aarch64 Kompilierung vor...

-- The C compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Deprecation Warning at CMakeLists.txt:11 (cmake_policy):
The OLD behavior for policy CMP0005 will be removed from a future version
of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.


-- Looking for pthread.h
-- Looking for pthread.h - found
-- pthread found. Adding pthread support
-- Looking for openssl/aes.h
-- Looking for openssl/aes.h - found
-- SSL IS NOT INCLUDED IN THIS COMPILATION
-- Found OpenSSL: /usr/lib/aarch64-linux-gnu/libcrypto.so (found version "1.1.1")
-- openssl found.
-- Looking for time.h
-- Looking for time.h - found
-- librt found (needed by libusb).
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - found
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - found
-- libusb 1.0 found (libusb-1.0.so) Adding smartreader support
-- Looking for PCSC/wintypes.h
-- Looking for PCSC/wintypes.h - found
-- PCSC headers found (/usr/include/PCSC). Adding PCSC support
HOSTCC webif/pages_gen
GEN webif/pages.c
GEN Compressed 401152 template bytes into 165068 bytes. 236084 saved bytes (58.85%).
-- The CXX compiler identification is GNU 7.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for math.h
-- Looking for math.h - found
-- Utils: operating system: Linux
-- Utils: target system: aarch64-linux-gnu
-- utils use system libusb functions
--
--
-- operating system: Linux
-- target system: aarch64-linux-gnu
-- revision: 11546
-- use system libcrypto functions
-- use system pcsc functions
-- use system pthread functions
-- use system libusb functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/compile/oscam-svn/build_dir

Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
 
Zurück
Oben