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.