Compiling rtmpdump using MinGW, PolarSSL: Errors by installing "Polarssl 1.0.0"Hello,
at first: 1. I use this Version of MinGW: http://sourceforge.net/projects/ming...t-20110530.exe Because the newest version gives me a virus-alert! 2. I use this Version of Polarssl: http://polarssl.org/code/releases/po...-1.0.0-gpl.tgz 3. I use this manual: http://svnpenn.blogspot.com/2011/06/rtmpdump-mingw.html I have changed the Polarssl-URL and the install runs BUT ... I have some errors in the install-log!!! Here is the log: Code:
Svenstream@Svenstream-PC ~/polarssl-1.0.0 What is my mistake ??? Iam not an expert in compiling programms! In this moment Iam a beginner! I only install "MinGW" and "copy & paste" from the manual! BTW... I have three questions... 1. In the manual I found the link... http://repo.or.cz/w/rtmpdump.git/snapshot/HEAD.tar.gz Is the "HEAD.tar.gz" allways the newest Version of RTMPDUMP ? Or is it better to select the newest snapshot ? ( http://repo.or.cz/w/rtmpdump.git/sna...99084e5.tar.gz ) 2. Is it right that the "Git-Name" is allways the first seven digits of the commit ? 3. Which parts of MinGW I need, for compiling and work with no errors and no problems ? For a better answer I have insert a screenshot: ![]() I hope someone can help me to find the right solution and answer my questions! Greetings Sven |
Re: Compiling rtmpdump using MinGW, PolarSSL: Errors by installing "Polarssl 1.0.0"Quote:
http://polarssl.org/trac/ticket/35 http://polarssl.org/forum_view_topic?topic_id=188 Quote:
Quote:
Quote:
Quote:
Code:
mingw-get install msys-perl |
Re: Errors by installing "Polarssl 1.0.0" - And three questionsAfter much tinkering I can now compile RTMPdump with PolarSSL 1.0.0
http://svnpenn.blogspot.com/2011/06/rtmpdump-mingw.html Install required packages mingw-get install libz mingw-get install msys-wget Install PolarSSL wget http://polarssl.org/code/releases/polarssl-1.0.0-gpl.tgz tar xf polarssl-1.0.0-gpl.tgz cd polarssl-1.0.0 make CC=gcc APPS= make DESTDIR=/mingw install Install RTMPdump wget http://repo.or.cz/w/rtmpdump.git/snapshot/6230845.tar.gz tar xf 6230845.tar.gz cd rtmpdump make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ='-lz -static' VERSION='2.4\ git-6230845\ 2011-9-25' |
Re: Errors by installing "Polarssl 1.0.0" - And three questionsthanks svnpenn for the help
|
All times are GMT -6. The time now is 01:08 AM. |