Quote:
Originally Posted by Luminal
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?