On Tue, 2014-04-08 at 14:49 -0700, smartdog wrote: > Thanks for the reply. > > This is what I have. > cmake .. > -- Qpid proton found, amqp 1.0 support enabled > -- Legacystore requires BerkeleyDB for C++ which is absent. > -- Legacystore is excluded from build. > -- Linearstore requires BerkeleyDB for C++ which is absent. > -- Linearstore is excluded from build. > > How can I get Legacystore built? > > I installed libdb-dev. > apt-get install libdb-dev
Don't know about Debian but on Fedora 20 this works: sudo yum install libdb-cxx-devel libaio-devel Is there a libdb-cxx-dev package on Debian? > > Thanks > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/How-to-config-c-broker-persistence-tp7605544p7606576.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
