I am trying to install ndnSIM. It requires some dependencies and one of them is OpenSSL.
I have already installed it with homebrew as
brew install openssl
but every time I try to ./waf configure ndnSIM,it returns an error such as
OpenSSL version file is not found or is not usable (complete log in /Users/ndnSIM/ns-3/build/config.log)
and when I get into the config.log, the complete error shows also:
Checking for OpenSSL version from /Users/ndnSIM/ns-3/src/ndnSIM: OpenSSL version file is present, but is not recognizable
Can someone please help me with this?