Linux 32bit

Okay, so I'm on Linux Mint 17 Qiana, 32 bit. I try executing the file I extracted from the .tgz file in terminal, and this is what happens:

$ //usr/bin/SoulseekQt
//usr/bin/SoulseekQt: error while loading shared libraries: libmng.so.1: cannot open shared object file: No such file or directory

$ ldd /usr/bin/SoulseekQt
linux-gate.so.1 => (0xb7782000)
libasound.so.2 => /usr/lib/i386-linux-gnu/libasound.so.2 (0xb7673000)
libjpeg.so.62 => /usr/lib/i386-linux-gnu/libjpeg.so.62 (0xb764f000)
libmng.so.1 => not found
libtiff.so.4 => not found
libpng12.so.0 => /lib/i386-linux-gnu/libpng12.so.0 (0xb7626000)
libSM.so.6 => /usr/lib/i386-linux-gnu/libSM.so.6 (0xb761d000)
libICE.so.6 => /usr/lib/i386-linux-gnu/libICE.so.6 (0xb7603000)
libXrender.so.1 => /usr/lib/i386-linux-gnu/libXrender.so.1 (0xb75f7000)
libfontconfig.so.1 => /usr/lib/i386-linux-gnu/libfontconfig.so.1 (0xb75bc000)
libfreetype.so.6 => /usr/lib/i386-linux-gnu/libfreetype.so.6 (0xb751d000)
libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xb750a000)
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xb73d6000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb73bb000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb73b6000)
libgthread-2.0.so.0 => /usr/lib/i386-linux-gnu/libgthread-2.0.so.0 (0xb73b3000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb73aa000)
libglib-2.0.so.0 => /lib/i386-linux-gnu/libglib-2.0.so.0 (0xb729e000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7281000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb7198000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7152000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb7135000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb6f86000)
/lib/ld-linux.so.2 (0xb7783000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xb6f7f000)
libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xb6f56000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xb6f34000)
libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb6ef6000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xb6ef1000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xb6eea000)

libmng1 and libtiff4, if I'm not mistaken, are both outdated Ubuntu dependencies. My friend who runs 64 bit Linux Mint says the 64bit version of Soulseek works for him, so I'm wondering why is the 32 bit one so outdated? Can these issues be fixed? Otherwise I'm going to have to go on a hunt for these outdated dependencies...

Thanks

Which build are you using?

SoulseekQt-2013-11-06.tgz; as far as I know the most recent build for 32bit Linux (DL'ed it the other day)

Ok, so I got the dependencies and got Soulseek running in Mint 17.1 Rebecca (I just updated my OS), but my main concern is that libtiff4 is an outdated security dependency (from, if I'm not mistaken, Ubuntu 1... they're on like 14 now). I have it installed in Mint alongside the more recent ones, but of course Soulseek is using the outdated version. So I'd really prefer not to use Soulseek in Mint until the 32bit build is updated to use the modern security dependencies (even if they're Ubuntu-based that's fine, I can get them running in Mint, but I'd just prefer if they were more modern)

libmng1 is not quite such a big deal, though there are much newer versions of that as well.

Oh hey, I just noticed the update (2014-11-30). Thanks so much, man. I really appreciate you updating the Linux version to use the newer versions of all the dependencies. It works like a charm now :)

Happy to hear =)

Thanks, Nir