Posts by toxxiq


    Try docker.

    What do you mean? Do you mean I should build socat using docker or run it? Any help is appreciated. I am docker noob :)

    As a side note, actually I would need socat to feed tvheadend with xmltv format epg.
    I used this command under openelec:

    Code
    cat ~/.epg/xmltv.xml | ~/.kodi/addons/tools.socat/bin/socat - UNIX-CONNECT:/storage/.kodi/userdata/addon_data/service.multimedia.tvheadend/epggrab/xmltv.sock


    [hr]


    toxxiq

    You didn't include the relevant part of the output that shows the actual error.

    Hm, these are the last lines. Do you see what is failing?

    Is there any plan for unofficial addon library for LE?

    I tried building socat addon with

    Code
    PROJECT=RPi2 ARCH=arm ./scripts/create_addon socat


    but I failed :S I think my environment is not properly set up to build LE.

    Code
    build/genautomata /home/krisz/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0-devel/gcc-5.3.0/gcc/common.md /home/krisz/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0-devel/gcc-5.3.0/gcc/config/arm/arm.md insn-conditions.md > tmp-automata.c
    Makefile:2137: recipe for target 's-automata' failed
    make[2]: *** [s-automata] Error 137
    make[2]: *** Waiting for unfinished jobs....
    make[2]: Leaving directory '/home/krisz/LibreELEC.tv/build.LibreELEC-RPi2.arm-7.0-devel/gcc-5.3.0/.armv7ve-libreelec-linux-gnueabi-bootstrap/gcc'
    Makefile:4096: recipe for target 'all-gcc' failed

    Hi

    I've successfully upgraded from openelec. (Thanks Guys for LE!) The only issue I have is with socat. It seems that the ssl library is not installed.
    I tried reinstalling it but same issue.

    Code
    mediabox:~ # socat
    socat: error while loading shared libraries: libssl.so.32: cannot open shared object file: No such file or directory