Jump to content
  • 0

Make error [Two]


Necrovoice

Question

So I just ran an update on server two and everything goes well until I try to run the "make". This is on a Linux system. This is the first time I had an issue. My last working build was done on march 29th.

/home/tim/mangos/server/dep/ACE_wrappers/ace/SSL/SSL_Context.cpp: In member function ‘int ACE_SSL_Context::set_mode(int)’:

/home/tim/mangos/server/dep/ACE_wrappers/ace/SSL/SSL_Context.cpp:244:16: error: ‘::SSLv2_client_method’ has not been declared

/home/tim/mangos/server/dep/ACE_wrappers/ace/SSL/SSL_Context.cpp:247:16: error: ‘::SSLv2_server_method’ has not been declared

/home/tim/mangos/server/dep/ACE_wrappers/ace/SSL/SSL_Context.cpp:250:16: error: ‘::SSLv2_method’ has not been declared

make[6]: *** [libACE_SSL_la-SSL_Context.lo] Error 1

make[5]: *** [all-recursive] Error 1

make[4]: *** [all] Error 2

make[3]: *** [all-recursive] Error 1

make[2]: *** [dep/ACE_wrappers/ACE_Project-prefix/src/ACE_Project-stamp/ACE_Project-build] Error 2

make[1]: *** [dep/ACE_wrappers/CMakeFiles/ACE_Project.dir/all] Error 2

make: *** [all] Error 2

[code]

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

will retest on clean linux distro later, currently i would suggest to install ace libraries (sudo apt-get install libace-dev) and use cmake flag -DACE_USE_EXTERNAL=1 to avoid this error possibility on linux. At all there are plans to update current ace to latest release, which may improve performance for windows users too.

Link to comment
Share on other sites

hm, on develop branch build sometimes can be broken - thats possible.

these errors are related to openssl libraries, do you installed openssl development libraries correctly?

also you can use external ace libraries, just install ace development libraries and specify cmake flag -DACE_USE_EXTERNAL=1

and on next reports specify more info about compiler, OS (i know, that its linux, but linux environments are different on distrobutions), thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use