Re: [Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-24 Thread Reinhard Tartler
On Mi, Feb 24, 2010 at 20:07:27 (CET), Munk wrote: > so I decided to manually objdump every file that ldd listed and it turns > out libswscale.so was overwritten with a different version by one of the > programs I reloaded when reinstalling ubuntu. I guess last time the > order that the programs w

[Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-24 Thread Munk
so I decided to manually objdump every file that ldd listed and it turns out libswscale.so was overwritten with a different version by one of the programs I reloaded when reinstalling ubuntu. I guess last time the order that the programs were installed was different and the right version of libswsc

[Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-24 Thread Munk
You'll have to forgive me as I am relatively new to linux and I am not sure I understand how to proceed. objdump seems to return the dependencies of the library, how would I find what is dependent on libavutil.so.50? Especially when the file doesn't exist? is there a way to get a recursive tree o

Re: [Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-24 Thread Reinhard Tartler
On Mi, Feb 24, 2010 at 17:20:14 (CET), Munk wrote: > Thank you for the help, but this is a fresh install of Ubuntu. I have not > tried to compile anything myself. > The ldd command is super helpful here, thanks for telling me about > it. It seems that ffmpeg is linked against both versions of > l

[Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-24 Thread Munk
Thank you for the help, but this is a fresh install of Ubuntu. I have not tried to compile anything myself. The ldd command is super helpful here, thanks for telling me about it. It seems that ffmpeg is linked against both versions of libavutil.so. ldd /usr/bin/ffmpeg linux-vdso.so.1 =>

[Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-23 Thread Reinhard Tartler
ha, your dependencies output does not indicate that you had the package libavcodec installed at all. This means that you most likely have installed it by hand in either /usr/lib or /usr/local/lib. you need to remove that as well. the output of 'ldd /usr/bin/ffmpeg' would certainly reveal this. *

[Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-23 Thread Reinhard Tartler
this is typically caused when ffmpeg is compiled against a post 0.5 version of ffmpeg but used with ubuntu system libraries that are based on 0.5. do or did you have any PPAs or similar installed that replaced libavcodec libraries? according to the apport data, I don't see anything suspicious, but

[Bug 526670] Re: ffmpeg and ffplay fail to load unable to find libavutil.so.50

2010-02-23 Thread Munk
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39667598/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/39667599/XsessionErrors.txt ** Tags added: ffmpeg libavutil -- ffmpeg and ffplay fail to load unable to find libavutil.s