Jump to content
  • 0

adellaci

Question

Posted

I am getting two errors when i compile, could someone point me in the right direction?

System; Dell PowerEdge 2900

2 - Intel® Xeon® CPU X5450 @ 3.00GHz

MemTotal: 4042836 kB

MemFree: 3529144 kB

Buffers: 40856 kB

Cached: 268732 kB

OS; Ubuntu 14.04

Linux ubuntu-server-2 3.13.0-62-generic #102 - x86_64 GNU/Linux

   git clone --recursive [url]https://github.com/mangostwo/server.git[/url]
   git clone --recursive [url]https://github.com/mangostwo/database.git[/url] 

   cd ~/server
   mkdir build
   cd build

   cmake ../ -DCMAKE_INSTALL_PREFIX=/home/mangos/two

make

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

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

method = ::SSLv2_client_method ();

^

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

method = ::SSLv2_server_method ();

^

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

method = ::SSLv2_method ();

^

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

make[6]: *** Waiting for unfinished jobs....

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

2 answers to this question

Recommended Posts

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