hi, ervery one. when i use the persistance of qpidd by such command line: ./qpidd --load-module=/home/gongxc/qpid_persistance_store/lib/.libs/msgstore.so i get a failure as following: library build did not include support for cryptography 2012-03-02 13:16:28 error BDB exception occurred while initializing store: DbEnv::set_encrypt: Operation not supported 2012-03-02 13:16:29 error Previoius BDB store initialization failed, retrying (2 of 3)... library build did not include support for cryptography 2012-03-02 13:16:29 error BDB exception occurred while initializing store: DbEnv::set_encrypt: Operation not supported 2012-03-02 13:16:30 error Previoius BDB store initialization failed, retrying (3 of 3)... library build did not include support for cryptography 2012-03-02 13:16:30 error BDB exception occurred while initializing store: DbEnv::set_encrypt: Operation not supported 2012-03-02 13:16:30 critical Unexpected error: BDB exception occurred while initializing store (MessageStoreImpl.cpp:378): DbEnv::set_encrypt: Operation not supported
i wonder, which library was build without support of cryptography? is berkeleyDB? howerver, i tried many versions of berkeleyDB, such as 4.3.29, 4.7.25, 4.8.30, 5.3.15, i builded and installed them all, the result is still the same. I knoticed that the rhel6 has installed 4.7 libs in the /lib, but i replaced them, it still doesn't work. i wonder, what does the qpidd do when it loads the msgstore.so, what libs it need? how should i build berkeleyDB with support for cryptography. when configure, i didn't use --disable-cryptography option who can help me? thanks
