Building OpenSees 2.4.6 in OSX 10.11

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
MiguelBravoHaro
Posts: 3
Joined: Tue Nov 03, 2015 10:18 am
Location: Imperial College London

Building OpenSees 2.4.6 in OSX 10.11

Post by MiguelBravoHaro » Tue Nov 03, 2015 10:27 am

Hi guys,

Regrettably I had to update my OSX and now I am trying to build the last version released of OpenSees, but I am stocked with this mistake related with SSL.

HTTP.cpp:533:19: error: use of undeclared identifier 'SSLv2_client_method'
client_method = SSLv2_client_method();

I already linked the libraries of OpenSSL, but it is still not working...any idea?

Many thanks in advance!
Miguel

Post Reply