Date: Thu, 8 Feb 2001 01:08:48 -0800 From: "Crist J. Clark" <cjclark@reflexnet.net> To: Ertan Kucukoglu <ertank@ozlerplastik.com> Cc: questions@FreeBSD.ORG Subject: Re: script problem (off topic) Message-ID: <20010208010847.O91447@rfx-216-196-73-168.users.reflex> In-Reply-To: <3A825B2F.B7A1FA80@ozlerplastik.com>; from ertank@ozlerplastik.com on Thu, Feb 08, 2001 at 10:39:11AM %2B0200 References: <3A825B2F.B7A1FA80@ozlerplastik.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 08, 2001 at 10:39:11AM +0200, Ertan Kucukoglu wrote: > Hello, > > I have a script to update my virus definitions every night. I use unzip > program it it. But, I always get errors indicating that unzip can not find > the required file. No you don't. > A part of original script output is below: > > ------------------------------- > Any cumulative update? > There is no cumulative update. > Get the daily update. > > 7339 bytes transferred in 3.5 seconds (2.04 kBps) > unzip: not found This is the shell telling you it cannot find an 'unzip' executable in your path. Check your PATH within the script. Missing /usr/local/bin? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010208010847.O91447>