Trying to run installer I got on the terminal "error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory".
Ubuntu 11.10 only have libpng12 on their repositories.
I build libpng14 from sources but my system is 64bits and trying to run installer I got a message complaining about libpng14 ELF for 64bits.
I try tu build libpng14 for 32bit target without luck because libtool can't generate shared libraries (using target i386) on my ubuntu system.
Any suggestion?