Re: Compiling a minimal lightweight 32 bit cpp broker for and old linux

2017-09-25 Thread Chris Richardson
One hint that might save you some time later - I think I'm right in saying that the c++ broker requires Berkeley DB for persistence even when using the linearstore plugin; I believe this is because it internally uses BDB classes for its ORM irrespective of storage backend. If you're trying to build

Re: Compiling a minimal lightweight 32 bit cpp broker for and old linux

2017-09-25 Thread Gordon Sim
On 25/09/17 10:15, Marco wrote: Hi I am trying to compile a c++broker for an old 32 bit minimal linux, I do not need ssl or acl but I need to have persistency, I am not so strong with CMake so I am bit lost, has someone tried this ? What is the best strategy in your opinion ? As a first step, r

Compiling a minimal lightweight 32 bit cpp broker for and old linux

2017-09-25 Thread Marco
Hi I am trying to compile a c++broker for an old 32 bit minimal linux, I do not need ssl or acl but I need to have persistency, I am not so strong with CMake so I am bit lost, has someone tried this ? What is the best strategy in your opinion ? -- Sent from: http://qpid.2158936.n2.nabble.com/Ap