• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. binny

    Linux libmysqlclient-dev - debian stretch

    I'm sorry to this long and thank you to still help us... I tried what u said, change the makefiles and insert a make... But show me a lot errors: hastebin
  2. binny

    Linux libmysqlclient-dev - debian stretch

    I'm using this [8.60] The Forgotten Server 0.4
  3. binny

    Linux libmysqlclient-dev - debian stretch

    autogen.sh autoreconf -vfi configure hastebin
  4. binny

    Linux libmysqlclient-dev - debian stretch

    I can add manually CXXFLAGS = -pipe -std=c++03 on line 272 on makefiles, but after i did the 3 commands ./autogen.sh ./configure --enable-mysql --enable-root-permission --enable-server-diag ./build.sh I got errors, and when i check on makefiles line 272 it is: CXXFLAGS = -pipe
  5. binny

    Linux libmysqlclient-dev - debian stretch

    Looks like libboost 1.49 have installed: hastebin But when i try to compile, not work :( hastebin
  6. binny

    [Debian]Installing library to compile OTClient - failed

    Same stuff? cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so.1.0.2 -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so.1.0.2 -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include -DUSE_STATIC_LIBS=OFF .. -- The C compiler identification...
  7. binny

    Linux libmysqlclient-dev - debian stretch

    Should I press Y, i scare to do some shit aptitude install libboost1.49-all-dev The following NEW packages will be installed: gccxml{a} libboost-chrono1.49-dev{a} libboost-chrono1.49.0{a} libboost-date-time1.49-dev{a} libboost-date-time1.49.0{a} libboost-filesystem1.49-dev{a}...
  8. binny

    [Debian]Installing library to compile OTClient - failed

    root@brabbt:/home/binny/Documents/otclient/build# cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so.1.0.2 -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so.1.0.2 -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include...
  9. binny

    [Debian]Installing library to compile OTClient - failed

    What are u mean? Do i need to change my cmake paramets as my libs on ssl folder? binny@brabbt:/usr/local/ssl/lib$ ls libcrypto.so.1.0.2 libssl.so libssl.so.1.0.2 binny@brabbt:/usr/local/ssl/lib$ How?
  10. binny

    Linux libmysqlclient-dev - debian stretch

    Oh i'm sorry, i trought oldoldstable was a example to i can use a old... So i was trying to use the squeeze hahaha Adding oldold and trying to install return me this: apt install libboost1.49-all-dev Reading package lists... Done Building dependency tree Reading state information...
  11. binny

    [Debian]Installing library to compile OTClient - failed

    root@brabbt:/home/binny/Documents/otclient# rm -r build root@brabbt:/home/binny/Documents/otclient# mkdir build && cd build root@brabbt:/home/binny/Documents/otclient/build# cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so...
  12. binny

    Linux libmysqlclient-dev - debian stretch

    Every squeeze package I tried to use, returns me error, what should u recommend, thats my sourcelists: #------------------------------------------------------------------------------# # OFFICIAL DEBIAN REPOS...
  13. binny

    [Debian]Installing library to compile OTClient - failed

    Do i doing something wrong? root@brabbt:/home/binny/Documents/otclient# rm -r build root@brabbt:/home/binny/Documents/otclient# mkdir build && cd build root@brabbt:/home/binny/Documents/otclient/build# cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so...
  14. binny

    [Debian]Installing library to compile OTClient - failed

    But i awalys got this problem when i try to cp usr/lib/x86_64-linux-gnu/libcrypto.so /usr/local/ssl/lib root@brabbt:/home/binny# cp usr/lib/x86_64-linux-gnu/libcrypto.so /usr/local/ssl/lib cp: cannot stat 'usr/lib/x86_64-linux-gnu/libcrypto.so': No such file or directory...
  15. binny

    Linux libmysqlclient-dev - debian stretch

    I've formated my computer to make all steps again so i install the dependences again: apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libssl-dev libsqlite3-dev apt-get install default-libmysqlclient-dev Changed the...
  16. binny

    [Debian]Installing library to compile OTClient - failed

    I had formated my computer to make step by step again, and everything works: apt-get install build-essential cmake git-core liblua5.1-0-dev libvorbis-dev libopenal-dev libphysfs-dev libz3-dev freeglut3-dev libc6-dev-i386 doxygen libncurses5-dev mercurial libboost-all-dev libglew-dev wget...
  17. binny

    Linux libmysqlclient-dev - debian stretch

    ... include/c++/6/ostream:508:5: note: candidate: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char) operator<<(basic_ostream<char, _Traits>& __out, char __c) ^~~~~~~~ /usr/include/c++/6/ostream:508:5: note: template...
  18. binny

    Linux libmysqlclient-dev - debian stretch

    Did i made right? On line 283: hastebin
  19. binny

    Linux libmysqlclient-dev - debian stretch

    Is this the way to set was parameter? ./autogen.sh ./configure --enable-mysql --enable-root-permission --enable-server-diag ./build.sh -std=c++03 ?
  20. binny

    [Debian]Installing library to compile OTClient - failed

    How to use only to OTClient? Is a parameter when compile?
Back
Top