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

Linux Error

klenio0

New Member
Joined
May 10, 2010
Messages
85
Reaction score
1
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::except ion_detail::error_info_injector<boost::system::sys tem_error> >'
what(): mutex: Invalid argument

Help !!:(
 
Are you sure u installed all the lib packages correctly on the server?
Cuz this seems like a lib problem. Just make sure u run the following command:

Code:
apt-get install build-essential libxml2-dev libxml++2.6-dev liblua5.1-0-dev libboost-all-dev libmysql++-dev libgmp3-dev liblua5.1-sql-mysql-dev liblua5.1-sql-sqlite-dev libsqlite3-dev zlib1g-dev

Keep your eye out for this one: libboost-all-dev
Perhaps u also want to try to just run the following command:
Code:
apt-get install libboost-all-dev
Check if it returns any errors.
 
Back
Top