• openqm qmclient on raspberry pi question

    From lititude101095@gmail.com@21:1/5 to All on Thu Oct 26 18:37:10 2017
    open qm (3.4.11) works fine on raspberry pi 3, that is from the site auto extract archive

    the qmclient.py program requires qmclilib.so (client library, shared object file). The archive file on the download site

    libqmclient.a - (QMClient library Raspberry Pi)

    provides

    qmclilib.o

    that goes into
    /usr/qmsys/bin, permissions set

    tries to run using it but:

    I copy the qmclilib.o & get

    OSError: /usr/qmsys/bin/qmclilib.so: only ET_DYN and ET_EXEC can be loaded

    have looked for qmclient.py file specifically for raspberry pi .. the SYSCOM (qmclient.py) is same, looks for qmclilib.so

    Anyone know how to get the qmclient working

    test I use is

    qm.Connect(Host, -1, UserName, Password, Account)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From lititude101095@gmail.com@21:1/5 to All on Thu Oct 26 18:43:51 2017
    open qm (3.4.11) works fine on raspberry pi 3, that is from the site auto extract archive

    the qmclient.py program requires qmclilib.so (client library, shared object file). The archive file on the download site

    libqmclient.a - (QMClient library Raspberry Pi)

    provides

    qmclilib.o

    that goes into
    /usr/qmsys/bin, permissions set

    tries to run using it but:

    I copy the qmclilib.o to qmclilib.so (hopefully) & get

    OSError: /usr/qmsys/bin/qmclilib.so: only ET_DYN and ET_EXEC can be loaded

    have looked for qmclient.py file specifically for raspberry pi .. the SYSCOM (qmclient.py) is same, looks for qmclilib.so

    Anyone know how to get the qmclient working

    test I use is

    qm.Connect(Host, -1, UserName, Password, Account)

    libqmclient.a is part of the package, raspberry pi (is in /usr/qmsys/bin

    same files qmclilib.o and 'aes.o' (don't know what that is).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)