• 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!

Który linux najlepszy?

karudotpl

briall.pl
Joined
Mar 6, 2013
Messages
38
Reaction score
3
Location
Poland
tak jak w temacie,
po 2 tygodniach walki z debianem 8 i ciągłymi problemami z bibliotekami boost, 51 itd itp mysle nad zmianą systemu, tylko na jaki? downgrade do debian 7? ubuntu? na czym wy pracujecie i na którym linuxie jest najmniej problemow i bledów?
 
Ja używam Debiana 8 i nigdy nie miałem z nim żadnych problemów. Dlatego polecam!

Jakie problemy masz z boost? Może możemy pomóc?
 
Code:
apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-iostreams-dev is already the newest version.
libboost-system-dev is already the newest version.
build-essential is already the newest version.
cmake is already the newest version.
git is already the newest version.
libgmp3-dev is already the newest version.
liblua5.2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libpugixml-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
root@briall:~#

niby jest wszystko okej ale przy kompilowaniu silników zwlaszcza tych starszych pojawia sie problem z biblioteką libboost_system.so.1.54.0 jezeli dobrze pamietam. albo jest za stara albo wymaga nowszej. teraz juz nie pamietam o co dokladnietam chodzi ale potem sie kompiluje z bledem..

generalnie znalezienie w pelni dzialajacej dystrybucji ktora po skompilowaniu nie bedzie wywalala bledow graniczy chyba z cudem..
na serwerze mam juz chyba z 10 wersji skompilowanych począwszy od jakiegos otserva 7.4 na protokole 7.7, poprzez tfs 8.6, tfs 1.2 na 10.98 a koncząc na tfs 1.2 pod 11.49...

dedyk stoi a ja walcze z glupimi silnikami..

@slawkens orientujesz sie może czy mozna tu na forum kupić w pelni dzialajacy bez bugów silnik z data packiem pod rl lub jest ktos komu mozna to zlecic?
 
Code:
apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-iostreams-dev is already the newest version.
libboost-system-dev is already the newest version.
build-essential is already the newest version.
cmake is already the newest version.
git is already the newest version.
libgmp3-dev is already the newest version.
liblua5.2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libpugixml-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
root@briall:~#

niby jest wszystko okej ale przy kompilowaniu silników zwlaszcza tych starszych pojawia sie problem z biblioteką libboost_system.so.1.54.0 jezeli dobrze pamietam. albo jest za stara albo wymaga nowszej. teraz juz nie pamietam o co dokladnietam chodzi ale potem sie kompiluje z bledem..

generalnie znalezienie w pelni dzialajacej dystrybucji ktora po skompilowaniu nie bedzie wywalala bledow graniczy chyba z cudem..
na serwerze mam juz chyba z 10 wersji skompilowanych począwszy od jakiegos otserva 7.4 na protokole 7.7, poprzez tfs 8.6, tfs 1.2 na 10.98 a koncząc na tfs 1.2 pod 11.49...

dedyk stoi a ja walcze z glupimi silnikami..

@slawkens orientujesz sie może czy mozna tu na forum kupić w pelni dzialajacy bez bugów silnik z data packiem pod rl lub jest ktos komu mozna to zlecic?

Jedyny silnik jaki znam z rl, to darmowy otx pod 11.52: GitHub - malucooo/Otxserver-New: OTXServer Full Global Daily Updated
 
i jego też już mam, generalnie działa ale raz ze jest w nim praktycznie wszystko po "BR", to crashuje sie sam co kilka godzin nie dając nawet info dlaczego, do tego ma jeszcze masę błędów i wiele rzeczy w nim jeszcze nie działa.. udzielam sie regularnie w jego temacie na tibiakingu..

mam też w pełni działającą dystrybucje pod 10.98 też od nich z forum i też największym problemem jest wszechobecność "BR" w kodzie oraz to że dołączony www jest okrojony i polowa funkcji w polaczeniu z source nie działa i nie moge tego rozpracować.. item shopa ogarnąłem pod wzgledem jakichś premium points ale tibia coins to już inna liga i nie moge tego rozpracować.. ciekawostką jest to że serwer stoi do kilku dni online i nie wywala żadnego błędu, sprawdzalem wiele funkcji i bugów nie znalazłem.. ale żaden z eventów ktore tam wrzucili nie działa lub nie wiem jak sie je obsluguje bo wszystko jest w ich wspaniałym jezyku :D

poszukuje w pełni działającego silnika najlepiej tfs 1.2 bo chyba daje najwiecej możliwości ale po prawidlowym skompilowaniu nie moge przeskoczyć problemu z voicemodule ktory przewija sie przez forum co chwile.. probowałem chyba każdej metody z forum i żadna nie działa.. na gołym tfs jak i na gotowej datapack z rl.. tylko release od BR działa w tym aspekcie...
 
@slawkens

wracając do problemów z debianem.. proboje od nowa skompilowac czystego tfs 1.2:

Code:
Checking connectivity... done.
root@briall:/home/serwisant/Desktop/najnowsze# cd forgottenserver
root@briall:/home/serwisant/Desktop/najnowsze/forgottenserver# mkdir build && cd build
root@briall:/home/serwisant/Desktop/najnowsze/forgottenserver/build# cmake ..
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- cotire 1.7.6 loaded.
-- Performing Test COMPILER_KNOWS_CXX11
-- Performing Test COMPILER_KNOWS_CXX11 - Success
-- Performing Test COMPILER_KNOWS_STDLIB
-- Performing Test COMPILER_KNOWS_STDLIB - Failed
-- Performing Test COMPILER_KNOWS_LTO
-- Performing Test COMPILER_KNOWS_LTO - Success
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found PugiXML: /usr/include
-- MySQL Include dir: /usr/include/mysql  library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: /usr/lib/x86_64-linux-gnu/libmysqlclient.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Could NOT find LuaJIT (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Found Lua: /usr/lib/x86_64-linux-gnu/liblua5.2.so;/usr/lib/x86_64-linux-gnu/libm.so
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   iostreams
-- CXX target tfs cotired without unity build.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/serwisant/Desktop/najnowsze/forgottenserver/build
root@briall:/home/serwisant/Desktop/najnowsze/forgottenserver/build#
 
Back
Top