> Hi all, > > followed the instructions on Scribus.net. After downloading from svn, > cmake fails. This is what i get: > > CMake Error at > /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 > (MESSAGE): > Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) > Call Stack (most recent call first): > /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 > (_FPHSA_FAILURE_MESSAGE) > cmake/modules/FindZLIB.cmake:47 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) > CMakeLists.txt:586 (FIND_PACKAGE)
> Running Kubuntu 12.04 LTS (Precise). I will as the obvious question, do you have zlib installed? # sudo apt-get install zlibc zlib1g zlib1g-dev may fix it for you. If they are installed, try sudo apt-get install --reinstall zlibc zlib1g zlib1g-dev -- Owen
