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

error compiling server! help please

cocacola13

Member
Joined
Jan 18, 2019
Messages
179
Reaction score
12
Location
poland
Hello im have big problem me error.
Ubuntu 18.04
Tfs 0.4 rev 3777
Please Help me

Code:
checking for boost/tr1/unordered_set.hpp... no
configure: error: "boost::unordered_set header not found."
 
Have you installed boost libraries correctly?

yes, it worked correctly on debian 7 and ubuntu 16.04,
I would install vps but I have other servers

im use:
Code:
apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libcrypto++-dev
 
yes, it worked correctly on debian 7 and ubuntu 16.04,
I would install vps but I have other servers

im use:
Code:
apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libcrypto++-dev
I think you need to uninstall libboost and install an older version for example libboost1.58
 
Back
Top