reveur12 / imageshack-uploader

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

imageshack-uploader does not work on 64 bit Linux systems #204

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Imageshack-uploader does not run on 64 bit Linux systems. When you start it in 
the terminal, it displays an error concerning the lack of libavcodec.so.52 even 
though it is installed.

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

I use Linux Mint 9 x64. The problem occurs on all 64 bit systems

Original issue reported on code.google.com by ziolko...@gmail.com on 7 Jul 2010 at 12:12

GoogleCodeExporter commented 9 years ago
It's because you're missing 32bit libraries. I think that there should be a 
64bit version of imageshack-uploader available. I build my own from sources and 
it works perfectly.

Original comment by eta...@gmail.com on 29 Aug 2010 at 10:28

GoogleCodeExporter commented 9 years ago
@etampl, where can I find sources?

Original comment by dymon...@gmail.com on 17 Sep 2010 at 9:28