View Single Post
  #13  
Old 02-29-2016, 04:23 PM
jeff.kerby jeff.kerby is offline
Junior Member
 
Join Date: Feb 2016
Posts: 8
jeff.kerby is on a distinguished road
Default

Re: Need help by capturebate-node


This is what I get when I try to run the first make command:

make[1]: Entering directory '/home/jeff/rtmpdump/librtmp'
gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
rtmp.c:60:25: fatal error: openssl/ssl.h: No such file or directory
#include <openssl/ssl.h>
^
compilation terminated.
<builtin>: recipe for target 'rtmp.o' failed
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory '/home/jeff/rtmpdump/librtmp'
Makefile:76: recipe for target 'librtmp/librtmp.a' failed
make: *** [librtmp/librtmp.a] Error 2
Reply With Quote