Ncam Emu compiled and patched by RAED

There are 1,703 replies in this Thread which was already clicked 416,083 times. The last Post () by Linesman.

  • error:


    /var/emu/./ncam: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

    what version of opensl you have ?!

    Give this command in telnet

    Code
    ls -n /usr/lib/libssl*


    hello, as we discussed earlier in version 11.3, RaspberryPI hardware FPU (libusb-pcsc) did not work either, but if cortexa9hf-vfp-neon-ARM-libusb-pcsc (DreamoxUHD + VU + 4K + Mipsel DD routers) worked for me -WRT) on my raspberry pi 4b and you compiled rasp version to work

    very good work


    Cheers


  • Where is the out put of this command ?! Because you have issue with openssl

    Code
    ls -n /usr/lib/libssl*

    Any way .... try these 3 files

    and give me output of this command

    Code
    ./ncam

    and don't forget the output of

    Code
    ls -n /usr/lib/libssl*


    Thank you

  • test error 1


    root @ raspberrypi: - /var/emu/./ncam -b -c / var / etc / tuxbox / config /


    /var/emu/./ncam: error loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: There is no such file or directory


    test error 2


    root @ raspberrypi: - /var/emu/./ncam: error loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: There is no such file or directory


    test 3 error


    root @ raspberrypi: - /var/emu/./ncam -b -c / var / etc / tuxbox / config /


    /var/emu/./ncam: error loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: There is no such file or directory





    root @ raspberrypi: ls -n / usr / lib / libssl *


    ls: '/ usr / lib / libssl *' cannot be accessed: There is no such file or directory

  • All file the same error ..

    And your device not E2 I think so the openssl path not (/usr/lib )

    try to search where is the openssl and give me the output of

    Code
    ls -n libssl *

    my device is raspberry pi 4b and I think ssl file is in path: / usr / lib / ssl


    root@raspberrypi:~# ls -n libssl

    ls: cannot access 'libssl': No such file or directory

  • Do this

    Code
    cd /usr/lib
    ls -i

    or

    Code
    openssl version

    root@raspberrypi:/usr/lib# ls -i

    264489 apt 264466 man-db

    264488 arm-linux-gnueabihf 264490 mime

    1585255 at-spi2-core 264482 modules-load.d

    1583390 avahi 264493 NetworkManager

    264486 bfd-plugins 264478 openssh

    138273 binfmt.d 1583394 os-release

    264480 bluetooth 1585168 pcsc

    264484 compat-ld 264462 pkgconfig

    264467 dbus-1.0 1583384 pkg-config.multiarch

    1585271 dconf 1709940 pm-utils

    264470 debug 264464 policykit-1

    264483 dhcpcd5 264474 python2.7

    5318 dpkg 138272 python3

    1709939 environment.d 264469 python3.7

    1583388 file 264487 raspberrypi-sys-mods

    264476 gcc 264472 raspi-config

    1585302 glib-networking 264465 rsyslog

    264485 gnupg 264477 sasl2

    138271 gnupg2 1583393 sftp-server

    264479 gold-ld 264473 ssl

    264471 groff 264475 sudo

    264491 kernel 264481 systemd

    264468 klibc 5317 sysusers.d

    1583392 libident.so.0 264463 tasksel

    1583387 libident.so.0.22 1583389 tc

    1583391 libsigc-1.2.so.5 5316 tmpfiles.d

    1583385 libsigc-1.2.so.5.0.7 264492 valgrind

    1583386 libsupp.a 1585250 X11

    1709938 locale



    root@raspberrypi:/usr/lib# openssl version

    OpenSSL 1.1.1d 10 Sep 2019

    root@raspberrypi:/usr/lib#

  • Excellent ... you have New openssl 1.1.1

    Give this command

    Code
    ln -s libssl.so.1.1 /usr/lib/libssl.so.0.9.8
    ln -s libssl.so.1.1 /usr/lib/libssl.so.1.1.0
    ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.0.9.8
    ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.1.1.0

    or if openssl in /lib not in /usr/lib (Because I can not see openssl file in your output result)

    Code
    ln -s libssl.so.1.1 /lib/libssl.so.0.9.8
    ln -s libssl.so.1.1 /lib/libssl.so.1.1.0
    ln -s libcrypto.so.1.1 /lib/libcrypto.so.0.9.8
    ln -s libcrypto.so.1.1 /lib/libcrypto.so.1.1.0

    Then try those file what I sent before

  • Excellent ... you have New openssl 1.1.1

    Give this command

    Code
    ln -s libssl.so.1.1 /usr/lib/libssl.so.0.9.8
    ln -s libssl.so.1.1 /usr/lib/libssl.so.1.1.0
    ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.0.9.8
    ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.1.1.0

    or if openssl in /lib not in /usr/lib (Because I can not see openssl file in your output result)

    Code
    ln -s libssl.so.1.1 /lib/libssl.so.0.9.8
    ln -s libssl.so.1.1 /lib/libssl.so.1.1.0
    ln -s libcrypto.so.1.1 /lib/libcrypto.so.0.9.8
    ln -s libcrypto.so.1.1 /lib/libcrypto.so.1.1.0

    Then try those file what I sent before


    root@raspberrypi:/usr/lib# /var/emu/./ncam -b -c /var/etc/tuxbox/config/

    /var/emu/./ncam: error al archivos bibliotecas: libcrypto.so.0.9.8: no se se abrir el archivo de compartido: No hay tal archivo o directorio


    test 1 tets 2 test 3 off

NCam Support Forum

Configs, discussion, downloads and guides for NCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!