Hi, I am trying to build linear-store for qpid-cpp-1.35 version and i am getting bellow error.
-- Legacystore requires BerkeleyDB for C++ which is absent. -- Legacystore is excluded from build. -- Linearstore requires BerkeleyDB for C++ which is absent. CMake Error at src/linearstore.cmake:65 (message): Linearstore requires BerkeleyDB for C++ which is absent. Call Stack (most recent call first): src/CMakeLists.txt:1274 (include) I have installed necessary rpms (db4), is there a way for cmake to tell where to find db4 libraries? any options i can use to make it work? ec2-user@ip-10-17-8-126:~/files/rpmbuild/SPECS> rpm -ql db43-4.3.29-125.17 /usr/lib64/libdb-4.3.so /usr/lib64/libdb_cxx-4.3.so /usr/share/doc/packages/db43 /usr/share/doc/packages/db43/LICENSE /usr/share/doc/packages/db43/README /usr/share/doc/packages/db43/images /usr/share/doc/packages/db43/images/api.gif /usr/share/doc/packages/db43/images/next.gif /usr/share/doc/packages/db43/images/prev.gif /usr/share/doc/packages/db43/images/ps.gif /usr/share/doc/packages/db43/images/ref.gif /usr/share/doc/packages/db43/images/sleepycat.gif /usr/share/doc/packages/db43/index.html /usr/share/doc/packages/db43/sleepycat /usr/share/doc/packages/db43/sleepycat/legal.html /usr/share/doc/packages/db43/sleepycat/license.html ec2-user@ip-10-17-8-126:~/files/rpmbuild/SPECS> rpm -ql db43-devel-4.3.29-125.17 /usr/include/db43 /usr/include/db43/db.h /usr/include/db43/db_185.h /usr/include/db43/db_cxx.h /usr/lib64/libdb-4.3.a /usr/lib64/libdb_cxx-4.3.a Thanks, Ram
