Am trying to use OpenSSL. But I get the error saying 'libs' dir not found in OpenSSL directory.
ld: warning: directory not found for option '- L/Users/user56023/Documents/Software/openssl-1.0.1h/lib'
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Very much true that I couldn't find the 'lib' directory in OpenSSL directory. I tried searching about this error & got to this: http://curl.haxx.se/mail/archive-2008-05/0125.html
The reply says to install devel package. What does this mean? Is 'devel' another software or is it a short form for 'development' package in OpenSSL? From where do I download it? Can someone please help?