Thanks, Greg.<br><br>I was under the impression that lucene assisted with searches by making indexes.<br>Do searches work without lucene, just have no indexes for speeding it up?<br><br><div><span class="gmail_quote">On 1/13/07, 
<b class="gmail_sendername">Greg Hellings</b> &lt;<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Welcome, Kevin!<br><br>I&#39;m not a Lucene user, advocate or expert, neither do I pretend to<br>know what lucene is and does.&nbsp;&nbsp;However, judging from the error<br>message, this appears that there is a problem with lucene itself and
<br>not with sword.&nbsp;&nbsp;Unless someone else on here disagrees, you might want<br>to try tracking down the problem with the Lucene people.&nbsp;&nbsp;Cheers!<br><br>--Greg<br><br>On 1/13/07, kevin creason &lt;<a href="mailto:ckevinj@gmail.com">
ckevinj@gmail.com</a>&gt; wrote:<br>&gt; Hi guys-<br>&gt; I&#39;m new to sword-- but glad to be on board.<br>&gt;<br>&gt; I have a wonderful Sun blade that I&#39;m trying to compile sword on and have<br>&gt; been having a few issues.
<br>&gt;<br>&gt; I actually was able to compile without lucene and icu, but the lucene sounds<br>&gt; very useful so I&#39;m trying to recompile now that I&#39;ve compiled clucene.<br>&gt;<br>&gt; I assume I&#39;ve gone about this the right way...
<br>&gt;<br>&gt; the error is:<br>&gt; Undefined&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; first referenced<br>&gt;&nbsp;&nbsp;symbol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in file<br>&gt; _mcount<br>&gt; /opt/csw//lib/libclucene.so<br>&gt;<br>&gt; And it happens here:
<br>&gt; creating <a href="http://libsword.la">libsword.la</a><br>&gt; (cd .libs &amp;&amp; rm -f <a href="http://libsword.la">libsword.la</a> &amp;&amp; ln -s ../libsword.la <a href="http://libsword.la">libsword.la</a>)<br>
&gt; gmake[1]: Leaving directory<br>&gt; `/home/kevin/temp/biblesw/sword-1.5.9/lib&#39;<br>&gt; Making all in .<br>&gt; gmake[1]: Entering directory<br>&gt; `/home/kevin/temp/biblesw/sword-1.5.9&#39;<br>&gt; g++ -DHAVE_CONFIG_H -I. -I. -I./include&nbsp;&nbsp;-I ./include
<br>&gt; -I/home/kevin/temp/biblesw/clucene- core-0.9.16a/src<br>&gt; -I/opt/csw/lib -L/opt/csw/lib -g3 -O0 -DCURLAVAILABLE -DUSELUCENE&nbsp;&nbsp;-c -o<br>&gt; buildtest.o buildtest.cpp<br>&gt; /bin/bash ./libtool --mode=link g++ -g3 -O0 -DCURLAVAILABLE -DUSELUCENE
<br>&gt; -I/home/kevin/temp/biblesw/clucene- core-0.9.16a/src<br>&gt; -I/opt/csw/lib -L/opt/csw/lib -o buildtest&nbsp;&nbsp;buildtest.o ./lib/libsword.la<br>&gt; -lz&nbsp;&nbsp;-lclucene<br>&gt; mkdir .libs<br>&gt; g++ -g3 -O0 -DCURLAVAILABLE -DUSELUCENE
<br>&gt; -I/home/kevin/temp/biblesw/clucene-core-0.9.16a/src<br>&gt; -I/opt/csw/lib -o .libs/buildtest buildtest.o&nbsp;&nbsp;-L/opt/csw/lib<br>&gt; ./lib/.libs/libsword.so -lcurl /opt/csw/lib/libidn.so<br>&gt; /opt/csw/lib/libiconv.so -lssl -lcrypto -ldl -lsocket -lnsl
<br>&gt; -L/opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/../.. -lz<br>&gt; /opt/csw//lib/libclucene.so -lrt /opt/csw/gcc3/lib/libstdc++.so<br>&gt; -L/usr/ccs/bin -Wl,-R -Wl,/opt/csw/lib -Wl,-R -Wl,/opt/csw//lib -Wl,-R<br>&gt; -Wl,/opt/csw/gcc3/lib
<br>&gt; ld: warning: file /opt/csw/lib/libstdc++.so: linked to<br>&gt; /opt/csw/gcc3/lib/libstdc++.so: attempted multiple inclusion of file<br>&gt; Undefined&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; first referenced<br>&gt;&nbsp;&nbsp;symbol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in file
<br>&gt; _mcount<br>&gt; /opt/csw//lib/libclucene.so<br>&gt; ld: fatal: Symbol referencing errors. No output written to .libs/buildtest<br>&gt; collect2: ld returned 1 exit status<br>&gt; gmake[1]: *** [buildtest] Error 1
<br>&gt; gmake[1]: Leaving directory<br>&gt; `/home/kevin/temp/biblesw/sword-1.5.9&#39;<br>&gt; gmake: *** [all-recursive] Error 1<br>&gt;<br>&gt;<br>&gt; Here is my sword configuration options:<br>&gt; ./configure \<br>&gt; CC=/opt/csw/gcc3/bin/gcc
<br>&gt; CFLAGS=&quot;-I/home/kevin/temp/biblesw/clucene-<br>&gt; core-0.9.16a/src -I/opt/csw/lib -L/opt/csw/lib&quot; \<br>&gt; LDFLAGS=&quot;-I/home/kevin/temp/biblesw/clucene-core-0.9.16a/src<br>&gt; -I/opt/csw/lib -L/opt/csw/lib&quot; \
<br>&gt; CPPFLAGS=&quot;-I/home/kevin/temp/biblesw/clucene-core-0.9.16a<br>&gt; /src -I/opt/csw/lib -L/opt/csw/lib&quot; \<br>&gt;&nbsp;&nbsp; --prefix=/opt/csw \<br>&gt;&nbsp;&nbsp; --disable-dependency-tracking \<br>&gt;&nbsp;&nbsp; --enable-shared \
<br>&gt;&nbsp;&nbsp; --enable-static \<br>&gt;&nbsp;&nbsp; --disable-libtool-lock \<br>&gt;&nbsp;&nbsp; --enable-debug \<br>&gt;&nbsp;&nbsp; --enable-utilities \<br>&gt;&nbsp;&nbsp; --with-gnu-ld \<br>&gt;&nbsp;&nbsp; --with-zlib \<br>&gt;&nbsp;&nbsp; --with-lucene \<br>&gt;&nbsp;&nbsp; --with-conf<br>
&gt;<br>&gt;<br>&gt; And my lucene config options:<br>&gt; ./configure CC=/opt/csw/gcc3/bin/gcc \<br>&gt;&nbsp;&nbsp; --prefix=/opt/csw/ \<br>&gt;&nbsp;&nbsp; --enable-debug \<br>&gt;&nbsp;&nbsp; --enable-gprof \<br>&gt;&nbsp;&nbsp; --with-gnu-ld<br>&gt;<br>&gt;
<br>&gt; Any ideas?<br>&gt;<br>&gt; Thanks!<br>&gt;<br>&gt; -Kevin<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org
</a><br>&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>&gt; Instructions to unsubscribe/change your settings at above page<br>&gt;<br>&gt;
<br><br>_______________________________________________<br>sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/sword-devel">
http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote></div><br><br clear="all"><br>-- <br>-Kevin<br>Find me in Google Earth: 29.517567
 -95.059033<br>Admit your errors before someone else exaggerates them. - Andrew V. Mason<br>DMC # 00110000 00110100 00110110 00111000 00110111