I got up to step 5 and heres the error I got:
Code:
horse@horse:~/Downloads/rtmpdump-2.3$ make SYS=posixmake[1]: Entering directory `/home/horse/Downloads/rtmpdump-2.3/librtmp'
gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
rtmp.c:40: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory `/home/horse/Downloads/rtmpdump-2.3/librtmp'
make: *** [librtmp/librtmp.a] Error 2
I'm not that knowledgeable when it comes to installing programs on linux so I don't really know what the problem is here. I can see there is no openssl folder in the librtmp folder. Any idea what I've done wrong?