RTMPDump - how do I compile source code in Linux like Ubuntu?Ok, I got the source code for rtmpdump but what do I do with it? What do I use to compile it into a program?
|
Re: RTMPDump - how do I compile source code? |
Re: RTMPDump - how do I compile source code?What is the diference betwen rtmpdump compiled by myself and rtmpdump already compiled ???
|
Re: RTMPDump - how do I compile source code?Quote:
Plus compiling is useful for those who are intended to make changes to rtmpdump. |
Re: RTMPDump - how do I compile source code?The boost libs are not necessary anymore since it is now plain C code.
|
Re: RTMPDump - how do I compile source code?I've been trying to compile the latest version (2.30) of RTMP in Centos, 64-bit... keep getting errors - can someone please point me in the right direction...
I type in make sys-linux I then get this back: # make sys=linux make[1]: Entering directory `/rtmpdump/librtmp' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/rtmpdump/librtmp' gcc -Wall -o rtmpgw rtmpgw.o thread.o -Llibrtmp -lrtmp -lssl -lcrypto -lz thread.o: In function `ThreadCreate': thread.c.text+0x46): undefined reference to `pthread_create' collect2: ld returned 1 exit status make: *** [rtmpgw] Error 1 Any help would be massively appreciated. I've also done this: # make linux make: *** No rule to make target `linux'. Stop. |
Re: RTMPDump - how do I compile source code?I have finally complied it - now I have a new error:
rtmpdump: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory Once again, any advice would be appreciated. |
Re: RTMPDump - how do I compile source code?Hello Marsm!
I also get error like you do: thread.o: In function `ThreadCreate': thread.c.text+0x46): undefined reference to `pthread_create' collect2: ld returned 1 exit status make: *** [rtmpgw] Error 1 Can you help me fix this error ? Thanks much! |
Re: RTMPDump - how do I compile source code?I fixed it by installing openssl not to /usr/local/openssl but to /usr/local
|
Re: RTMPDump - how do I compile source code?Quote:
When running rtmpdump I get Quote:
|
All times are GMT -6. The time now is 05:15 AM. |