I downloaded OpenSSL 1.0.1c and ran this
sudo ./config --prefix=/usr/
make
make test
sudo make install
All seems well, no errors, but then:
$ openssl version
OpenSSL 0.9.8k 25 Mar 2009
OPENSSL_VERSION_TEXT has the same problem. It’s an old version! And oddly, a different old version (0.9.8r). Not using --prefix=/usr/ gives the same problem. How do I update to 1.0.1c? I need to be able to use it for testing a library I’m making.
Thanks.
Why not install it use
homebrewormacports?My openssl version is
1.0.1c,I think I installed it using macports as a dependency of an other package.