Kevin,

make sure that you have installed the utility "uname" in cygwin

or hack it and replace

cygwin=false
case "`uname`" in
CYGWIN*) cygwin=true;;
esac

by

cygwin=true

let us know if that works...

Renaud



Kevin Dewalt wrote:
*bump*
Anyone have a suggestion?  Thanks


Kevin Dewalt-2 wrote:
My apologies if this question is answered in the wiki or listserv
archives; I searched both extensively and cannot find an answer.
I followed the directions for the .8.x tutorial at
http://lucene.apache.org/nutch/tutorial8.html and the wiki entry
GettingNutchRunningWithWindows,
http://wiki.apache.org/nutch/GettingNutchRunningWithWindows?highlight=%28windows%29.

I ran bin/nutch under cygwin and received the following error: ********
bin/nutch: line 15: syntax error near unexpected token `in
bin/nutch: line 15: `case "`uname`" in
********
The lines of code referenced in the error are:
cygwin=false
case "`uname`" in
CYGWIN*) cygwin=true;;
esac

I am attempting to run the crawler on my home machine, Windows XP, cygwin
bash shell, nutch 0.8.1.
Any suggestions?  Please let me know if i can provide any additional
information.  Thank you.




--
renaud richardet                           +1 617 230 9112
renaud <at> oslutions.com         http://www.oslutions.com

Reply via email to