I have been trying to build FFmpeg on Ubuntu 10.04. My build also results in the error message
error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory.
This happens checking the version of rtmpdump or ffmpeg. Using find, I have located this library in three locations (all /usr/local/*) and added them to my $PATH. Still get the same error message.
I am am using the installation directions posted in the
wiki (
http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux) using the libRTMP, libmp3lame and FFmpeg source codes supplied on
http://www.serviio.org/download. I am not sure of the recommended installation order since the other than adding a warning to
http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux regarding the proper files to use the wiki has not been updated. I have tried to complete the installation by following the instructions through "Build and install libvpx" followed by installing the libRTMP source code, libmp3lame and finally FFmpeg.
I am assuming that the problem is occurring during the installation of librtmp since rtmpdump cannot find the librtmp.so.0.
Any help is greatly appreciated.
Thanks