-
Website
http://blog.derekville.net -
Original page
http://www.derekville.net/2008/06/25/issue-when-compiling-ffmpeg-on-rhel4/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Derek Gathright
4 comments · 1 points
-
Greg Clinton
2 comments · 2 points
-
mary1440
1 comment · 1 points
-
-
Popular Threads
ln -s /usr/local/lib/libmp3lame.so.0.0.0 /usr/lib/libmp3lame.so.0
The non-linux-super-user in me think it has to do with /usr/lib/libavformat.so.50
considering my missing function is named av_fifo_generic_write(). Could be a coincidence though.
[root@140859-www1 ~]# find /usr/ -name libavformat.so*
/usr/local/lib/libavformat.so
/usr/local/lib/libavformat.so.52
/usr/local/lib/libavformat.so.52.16.0
/usr/lib/libavformat.so.51
/usr/lib/libavformat.so.51.7.0
/usr/lib/libavformat.so.50
"Issue when compiling FFMPEG on RHEL4"
You should use RPM to update all your -devel libraries that ffmpeg relies on, then try to recompile. You have some library conflicts. The best thing would be to add the dag repo in yum then to update it with yum because it sounds like you're not up on binary linkage.
Glad to hear you got it sorted out.