Jump to content
TrinityCore

larry1972m

Plebs
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

larry1972m's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. im using debian 9 i fix my boost libraries by doing a file search in file manager. i found then in /usr/lib/i386-linux-gnu. i use a text edit and edited findboost.cmake add the link to append. TrinityCore/cmake/macros where i found findboost.cmake file else() list(APPEND _boost_LIBRARY_SEARCH_DIRS PATHS C:/boost/lib C:/boost /sw/local/lib /usr/lib/i386-linux-gnu # "this line i added" ) endif() i aslo check the include as well list(APPEND _boost_INCLUDE_SEARCH_DIRS PATHS C:/boost/include C:/boost /sw/local/include /usr/local/include/boost /usr/include/boost ) i dont know your os its the same idea i working on ssl libraries
  2. i am having problems with library paths for example the first it cant find boost libraries well i search ever y cmake text file until i found findBoost.cmake. in findBoost.cmake i add /user/lib/i386-linux-gnu. that fixed now its libreadline, openssl_ssl_libraries, and openssl_crypto_libraries-not found usr/local/lib is completely empty i need to add usr/lib/i386-linux-gnu because it is the path to most of the library im use debian 9 32 bit
  3. TrinityCore rev. 020825902c06+ 2017-10-13 22:17:04 +0200 (master branch) (Unix, RelWithDebInfo, Static) (worldserver-daemon) <Ctrl-C> to stop. sql that i used TDB_full_735.00_2018_02_19 # ./worldserver In mysql_stmt_prepare() id: 3, sql: "SELECT entry, groupid, id, text, type, language, probability, emote, duration, sound, BroadcastTextId, TextRange FROM creature_text" Unknown column 'entry' in 'field list' Could not prepare statements of the World database, see log for details. how do i fix this
×
×
  • Create New...