View Single Post
Old 01-27-2006, 01:27 AM  
ServerGenius
Confirmed User
 
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
unzip might not be installed by default on some unix/linux systems
for freebsd look in the /usr/ports/compression folder for linux type:
whereis unzip if it doesn't return with the path look on google for unzip "your distro" for redhat/fedora/CentOS rpmfind.net for Debian apt-get etc, etc

Or just download the source tarbal, unpack it with

tar xfz zip-x-x.tar.gz
cd zip-x-x-
./configure && make && make install

Hope that helps
__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
ServerGenius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote