• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Setting up a Ubuntu 10.04 server. Help please!

Linken93

Member
Joined
Apr 6, 2010
Messages
313
Reaction score
7
Location
SWEDEN
Hello!

Yesterday I tried to set up my server which didn't turn out good. I followed Stian's guide http://otland.net/f479/ubuntu-nothi...gotten-server-modernaac-mysql-lighttpd-89001/ and got problem with installing TFS.

Used this command but it didn't work so good because I got some errors with it.

Code:
cd
sudo apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev

Now I need different boost packages which is working with Ubuntu 10.04.

Rep++!
 
Last edited:
Hay guys i have problem of my compilation...
Code:
luascript.cpp: In member function ‘bool LuaInterface::loadDirectory(const std::string&, Npc*, bool)’:
luascript.cpp:742: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘leaf’
luascript.cpp:745: error: no match for ‘operator+’ in ‘boost::filesystem3::path::filename() const() + "/"’

Who help me?:D
 
Could be that lib is either missing or broken.

Code:
sudo apt-get remove libboost-filesystem
sudo apt-get install libboost-filesystem

Code:
sudo apt-get update
sudo apt-get upgrade

Though im not 100% sure about this since I got this from Stian@Vapus :p
 
Back
Top