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

[Compiling]I Need Help To Compile My OT in Linux Ubuntu 10.04 but...

lucas280

New Member
Joined
Apr 21, 2011
Messages
4
Reaction score
0
hi guys i dont speak english but ok...i'm try, i sold a VPS with linux ubuntu 10.04 and now i have a lot of problems,i'm using putty,i'm logged with root and i execute this comand
Code:
apt-get install libboost1.42-dev libboost-system1.42-dev libboost-filesystem1.42-dev libboost-date-time1.42-dev libboost-regex1.42-dev libboost-thread1.42-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libsqlite0-dev libsqlite3-dev sqlite3 libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 mysql-common libxml2-dev libxml++2.6-dev cpp gcc g++ make automake autoconf pkg-config subversion liblua5.1-sql-mysql-dev liblua5.1-sql-sqlite3-dev zlib1g-dev zlib1g libcrypto++-dev libcrypto++8
and show this message: Error: Impossible to find the package libboost1.42-dev . ok now i create a directory
Code:
mkdir ~/praia
and
Code:
cd ~/praia
now i execute this command( i've saw in a tutorial)
Code:
svn checkout https://opentibia.svn.sourceforge.net/svnroot/opentibia/otserv/trunk
ok...
Code:
cd ~/praia/trunk
, i execute
Code:
./autogen.sh
and after
Code:
./configure --enable-sqlite
, now its the time for compile with
Code:
 make
, after
Code:
mkdir ~/.praia/
and
Code:
mv config.lua.dist ~/.praia/config.lua
, and finally i execute this command
Code:
./otserv
but say than I can not start when logged in as root user,ok i'm created other user and logged,i'm repeat the tutorial in other user without sources(or libs) step, because it shows the message that "I'm not allowed." ok i execute ./otserv and.. wtf?
Code:
:: OTServ Version 0.6.3_SVN
:: ============================================================================
::
:: Initializing the random numbers... [done]
:: Loading lua script config.lua...  [done]
:: No datadir 'data/', using a system-wide one
:: Using data directory /usr/local/share/otserv/data/... [done]
:: Checking Database Connection... [done]
:: Checking Schema version... Version = 24 [done]
:: Loading RSA key...[done]
:: Loading /usr/local/share/otserv/data/vocations.xml... I/O warning : failed to load external entity "/usr/local/share/otserv/data/vocations.xml"
[done]
:: Loading /usr/local/share/otserv/data/items/items.otb...

Error: Unable to load /usr/local/share/otserv/data/items/items.otb!

this error in items.otb, help me guys,pleasee !
 
Back
Top