This must work for you ZackCrick :
Code:
sudo ln -s /usr/lib/libz.so.1.2.3.3 /usr/lib/libz.so
Before check if libz.so.1.2.3.3 is the real file that you have :
Code:
cd /usr/lib/
ls libz*
It will return you all the files that begin with libz so you can see on wich one you have to do the symbolic link.