Jump to content
TrinityCore

weremole79

Plebs
  • Posts

    2
  • Joined

  • Last visited

weremole79's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you very much! The section on OpenSSL really helped.
  2. Hello, When following the guide to compile on Linux, while running CMake, I run into the following issue: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: OPENSSL_CRYPTO_LIBRARIES (ADVANCED) linked by target "authserver" in directory /mnt/Storage/WoW/WotLK/Source/src/server/authserver linked by target "worldserver" in directory /mnt/Storage/WoW/WotLK/Source/src/server/worldserver OPENSSL_SSL_LIBRARIES (ADVANCED) linked by target "authserver" in directory /mnt/Storage/WoW/WotLK/Source/src/server/authserver linked by target "worldserver" in directory /mnt/Storage/WoW/WotLK/Source/src/server/worldserver -- Configuring incomplete, errors occurred! I've tried OpenSSL 1.0.1l and 1.0.0. Here's the command I'm running: 1.0.0: cmake ../ -DPREFIX=/mnt/Storage/WoW/WotLK -DOPENSSL_LIBRARIES=/usr/local/ssl/lib64 -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include -DWITH_WARNINGS=1 1.0.1l: cmake ../ -DPREFIX=/mnt/Storage/WoW/WotLK -DOPENSSL_LIBRARIES=/usr/local/ssl/lib -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include -DWITH_WARNINGS=1 Any help would be greatly appreciated and thank you in advance!
×
×
  • Create New...