The INSTALL doc appears built around a redhat machine, and requires you to install the clucene rpm, which provides /usr/lib/libclucene.so.0. You will also need swig-1.3 installed.

From the INSTALL:

1) EASIEST - Install using RPM and CPAN archives

1a. Download and install binary clucene RPM from http://sourceforge.net/projects/clucene using "rpm -i" command
which gives you
        /usr/include/clucene_dllh.h
        /usr/include/clucene_dllp.h
        /usr/lib/clucene_dll.o
        /usr/lib/libclucene.a
        /usr/lib/libclucene.la
        /usr/lib/libclucene.so
        /usr/lib/libclucene.so.0
        /usr/lib/libclucene.so.0.0.0

1b. Download CPAN archive CLucene from http://search.cpan.org/~pedwards/
and build with
# tar xfz CLucene-1.00.tar.gz
# cd CLucene-1.00
# perl Makefile.PL
# make test
# make install
The INSTALL directions were last updated a decade ago -- 2005-May-11.

I installed the ubuntu package for libclucene, and it didn't install the .o, or any library files.


In reply to Re: No rule to make target '/usr/lib/clucene_dll.o', needed by 'CLuceneWrap.so' by spazm
in thread No rule to make target '/usr/lib/clucene_dll.o', needed by 'CLuceneWrap.so' by chella2104@gmail.com

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.