cd /usr/src
wget http://ftp.gnu.org/gnu/gzip/gzip-1.3.9.tar
tar xf gzip-1.3.9.tar
cd gzip-1.3.9
./configure
make
make install
Hi thanks i managed to install gzip this way and was able to build matching php Binary.
Only thing is, after the build matching php binary was complete, it said that i should copy over the new php Binary or something, which i don't think went to plan. Now i'm not sure what these commands were as there's no way to go back to it...