View Single Post
Old 08-03-2008, 08:36 AM   #7 (permalink)
Scriptiz
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

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.
Scriptiz is offline   Reply With Quote