View Single Post
  #35  
Old 06-20-2014, 07:39 PM
Luminal Luminal is offline
Junior Member
 
Join Date: Dec 2012
Posts: 16
Luminal is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Windows?


Quote:
Originally Posted by Luminal View Post
I'm trying to compile using mingw but I'm getting this error:
Code:
../mingw/bin/id.exe: cannot find -lz
collect2.exe: error ld returned 1 exit status
Is -lz the zlib? I have zlib 1.2.5 extracted into the corresponding bin/include/lib folders. Anyone know what's wrong?
So I fixed this by installing the zlib 1.2.8 package in mingw. But now I'm getting
Code:
rtmpdump.exe - Entry Point Not Found. 
The procedure entry point CRYPTO_memcmp could not be located in the dynamic link library LIBEAY32.dll
after compiling and trying to run rtmpdump. Any help on this?
Reply With Quote