Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: No rule to make target '/usr/lib/clucene_dll.o', needed by 'CLuceneWrap.so'

by spazm (Monk)
on Apr 07, 2016 at 21:06 UTC ( [id://1159841]=note: print w/replies, xml ) Need Help??


in reply to No rule to make target '/usr/lib/clucene_dll.o', needed by 'CLuceneWrap.so'

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.

Replies are listed 'Best First'.
Re^2: No rule to make target '/usr/lib/clucene_dll.o', needed by 'CLuceneWrap.so'
by spazm (Monk) on Apr 07, 2016 at 21:18 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1159841]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found