Topic: Help. Install PvPGN 199.r521 in UBUNTU 12.10!
First , i type
# cd /usr/src
# wget www.cmake.org/files/v2.6/cmake-2.6.2.tar.gz
# wget download.berlios.de/pvpgn/pvpgn-199.r521.tar.gz
# wget download.berlios.de/pvpgn/pvpgn- … 1.2.tar.gz
# wget ftp://ftp.astral.ro/mirrors/mysql.com/D … .32.tar.gz
Next , i extrack the file
# tar xfz cmake-2.6.2.tar.gz
# tar xfz pvpgn-199.r521.tar.gz
# tar xfz pvpgn-support-1.2.tar.gz
# tar xfz mysql-5.0.51b.tar.gz
next , i make the cmake ..
# cd cmake-2.6.2
# ./bootstrap
# make
# make install
Next , i cmake the pvpgn
# cd ../pvpgn-199.r521/
# mkdir build
# cd build
# cmake -D CMAKE_INSTALL_PREFIX=/usr/local/pvpgn/ -D WITH_MYSQL=true ../
And , Get the error
root@dota:/usr/src/pvpgn-199.r521/build# cmake -D CMAKE_INSTALL_PREFIX=/usr/local/pvpgn-svn /usr/src/pvpgn-199.r521
-- pvpgn is used as APPLICATION_NAME
-- Looked for Z libraries named .
CMake Error at cmake/Modules/FindZLIB.cmake:44 (MESSAGE):
Could NOT find z library
Call Stack (most recent call first):
ConfigureChecks.cmake:32 (find_package)
CMakeLists.txt:29 (include)-- Configuring incomplete, errors occurred!
root@dota:/usr/src/pvpgn-199.r521/build#
Help me !