KxSystems / mqtt

MQTT messaging protocol interface
https://code.kx.com/q/interfaces
Apache License 2.0
9 stars 12 forks source link

Build using more libs than required #47

Closed sshanks-kx closed 1 year ago

sshanks-kx commented 1 year ago

Build using libpaho-mqtt3a, paho-mqtt3as, paho-mqtt3c, paho-mqtt3cs - shouldnt need all these.

Ref: https://github.com/eclipse/paho.mqtt.c#libraries

Running without any SSL lib installed (nor wanting to use SSL)...

q ./mqtt/examples/consumer.q
'libssl.so.1.0.0: cannot open shared object file: No such file or directory
  [5]  /mqttq/q/mqtt.q:3: connX:`mqttkdb 2:(`connX;3);

Relates to https://github.com/KxSystems/mqtt/pull/44 mentioning use of libs