View Single Post
  #11  
Old 11-19-2010, 12:38 PM
Spasticus Spasticus is offline
Junior Member
 
Join Date: Jun 2010
Posts: 13
Spasticus is on a distinguished road
Default

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
Reply With Quote