problem with zip file

ali3781

Verified User
Joined
Nov 22, 2009
Messages
5
Hi,
I have a problem with DA panel,maybe there is a simple solution but I don't know what should I do:
when I want use "Extract" command from DA panel ,it doesn't work and the message is: /usr/local/bin/unzip: not found
please help me ...it's urgent:(
 
thanks for your response,it's good but I check this:

Code:
This feature requires that you have:
/usr/bin/zip
/usr/bin/unzip
and doesn't install them for you.
It's your responsibility to ensure they're present.

and there is no zip and unzip in this location,
what should I do for this?
 
This is a freebsd section...there is no yum.

To install on freebsd:

Code:
cd /usr/ports/archivers/zip
make install clean
 
Back
Top