wangxu wrote: > Linux wangxu.com 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux > > Andrzej Bialecki wrote: >> wangxu wrote: >>> when I use nutch-nightly0.9 ,I got this: >>> >>> Unable to load native-hadoop library for your platform... using >>> builtin-java classes where applicable >>> >>> >>> And I echo $JAVA_LIBRARY_PATH,then I got: >>> >>> JAVA_LIBRARY_PATH: nutch/lib/native/Linux-i386-32 >>> >>> How can I correct it? >> >> (Please send Nutch-related questions first to Nutch groups). >> >> What is your operating system (uname -a) ?
Currently, native libs are available only for 32-bit JVMs - so if you are running a 64-bit JVM it won't work. Also, I assume you are using a Sun JDK 1.5 or newer. If all of the above is correct, then you could try to send us the complete command that the bin/nutch script comes up with - simply echo the last command just before it executes, and copy this. -- Best regards, Andrzej Bialecki <>< ___. ___ ___ ___ _ _ __________________________________ [__ || __|__/|__||\/| Information Retrieval, Semantic Web ___|||__|| \| || | Embedded Unix, System Integration http://www.sigram.com Contact: info at sigram dot com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
