Beiträge von cend

Am Samstag (06.09.25) Vormittag werde ich ein Update der Forensoftware (inkl. aller Plugins) durchführen. Das Forum wird deshalb auf unbestimmte Zeit nicht verfügbar sein. Neuigkeiten wird es im Matrix Chat geben: https://www.kodinerds.net/thread/79927-freischaltung-matrix-chat/

    mich würde mal interessieren, welche kombi für ein standard linux (benutze arch-linux, x86_64, 4.11.5-1-ARCH)
    überhaupt funktioniert,


    hatte diese repos zum kompilieren benutzt:

    xbmc repo:
    git [definition='1','0']log[/definition] -n1
    commit 7374838495f7d7baa94c1f1259c8172d01f2296f (HEAD -> zattoo_dash, origin/zattoo_dash)
    Author: René Bühlmann <rene@buehlmann.net>
    Date: Sat May 13 18:50:13 2017 +0200
    Add inputstream.adaptive


    pvr.zattoo repo:
    pvr.zattoo]$ git [definition='1','0']log[/definition] -n1
    commit 6ebfb0fa2300aebb14735807875162becaac0a11 (HEAD -> lib_curl, origin/lib_curl)
    Author: René Bühlmann <rene@buehlmann.net>
    Date: Mon Jun 19 21:26:01 2017 +0200
    Add curl Makefile


    Resultat:
    kodi crashed im gdb mit:
    ... kodi/addons/pvr.zattoo/pvr.zattoo.so.0.1.32: undefined symbol: curl_easy_init


    >objdump -t pvr.zattoo.so | grep curl_easy_init
    >0000000000000000 *UND* 0000000000000000 curl_easy_init


    >objdump -t kodi.bin |grep curl_easy_init
    >

    Frag mich, wo das curl_easy_init herkommen soll,

    Hallo,
    erstmal vielen Dank für das pvr.zattoo plugin.

    Würde es gern weiter nutzen, aber seit der Umstellung auf libcurl krieg ichs nicht mehr zum laufen,
    benutze arch linux 64

    kodi crashed, wenn das plugin aktiv wird, wegen:
    ../pvr.zattoo/src/ZatData.cpp:407
    407 curl = new Curl();
    (gdb) p curl
    $1 = (Curl *) 0x0

    obwohl libcurl eigentlich dyn. gelinkt ist:
    dd .../pvr.zattoo.so | grep libcurl
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007fa553f29000)

    hab das repo geklont u. kompiliert (git clone -b zattoo https://github.com/rbuehlma/xbmc )

    versteh nicht was man hier tun müsste, kann mir jemand weiter helfen ?