On Mon, 2014-04-14 at 09:46 -0700, smartdog wrote: > Thanks Frase. I installed libdb5.1++dev, after that cmake shows > > cmake .. > -- Found BerkeleyDB: /usr/lib/x86_64-linux-gnu/libdb_cxx.so > -- BerkeleyDB for C++, libaio and uuid found, Legacystore support enabled > -- Legacystore is excluded from build. > -- Found BerkeleyDB: /usr/lib/x86_64-linux-gnu/libdb_cxx.so > -- BerkeleyDB for C++, libaio and uuid found, Linearstore support may be > enabled (currently experimental and disabled by default) > -- Linearstore is excluded from build.
You may need to run cmake in a clean build directory or remove CMakeCache.txt, to get a store build by default. (Or you can use ccmake to edit the BUILD_LEGACYSTORE/BUILD_LINEARSTORE option manually.) Make sure you only install one of the stores though - the easiest way to ensure that is only to build one of the stores. > > Running qpid still got this: > qpidd[29976]: [Store] warning Message store plugin: No storage providers > available. Oddly enough you will get this even if the stores are loaded, it is a from a module that is only used on windows currently. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
