reveur12 / imageshack-uploader

Automatically exported from code.google.com/p/imageshack-uploader
0 stars 0 forks source link

Linux Uploader does not run on Maverick; error about libavutil.so.49 #214

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After upgrading to Ubuntu 10.10, the uploader does not run; I click the icon 
and nothing happens.  I tried running it from the command line and it returned 
`imageshack-uploader: error while loading shared libraries: libavutil.so.49: 
cannot open shared object file: No such file or directory`.

I tried redownloading the uploader in case my version was out of date; it isn't.

`aptitude search libavutil`
p   libavutil-dev                   - development files for libavutil           
c   libavutil-extra-49              - ffmpeg utility library                    
i A libavutil-extra-50              - ffmpeg utility library                    
p   libavutil-unstripped-50         - ffmpeg utility library - transitional pack
c   libavutil49                     - ffmpeg utility library                    
p   libavutil50                     - ffmpeg utility library                    

`sudo apt-get install libavutil49`
Package libavutil49 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libavutil-extra-49

E: Package 'libavutil49' has no installation candidate

`sudo apt-get install libavutil-extra-49`
Package libavutil-extra-49 is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libavutil-extra-49' has no installation candidate

Original issue reported on code.google.com by brigitle...@gmail.com on 18 Oct 2010 at 3:40

GoogleCodeExporter commented 9 years ago
I'm using 32-bit Ubuntu, if it matters, and also tried `getlibs 
/usr/bin/imageshack-uploader`, which returned `No match for libavutil.so.49`.

Original comment by brigitle...@gmail.com on 18 Oct 2010 at 3:48

GoogleCodeExporter commented 9 years ago
Use the "imageshack-uploader" package in the official Ubuntu repositories.

Original comment by Luke.Faraone on 5 Nov 2010 at 8:29

GoogleCodeExporter commented 9 years ago
I am.  I was still getting the error, though apparently uninstalling and 
reinstalling fixed it.

Original comment by brigitle...@gmail.com on 5 Nov 2010 at 8:35

GoogleCodeExporter commented 9 years ago
I had a similar problem but on a new installation on 10.10
I fixed installing libavutil49 for lucid downloaded from here:
http://packages.ubuntu.com/lucid/i386/libavutil49/download

Original comment by danco...@gmail.com on 8 Dec 2010 at 3:15