Jump to content
TrinityCore

uDev

Plebs
  • Posts

    4
  • Joined

  • Last visited

uDev's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I need help with : If you are using one linux with system wide openssl 0.9.8 instalation you need to update to openssl 1.0.0 or install openssl 1.0.0 into your home directory and set cmake to that path with: -DOPENSSL_LIBRARIES -DOPENSSL_SSL_LIBRARIES -DOPENSSL_INCLUDE_DIR -DOPENSSL_CRYPTO_LIBRARIES -DOpenSSL_ROOT_DIR
  2. Yeah no enough memory 12gb ram, 10 cores
  3. As I said already it has installed openssl 0.9.8 and i cant upgrade it to 1.0.0 if i remove 0.9.8 i get removed and cmake, if i install cmake it installs openssl 0.9.8 not 1.0.0 can someone tell me proper way for using -DOPENSSL_LIBRARIES= -DOPENSSL_INCLUDE_DIR= commands?
  4. Hello everyone so I have small problem compiling Trinity source on linux ubuntu machine. I have installed openssl 0.9.8 by default on my machine and cant get rid of it because everytime i install cmake it installs also and openssl 0.9.8 so i made new user named it 'wow' and installed openssl 1.0.0 only for that user. Now this is command i used to compile core: cmake ../ -DPREFIX=/home/wow/server -DWITH_WARNINGS=1 -DOPENSSL_LIBRARIES=/home/wow/openssl-1.0.0 -DOPENSSL_INCLUDE_DIR=/home/wow/openssl-1.0.0/include Please let me know if all OPENSSL urls are correct for include folder and libraries? This is error im getting at end of compiling: http://screencast.com/t/S9oxa0Z6Mjg3 Those errors Regards, uDev
×
×
  • Create New...