View Single Post
  #379  
Old 07-23-2015, 03:10 AM
flashy flashy is offline
Junior Member
 
Join Date: Jul 2015
Posts: 12
flashy is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


I tried to compile rtmpdump including the current patch on second computer. The original rtmpdump works fine, but the patched version doesn't.
HTML Code:
make SYS=posix
HTML Code:
./rtmpdump 
./rtmpdump: symbol lookup error: ./rtmpdump: undefined symbol: AVcopy
HTML Code:
./rtmpsrv 
./rtmpsrv: symbol lookup error: ./rtmpsrv: undefined symbol: strreplace
./rtmpsuck 
./rtmpsuck: symbol lookup error: ./rtmpsuck: undefined symbol: strreplace
I'm not sure if some packages are missing. Does someone has an answer to this? G**gle search didn't helped so far.

EDIT: It seems that
HTML Code:
make SYS=posix SHARED="no"
solved the problem. But I don't know if everything works correct now.
Reply With Quote