Posts by sapillero

    If cortexa9hf-vfp-neon-ARM-libusb-pcsc works on you raspberry then no need to build new file ... just use (cortexa9hf-vfp-neon-ARM-libusb-pcsc) ?!


    correct do not compile anything although it is not for raspberry


    thank you very much for your work and effort

    Porque todavía tiene error que falta (libcrypto.so.0.9.8) por lo que como escribí tal vez la libss en /lib ruta no /usr/lib ...

    leer de nuevo mi última repetición

    root @ raspberrypi: -ln -s libssl.so.1.1 /usr/lib/libssl.so.0.9.8


    ln: Could not create symbolic link '/usr/lib/libssl.so.0.9.8': File exists


    root @ raspberrypi: ln -s libssl.so.1.1 /usr/lib/libssl.so.1.1.0


    ln: could not create symbolic link '/usr/lib/libssl.so.1.1.0': File exists


    root @ raspberrypi: - ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.0.9.8


    ln: could not create symbolic link '/usr/lib/libcrypto.so.0.9.8': File exists


    root @ raspberrypi: - ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.1.1.0


    ln: Could not create symbolic link '/usr/lib/libcrypto.so.1.1.0': File exists


    root @ raspberrypi: #




    root @ raspberrypi: -ln -s libssl.so.1.1 /lib/libssl.so.0.9.8


    ln: could not create symbolic link '/lib/libssl.so.0.9.8': File exists


    root @ raspberrypi: -ln -s libssl.so.1.1 /lib/libssl.so.1.1.0


    ln: Could not create symbolic link '/lib/libssl.so.1.1.0': File exists


    root @ raspberrypi: - ln -s libcrypto.so.1.1 /lib/libcrypto.so.0.9.8


    en: could not create symbolic link '/lib/libcrypto.so.0.9.8': File exists


    root @ raspberrypi: ln -s libcrypto.so.1.1 /lib/libcrypto.so.1.1.1.0


    en: could not create symbolic link '/lib/libcrypto.so.1.1.0': File exists

    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

    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#

    Try....


    sudo apt update

    sudo apt install libssl-dev

    after installing your commands it keeps giving me the same error


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

    /var/emu/./ncam: error while loading shared libraries: libssl.so.0.9.8: cannot o

    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

    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

    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

    Thank you very much for your work, could you compile emu RaspberryPI Hardware FPU (libusb-pcsc) without "emu", I would like to learn how to compile ncam


    regards

    ncam-broadcom-test.zip

    :bravo:

    this is perfect