Quote:
Originally Posted by Skeeve
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
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?
|
Did you try editing the path of OpenSSL in Makefile file of the source?
Some like this:
-I /usr/local