Hi!
Maybe someone can help me in a (as I think) very basic problem.
I use OS X 10.5.8 and the openssl there is too old (OpenSSL 0.9.7l 28 Sep 2006).
So I downloaded, compiled and installed OpenSSL 1.0.0a 1 Jun 2010 in /usr/local/openssl. The default (old one) is still in /usr/bin.
But when I try to compile the latest rtmpdump, checked out with svn, and try to "make", I still get
Quote:
In file included from rtmp.c:126:
handshake.h:67:2: error: #error Your OpenSSL is too old, need 0.9.8 or newer with SHA256
|
I tried export LD_LIBRARY_PATH=/usr/local/openssl/lib/
but still get the message.
Can anyone please give me a hint how to get rtmpdump compiled?