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 on a minimal system you might trip over this one.

On 25 September 2017 at 12:43, Gordon Sim <g...@redhat.com> wrote:

> 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, run ccmake and you can interactively turn off bits you
> don't want.  If the current options are good enough, thats easy to do (e.g.
> you can turn off SSL and SASL, but at present not acls - but then the acl's
> aren't enforced by default so its whether the small extra overhead in
> library size is something you really care about).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>


-- 

*Chris Richardson*, System Architect
c...@fourc.eu


*FourC AS, Vestre Rosten 81, Trekanten, NO-7075 Tiller, Norwaywww.fourc.eu
<http://www.fourc.eu/>*

*Follow us on LinkedIn <http://bit.ly/fourcli>, Facebook
<http://bit.ly/fourcfb>, Google+ <http://bit.ly/fourcgp> and Twitter
<http://bit.ly/fourctw>!*

Reply via email to