Hello,
I need a help for compiling my otserver in Ubuntu 10.04. When i execute the command:
I've this problem:
I search in google one request for helping a user and i finded the command to fix him:
But isnt working for me.
Gave the same error again.. =/
- - - Updated - - -
Solved.
i executed the commands: aptitude install libcurl4-openssl-dev
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: