Thank you Renaud. I got through that error but another one unfortunately surfaced while running bin/nutch:
bin/nutch: line 96: syntax error near unexpected token `do ' bin/nutch: line 96: `for f in $NUTCH_HOME/build/nutch-*.job; do ' Am I wasting my time trying to get it running under cygwin? I'm sorry for the barrage of stupid questions. I will update the wiki to help out the next guy if/when I get it running. ----- Original Message ---- From: Renaud Richardet <[EMAIL PROTECTED]> To: [email protected] Sent: Sunday, November 5, 2006 12:53:45 PM Subject: Re: Newbie question - syntax error on bin/nutch 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
