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

Compiling Ubuntu 10.04 Error OpenSSL

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
Hello,

I need a help for compiling my otserver in Ubuntu 10.04. When i execute the command:

Code:
./configure --enable-mysql --enable-server-diag --enable-root-permission

I've this problem:
Code:
checking for main in -lboost_filesystem-mt... yes
checking openssl/rsa.h usability... no
checking openssl/rsa.h presence... no
checking for openssl/rsa.h... no
configure: error: "Required OpenSSL headers not found."

I search in google one request for helping a user and i finded the command to fix him:
Code:
apt install open-ssl-dev

But isnt working for me.
Gave the same error again.. =/

- - - Updated - - -

Solved.
i executed the commands: aptitude install libcurl4-openssl-dev
 
Last edited:
Back
Top