I don't understand what I'm seeing here. How can the bzip2 libraries be both missing and found simultaneously? How should I go about debugging this?
Thanks, Dave $ dpkg -L libbz2-dev /. /usr /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libbz2.a /usr/include /usr/include/bzlib.h /usr/share /usr/share/doc /usr/lib/x86_64-linux-gnu/libbz2.so /usr/share/doc/libbz2-dev dave@Ubu12:/tmp/qb/build$ LD_LIBRARY_PATH=/usr/lib/x86_64-gnu ~/bin/cmake . CMake Error at /home/dave/.cache/0install.net/implementations/sha1new=f0c7800e5e264c5d96d1cd6151de92dfc74f65bb/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE): Could NOT find BZip2 (missing: BZIP2_LIBRARIES) (found version "1.0.6") Call Stack (most recent call first): /home/dave/.cache/0install.net/implementations/sha1new=f0c7800e5e264c5d96d1cd6151de92dfc74f65bb/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE) /home/dave/.cache/0install.net/implementations/sha1new=f0c7800e5e264c5d96d1cd6151de92dfc74f65bb/share/cmake-2.8/Modules/FindBZip2.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) .dependencies/ryppl/cmake/Modules/RypplFindPackage.cmake:26 (find_package) .dependencies/iostreams/CMakeLists.txt:10 (ryppl_find_package) -- Dave Abrahams BoostPro Computing http://www.boostpro.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
