Quote:
Originally Posted by gallina94
Hi, i was able to compile on UBUNTU 12.04 but as soon as i launche rtmpdump i get
Segmentation fault (core dumped)
any idea?
|
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.