• 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

    [Debian]Installing library to compile OTClient - failed

    cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so -DOPENSSL_LIBRARIES=/usr/local/ssl/lib/libcrypto.so -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include -DUSE_STATIC_LIBS=OFF .. -- Link to static libraries: OFF --...
  2. binny

    [Debian]Installing library to compile OTClient - failed

    A lot warnings when compile that wont when i used ubuntu: cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so -DOPENSSL_LIBRARIES=/usr/local/ssl/lib/libcrypto.so -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so...
  3. binny

    Linux libmysqlclient-dev - debian stretch

    Not work bro... I think cant move because looks like exist... root@brabbt:/home/binny/Documents/otserver/3777/src# apt install libmariadbclient-dev Reading package lists... Done Building dependency tree Reading state information... Done libmariadbclient-dev is already the newest version...
  4. binny

    [Debian]Installing library to compile OTClient - failed

    You mean this? root@brabbt:/home/binny# ls control.tar.gz Music data.tar.xz physfs-2.0.3 debian-binary physfs-2.0.3.tar.bz2 Desktop Pictures Documents PlayOnLinux's virtual drives Downloads...
  5. binny

    [Debian]Installing library to compile OTClient - failed

    First thank you so much to still helping me and others debian stretch users... It won't work... Is this a problem? cp usr/lib/libcrypto.so /usr/local/ssl/lib/ cp: cannot stat 'usr/lib/libcrypto.so': No such file or directory cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl...
  6. binny

    Linux RME pallet dark

    Thank you so much!
  7. binny

    [Debian]Installing library to compile OTClient - failed

    uname -a;env;dpkg -l;ldd --version;ld --verbose hastebin Oh i really wanted to play tibia in linux by otclient =[ So what u said is Debian stop to support libssl1.0? And i can not compile without this? It isn't just: apt-get install libssl1.0-dev Reading package lists... Done Building...
  8. binny

    Linux RME pallet dark

    Yes, i've tried to re-download the .dat and .spr from here Download - Remere's Map Editor (RME) - An Open Source Map Editor for Open Tibia And still the problem, if select i can do paint, but i cant see what to select:
  9. binny

    Linux RME pallet dark

    Why my RME pallet on debian is full dark? I've compile using this steps on Debian Stretch: Linux - Error RME debian bump
  10. binny

    Linux libmysqlclient-dev - debian stretch

    ./configure --enable-mysql --enable-root-permission --enable-server-diag checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets...
  11. binny

    [Debian]Installing library to compile OTClient - failed

    cmake .. -- Link to static libraries: ON -- Build type: RelWithDebInfo -- Build commit: devel -- Build revision: 0 -- Boost version: 1.62.0 -- Found the following Boost libraries: -- system -- thread -- filesystem -- chrono -- date_time -- atomic -- LuaJIT: OFF -- Debug information...
  12. binny

    Linux libmysqlclient-dev - debian stretch

    apt-cache search libmysqlclient libmariadbclient-dev-compat - MariaDB database development files (libmysqlclient compatibility) libglpk40 - linear programming kit with integer (MIP) support libcrypt-mysql-perl - Perl module to emulate the MySQL PASSWORD() function default-libmysqlclient-dev -...
  13. binny

    [Debian]Installing library to compile OTClient - failed

    root@brabbt:/home/binny/Documents/otclient/build# make Scanning dependencies of target otclient [ 0%] Building CXX object CMakeFiles/otclient.dir/src/framework/luafunctions.cpp.o In file included from /home/binny/Documents/otclient/src/framework/../framework/global.h:42:0...
  14. binny

    [Debian]Installing library to compile OTClient - failed

    Thank you, and now, this error is because of this? -- Performing Test COMPILER_KNOWS_STDLIB - Failed \/ error cmake .. -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler...
  15. binny

    Linux libmysqlclient-dev - debian stretch

    I need to install some libraries to compile a 0.4 server on my debian stretch... But it missing some packages that i need to compile: apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev...
  16. binny

    Linux Error RME debian

    I just asked if that was the right, anyways, that was, thank you so much!
  17. binny

    Linux Error RME debian

    No bro, i just was asking if that was what u said for i use, the right library...
  18. binny

    Linux Error RME debian

    Is this: apt-get install libghc-glut-dev Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libssl-doc Use 'apt autoremove' to remove it. The following additional packages...
  19. binny

    [Debian]Installing library to compile OTClient - failed

    I've used: apt-get install build-essential cmake git-core libboost-all-dev liblua5.1-0-dev libvorbis-dev libopenal-dev libphysfs-dev libglewmx-dev libz3-dev freeglut3-dev libc6-dev-i386 doxygen libncurses5-dev mercurial But when i try to compile cmake .. -- The C compiler identification is...
Back
Top