Hello,
I would like to create a wow server on a Linux server, so I train on a linux machine. I tried instaling a core, but i block during compilation. Here's what i have :
-- Detected 64-bit platform
-- UNIX: Using jemalloc
-- UNIX: Using default configuration directory
-- UNIX: Using default library directory
-- UNIX: Configuring uninstall target
-- UNIX: Created uninstall target
-- UNIX: Detected compiler: /usr/bin/cc
-- GCC: Enabled c++11 support
-- GCC: Enabled C99 support
-- GCC: SFMT enabled, SSE2 flags forced
-- GCC: All warnings enabled
-- Found ACE library: /usr/lib/libACE.so
-- Found ACE headers: /usr/include
-- Configuring incomplete, errors occurred!
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:176 (find_package_handle_standard_args)
CMakeLists.txt:56 (find_package)
I followed the installation tutorial. I own a machine Ubuntu 13.04 64 bit. Is would this can play? Do you have any advice for me? And in this case, between a 32-bit version and 64-bit, is that the differences in handling and use are huge? I know with windows you could install a core 32-bit on 64-bit, but then I do not know at all. Thank you in advance for your help.