[rtmpdump] Stack smashing detected with rtmpdump v2.4 on Ubuntu 12.10

Richard H Lee ricardohenrylee at gmail.com
Tue Dec 4 15:19:22 CET 2012


On 01/12/12 23:53, Dan Schmidt wrote:
> Try building the static instead

Yeah it was that. Thanks.

I was assuming librtmp was statically linked into rtmpdump due to the 
presence of the librtmp source tree in the rtmpdump folder.

So instead of Make running:
gcc -Wall  -o rtmpdump rtmpdump.o -Llibrtmp -lrtmp -lssl -lcrypto -lz

I ran:
gcc -Wall  -o rtmpdump rtmpdump.o librtmp/*.o -lssl -lcrypto -lz


More information about the rtmpdump mailing list