Thread
:
rtmpdump on linux ( debian )
View Single Post
#
4
09-27-2012, 01:30 AM
KSV
Senior Member
Join Date: Apr 2011
Posts: 853
Re: rtmpdump on linux ( debian )
this normally happens when your rtmpdump is trying to load an older or different version of
librtmp.so
. by default
make install
installs rtmpdump in
/usr/local
instead of
/usr
. try
Code:
sudo make install prefix=/usr
KSV
View Public Profile
Send a private message to KSV
Find all posts by KSV