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

Lib Ubuntu

xLosT

Member
Joined
Jan 11, 2010
Messages
1,022
Reaction score
13
Location
Brasil, Rio Grande do Sul
i need help in lib ubuntu 11.10 64 bits

PHP:
./theforgottenserver: error while loading shared libraries: libcrypto++.so.8: cannot open shared object file: No such file or directory
 
try added this libraries:
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
 
Tricky one...

What TFS are you using?

Can you please post your output when running ./configure and make?

Also please post the output of the following commands:

Code:
dpkg -l "*crypto*"
Code:
find /lib -iname "*libcrypto*" 2>/dev/null
 
Back
Top Bottom