r4pt0r wrote: > > vitamin wrote: > > > > r4pt0r wrote: > > > /usr/bin/ld: cannot find -lz > > > > > > You missed that line. > > > as i found out "-lz" should be provided by the package zlib - and it is also installed and correctly linked: > > > Code: > > # ldconfig -p | grep libz > libz.so.1 (libc6,x86-64) => /usr/lib/libz.so.1 > libz.so.1 (libc6) => /usr/lib32/libz.so.1 > libz.so (libc6,x86-64) => /usr/lib/libz.so > > > No it's not. You need 32-bit "libz.so" one in /usr/lib32. So you are still missing the link.