 Re: RTMPDump - how do I compile source code in Linux like Ubuntu?
What am I doing wrong here? I have OpenSSL installed.
crossleyd@VMU:~/rtmpdump$ make rtmpdump
make[1]: Entering directory `/home/crossleyd/rtmpdump/librtmp'
gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
rtmp.c:40:25: error: openssl/ssl.h: No such file or directory
rtmp.c:41:25: error: openssl/rc4.h: No such file or directory
|