ld: symbol(s) not found with OpenSSL (libssl)
- by Benjamin
Hi all,
I'm trying to build TorTunnel on my mac. I've successfully installed the Boost library and its development files. TorTunnel also requires the OpenSSL and its development files.
I've got them installed in /usr/lib/libssl.dylib and /usr/include/openssl/.
When I run the make command this is the error i'm getting:
g++ -ggdb -g -O2 -lssl…