reveur12 / imageshack-uploader

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

Linux Uploader doesnt run on Ubuntu Karmic Koala - libavcodec error - #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
 Reporter:  nick
 Type:  defect

 Linux Uploader doesnt run - libavcodec error
 Installation of Imageshack uploader under Linux (Ubuntu Karmic Koala)
 results in this error

 $ imageshack-uploader
 imageshack-uploader: error while loading shared libraries:
 libavcodec.so.52: cannot open shared object file: No such file or
 directory

Original issue reported on code.google.com by npettas@gmail.com on 4 Jan 2010 at 6:54

GoogleCodeExporter commented 9 years ago
Roman, please take a look. If needed, I can help you to set up VM with this 
ubuntu version.

Original comment by kroko...@gmail.com on 4 Jan 2010 at 6:59

GoogleCodeExporter commented 9 years ago
I am having this issue on Kubuntu 9.10 x86_64

I straced imageshack's uploader and it's looking for the 32-bit libavcodec 
library
snippet:
open("/lib32/libavcodec.so.52", O_RDONLY) = -1 ENOENT (No such file or 
directory)   

`ldd /usr/bin/imageshack-uploader` says it's also missing other items:
        libavcodec.so.52 => not found
        libavformat.so.52 => not found
        libswscale.so.0 => not found
        libavutil.so.49 => not found

I used `getlibs /usr/bin/imageshack-uploader` to grab them and everything 
worked fine.
http://ubuntuforums.org/showthread.php?t=474790

Original comment by jodie.cu...@gmail.com on 14 Jan 2010 at 3:18

GoogleCodeExporter commented 9 years ago
The problem is because the package is 32-bit as far as I can see.

Original comment by vice...@gmail.com on 25 Jan 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Please release a 64 bit binary build of the application, and this problem will 
be fixed.

Original comment by cyberkil...@gmail.com on 16 Jun 2010 at 12:11