PDA

View Full Version : compile not finding proper openssl libs on osx 1.5


ykosbie
04-25-2010, 09:17 AM
I just built/installed openssl 1.0.0 using the workaround described in the PROBLEMS file of moving the .dylib files temporarily. I added the /usr/local/ssl/bin to my /etc/paths.d and openssl version shows me "OpenSSL 1.0.0 29 Mar 2010". I can successfully run openssl dgst -sha256 on any given file.

For some reason, however, I get the

handshake.h:60: error: 'SHA256_DIGEST_LENGTH' undeclared (first use in this function)

and

Your OpenSSL is too old, need 0.9.8 or newer with SHA256

Thanks,
YYK

hyc
04-26-2010, 06:10 AM
I dunno about the admins of this site, but in my opinion, questions about how to build software correctly on a given OS belong in a forum dedicated to that particular OS. There's nothing about this question that is particular to rtmpdump.

With that said, I'm sure anyone experienced with MacOSX can help you.