Groups | Search | Server Info | Login | Register


Groups > comp.databases.pick > #2408

openqm: qmclient on raspberry pi question

Newsgroups comp.databases.pick
Date 2017-10-26 18:52 -0700
Message-ID <cd655401-5cdc-4c40-8f88-7f6b0cd39c3a@googlegroups.com> (permalink)
Subject openqm: qmclient on raspberry pi question
From lititude101095@gmail.com

Show all headers | View raw


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 

qmclient.py tries to load it but: 

OSError: /usr/qmsys/bin/qmclilib.so: only ET_DYN and ET_EXEC can be loaded 
 
I copy the qmclilib.o to qmclilib.so (hopefully) & get the same message

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

Anyone know how to get the qmclient working 

test I use is 

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

libqmclient.a is in the pi version (is in /usr/qmsys/bin) so you don't need that from the site (site provides the self extracting archive & the client for the pi)

libqmclient.a contains qmclilib.o and aes.o (don't know what that is)

issue is the provision of .o files for pi3 , requirement of qmclient.py of .so
.so = "shared object"

Back to comp.databases.pick | Previous | NextNext in thread | Find similar


Thread

openqm: qmclient on raspberry pi question lititude101095@gmail.com - 2017-10-26 18:52 -0700
  Re: openqm: qmclient on raspberry pi question lititude101095@gmail.com - 2017-10-26 20:29 -0700
  Re: openqm: qmclient on raspberry pi question lititude101095@gmail.com - 2017-10-26 21:01 -0700
  Re: openqm: qmclient on raspberry pi question lititude101095@gmail.com - 2017-10-26 21:03 -0700
  Re: openqm: qmclient on raspberry pi question lititude101095@gmail.com - 2017-10-26 21:07 -0700
  Re: openqm: qmclient on raspberry pi question lititude101095@gmail.com - 2017-10-26 21:10 -0700

csiph-web