Jump to content

ML006

Members
  • Posts

    8
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by ML006

  1. They were there after compilation.

    # cd /usr/home/server/wow_261009/lib
    # ls
    libACE-5.6.6.so         libACE.so               libmangosscript.so      libtbb.so
    libACE.la               libmangosscript.la      libmangosscript.so.0    libtbbmalloc.so
    

    I made copies of the libraries in the "bin". The result is the same :confused:

    Try copy libtbbmalloc.so and libtbb.so in the folder /lib (on the root file system)

  2. I put the library's libtbb.so and libtbbmalloc.so in the bin

    # cd /usr/home/server/wow_261009/bin
    # ./mangos-realmd
    /libexec/ld-elf.so.1: Cannot open "../../dep/tbb/libtbbmalloc.so"
    
    
    # ./mangos-worldd
    /libexec/ld-elf.so.1: Cannot open "../../dep/tbb/libtbbmalloc.so"
    
    

    Use FreeBSD 7.2 amd64

    Mangos rev. [8740]

    libtbbmalloc.so and libtbb.so should be in the folder /usr/home/server/wow_261009/lib

    at least under Linux should be

    see which folder is the library libmangosscript.so, and put the library libtbbmalloc.so and libtbb.so in a folder with libmangosscript.so

  3. That fix:

    diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp
    index 6278215..6d09018 100644
    --- a/src/game/DBCStores.cpp
    +++ b/src/game/DBCStores.cpp
    @@ -21,6 +21,7 @@
    #include "Log.h"
    #include "ProgressBar.h"
    #include "SharedDefines.h"
    +#include "ObjectDefines.h"
    
    #include "DBCfmt.h"
    

    Then there is no compilation errors in Linux.

  4. [8589]- Not compile under Linux due to an error http://s41.radikal.ru/i094/0910/6e/72e5f29c6cdc.png

    After application

    diff --git a/src/game/DBCStores.h b/src/game/DBCStores.h
    index 4a47616..41fd797 100644
    --- a/src/game/DBCStores.h
    +++ b/src/game/DBCStores.h
    @@ -22,6 +22,7 @@
    #include "Common.h"
    #include "Database/DBCStore.h"
    #include "DBCStructure.h"
    +#include "SharedDefines.h"
    
    #include <list>
    

    error http://s39.radikal.ru/i083/0910/93/4768e71d6727.png

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use