When installing on a Fresh OS Ubuntu 16.04, every prereq installed, that is in guide. I am running into a small problem.
The server compiles fine, but when getting to the tools I get this error:
make: *** [all] Error 2
[ 3%] Built target g3dlib
[ 3%] Built target Detour
[ 4%] Built target Recast
[ 5%] Built target fmt
[ 7%] Built target jemalloc
[ 7%] Built target gsoap
[ 9%] Built target protobuf
[ 11%] Built target casc
[ 11%] Built target revision_data.h
[ 11%] Built target commonPCH.cpp_dephelp
[ 11%] Built target generate_commonPCH.cpp
[ 15%] Built target common
[ 15%] Built target databasePCH.cpp_dephelp
[ 15%] Built target generate_databasePCH.cpp
[ 17%] Built target database
[ 18%] Built target protoPCH.cpp_dephelp
[ 19%] Built target generate_protoPCH.cpp
[ 21%] Built target proto
[ 21%] Built target sharedPCH.cpp_dephelp
[ 21%] Built target generate_sharedPCH.cpp
[ 22%] Built target shared
[ 22%] Built target bnetPCH.cpp_dephelp
[ 22%] Built target generate_bnetPCH.cpp
[ 23%] Built target bnetserver
[ 23%] Built target gamePCH.cpp_dephelp
[ 23%] Built target generate_gamePCH.cpp
[ 46%] Built target game
[ 46%] Built target ScriptPCH.cpp_dephelp
[ 46%] Built target generate_ScriptPCH.cpp
[ 97%] Built target scripts
[ 97%] Built target worldPCH.cpp_dephelp
[ 97%] Built target generate_worldPCH.cpp
[ 98%] Built target worldserver
[ 98%] Built target connection_patcher
[ 98%] Built target extractor_common
[ 98%] Linking CXX executable mapextractor
../../../dep/CascLib/libcasc.a(CascDecompress.cpp.o): In function `CascDecompress(unsigned char*, unsigned int*, unsigned char*, unsigned int)':
CascDecompress.cpp:(.text+0x5f): undefined reference to `inflateInit_'
CascDecompress.cpp:(.text+0x96): undefined reference to `inflate'
CascDecompress.cpp:(.text+0xa0): undefined reference to `inflateEnd'
collect2: error: ld returned 1 exit status
src/tools/map_extractor/CMakeFiles/mapextractor.dir/build.make:161: recipe for target 'src/tools/map_extractor/mapextractor' failed
make[2]: *** [src/tools/map_extractor/mapextractor] Error 1
CMakeFiles/Makefile2:2241: recipe for target 'src/tools/map_extractor/CMakeFiles/mapextractor.dir/all' failed
make[1]: *** [src/tools/map_extractor/CMakeFiles/mapextractor.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
I thought at first it was me, so i reinstalled Ubuntu, and installed everything the guide said to do, but getting to this phase exactly this phase, it throws a error, I tried removing the tools, and compile right, but need the tools to extract DBC and Map files.