Jump to content
TrinityCore

larry1972m

Plebs
  • Posts

    4
  • Joined

  • Last visited

Posts posted by larry1972m

  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. On 3/3/2018 at 3:53 PM, dsykes said:

    im trying to configure and generate the project fiels for trinity but i cant get based this 

    Unable to find the Boost header files. Please set BOOST_ROOT to the root
    directory containing Boost or BOOST_INCLUDEDIR to the directory containing
    Boost's headers.

    and

     

    Looking for open

    Looking for open - found

    CMake Error at C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
    Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)

     

    I have BOOST_ROOT in my system and user variables but it still doesnt work i even restarted the comp and everything, dont know what to do.

     

     

     

     

     

  3. 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 

  4.  

    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...