Advertisement
Guest User

Trinity Problem

a guest
Dec 11th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. sudo cmake ../ -DPREFIX=/home/`echo $USER`/server
  2. -- Detected 64-bit platform
  3. -- UNIX: Using jemalloc
  4. -- UNIX: Using default configuration directory
  5. -- UNIX: Using default library directory
  6. -- UNIX: Configuring uninstall target
  7. -- UNIX: Created uninstall target
  8. -- UNIX: Detected compiler: /usr/bin/cc
  9. -- Using OpenSSL 1.0.2d
  10. -- Found OpenSSL library: OPENSSL_SSL_LIBRARIES-NOTFOUND;OPENSSL_CRYPTO_LIBRARIES-NOTFOUND
  11. -- Found OpenSSL headers: /usr/include
  12. -- Using mysql-config: /usr/bin/mysql_config
  13. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
  14. -- Found MySQL headers: /usr/include/mysql
  15. -- Found MySQL executable: /usr/bin/mysql
  16. -- Boost version: 1.59.0
  17. -- Setting up BOOST
  18. -- Includes - /usr/local/include
  19. -- Library - /usr/local/lib
  20. -- Boost version: 1.59.0
  21. -- Found the following Boost libraries:
  22. -- system
  23. -- filesystem
  24. -- thread
  25. -- program_options
  26. -- iostreams
  27. -- regex
  28. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
  29. -- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
  30. -- Found Readline library: /usr/local/lib/libreadline.so
  31. -- Include dir is: /usr/include
  32. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8")
  33. -- Could NOT find BZip2 (missing: BZIP2_LIBRARIES) (found version "1.0.6")
  34. -- Found git binary : /usr/bin/git
  35.  
  36. * TrinityCore revision : cc685ac33433+ 2015-12-08 18:02:43 +0100 (3.3.5 branch)
  37. * TrinityCore buildtype : Release
  38.  
  39. * Install core to :
  40. * Install libraries to : /lib
  41. * Install configs to : /etc
  42.  
  43. * Build world/auth : Yes (default)
  44. * Build with scripts : Yes (default)
  45. * Build map/vmap tools : No (default)
  46. * Build core w/PCH : Yes (default)
  47. * Build scripts w/PCH : Yes (default)
  48. * Show compile-warnings : No (default)
  49. * Use coreside debug : No (default)
  50. * Show source tree : No (default)
  51. * Use GIT revision hash : Yes
  52.  
  53. -- Using mysql-config: /usr/bin/mysql_config
  54. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
  55. -- Found MySQL headers: /usr/include/mysql
  56. -- Found MySQL executable: /usr/bin/mysql
  57. -- Using OpenSSL 1.0.2d
  58. -- SCRIPT PREPARATIONS
  59. -> Prepared: Spells
  60. -> Prepared: Commands
  61. -> Prepared: Custom
  62. -> Prepared: World
  63. -> Prepared: Outdoor PVP Zones
  64. -> Prepared: Eastern Kingdoms
  65. -> Prepared: Kalimdor
  66. -> Prepared: Outland
  67. -> Prepared: Northrend
  68. -> Prepared: Events
  69. -> Prepared: Pet
  70. -- SCRIPT PREPARATION COMPLETE
  71.  
  72. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  73. Please set them or make sure they are set and tested correctly in the CMake files:
  74. OPENSSL_CRYPTO_LIBRARIES (ADVANCED)
  75. linked by target "authserver" in directory /home/TrinityCore/src/server/authserver
  76. linked by target "worldserver" in directory /home/TrinityCore/src/server/worldserver
  77. OPENSSL_SSL_LIBRARIES (ADVANCED)
  78. linked by target "authserver" in directory /home/TrinityCore/src/server/authserver
  79. linked by target "worldserver" in directory /home/TrinityCore/src/server/worldserver
  80.  
  81. -- Configuring incomplete, errors occurred!
  82. See also "/home/TrinityCore/build/CMakeFiles/CMakeOutput.log".
  83. See also "/home/TrinityCore/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement