Jump to content
TrinityCore

Pyrdacor

Plebs
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Pyrdacor

  1. Hello,

     

    i am trying to install the trinity core on an ubuntu 12.04 x86 server and i am getting the following error on each time i try to compile it.

     

    [ 35%] Building CXX object src/server/authserver/CMakeFiles/authserver.dir/PrecompiledHeaders/authPCH.cpp.o
    make[2]: *** No rule to make target `/usr/lib/libmysqlclient_r.so', needed by `src/server/authserver/authserver'.  Stop.
    make[1]: *** [src/server/authserver/CMakeFiles/authserver.dir/all] Error 2
    make: *** [all] Error 2
     
    I have searched for a solution on google but the only one i fund was to "make clean" and to remake.
     
    What i have done
    Installed Packages:
    build-essential autoconf libtool gcc g++ make cmake git-core patch wget links zip unzip unrar
    openssl libssl-dev percona-mysql-server56 percona-mysql-client56 libmysqlclient-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev libncurses5-dev
    libace-dev
    And the libSSL package was a part of openssl.
     
    Everything else i have done like in the tutorial here.
    My cmake is "cmake $HOME/TrinityCore -DPREFIX=/wowsvr/core  -DWITH_WARNINGS=1"
     
    I have also checked if the file really exists in /usr/lib and it "does". There is a symbolik link with this name.
     
    How can i solve this problem? What is important to me, that i use Percona MySQL 5.6, because i want to run the server on my public server and there is this MySQL kind of server running, so it's really really difficult to me to replace it, there are many other processes using it. A nice way would be, if i don't need to compile any other things except the core, but this is not really important.
×
×
  • Create New...