Woof Woof!
After downloaded and loaded 32 bit compatibility sfs, I'm testing several 32 bit app I want still use.
One of this is the good old sodipodi
at first launch it complaints about lacking of libpng.so.3
so I went in /lib/i386-linux-gnu/ and made a simlink of libpng12.so.0.54.0 to libpng.so.3 but error still continue to be shown
Code: Select all
sodipodi: error while loading shared libraries: libpng.so.3: wrong ELF class: ELFCLASS6
I tried to preloading lib but same error
Code: Select all
LD_PRELOAD=/lib/i386-linux-gnu/libpng.so.3 sodipodi
sodipodi: error while loading shared libraries: libpng.so.3: wrong ELF class: ELFCLASS64
What do I'm doing wrong? It may be an issue regarding library priority? Should I try to add 32 libs path in front of 64 bit libs path?