Open GoogleCodeExporter opened 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
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
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
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
Original issue reported on code.google.com by
npettas@gmail.com
on 4 Jan 2010 at 6:54