[rtmpdump] RTMPDUMP v2.4 error message libz-1.dll is was not found

Steven Penny svnpenn at gmail.com
Wed Jul 27 20:09:39 CEST 2011


On Wed, Jul 27, 2011 at 11:20 AM,  <pnixte at gmail.com> wrote:
> Could you share the "make" options for this static build?

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-0.14.3-gpl.tgz
tar fx polarssl-0.14.3-gpl.tgz
cd polarssl-0.14.3
make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32"
make DESTDIR=/MinGW install


Install RTMPdump
wget http://repo.or.cz/w/rtmpdump.git/snapshot/HEAD.tar.gz
tar fx HEAD.tar.gz
cd rtmpdump
make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"
VERSION="2.4\ git-c28f1ba\ 2011-7-12"


Optional, make librtmp.dll
make SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"


More information about the rtmpdump mailing list