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
and show this message: Error: Impossible to find the package libboost1.42-dev . ok now i create a directory
and
now i execute this command( i've saw in a tutorial)
ok...
, i execute
and after
, now its the time for compile with
, after
and
, and finally i execute this command
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?
this error in items.otb, help me guys,pleasee !
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
Code:
mkdir ~/praia
Code:
cd ~/praia
Code:
svn checkout https://opentibia.svn.sourceforge.net/svnroot/opentibia/otserv/trunk
Code:
cd ~/praia/trunk
Code:
./autogen.sh
Code:
./configure --enable-sqlite
Code:
make
Code:
mkdir ~/.praia/
Code:
mv config.lua.dist ~/.praia/config.lua
Code:
./otserv
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 !