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