• 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 Error when compile ...

Warots

New Member
Joined
May 21, 2012
Messages
41
Reaction score
1
What can this be ??

Code:
./otserv.cpp:32:25: openssl/rsa.h: No such file or directory
../otserv.cpp:33:24: openssl/bn.h: No such file or directory
../otserv.cpp:34:25: openssl/err.h: No such file or directory
../otserv.cpp:36:24: sys/signal.h: No such file or directory
../otserv.cpp:90: error: expected constructor, destructor, or type conversion before '*' token

../otserv.cpp: In function `void otserv(StringVec, ServiceManager*)':
../otserv.cpp:549: error: `g_RSA' was not declared in this scope

../otserv.cpp:549: error: `RSA_new' was not declared in this scope

../otserv.cpp:551: error: `BN_dec2bn' was not declared in this scope

../otserv.cpp:559: error: `RSA_check_key' was not declared in this scope

../otserv.cpp:564: error: `ERR_load_crypto_strings' was not declared in this scope

../otserv.cpp:565: error: `ERR_get_error' was not declared in this scope

../otserv.cpp:565: error: `ERR_error_string' was not declared in this scope

make.exe: *** [obj//otserv.o] Error 1

Execution terminated
 

Similar threads

Replies
2
Views
628
Back
Top