Quote:
Originally Posted by KSV
Your rtmpdump is loading the wrong version of librtmp.so. try with ldd rtmpdump to determine the correct location of librtmp being loaded by rtmpdump and replace it with newly compiled version.
by default make install command installs the binaries in /usr/local path. you can change it by supplying the prefix switch.
Code:
sudo make install prefix=/usr
you can also compile static binary to avoid dependency on librtmp.
|
You are the man!!!! Worked.
Thank you