Subject: | Install failing for Lucene with clucene on x86_64. |
Lucene doesn't seem to be correctly finding and identifying my
installation of clucene on x86_64. Here are my specs:
OS: Fedora Core 9
$ uname -a
Linux localhost.localdomain 2.6.25.6-55.fc9.x86_64 #1 SMP Tue Jun 10
16:05:21 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Perl: 5.10
$ perl -v
This is perl, v5.10.0 built for x86_64-linux-thread-multi
Installation of clucene:
$ sudo yum install clucene
Package clucene-core-0.9.20-4.fc9.x86_64 already installed and latest
version
$ sudo yum install clucene-core-devel
Package clucene-core-devel-0.9.20-4.fc9.x86_64 already installed and
latest version
Installation of Lucene from CPAN:
$ wget http://search.cpan.org/CPAN/authors/id/T/TB/TBUSCH/Lucene-0.18.tar.gz
$ tar xvfz Lucene-0.18.tar.gz
$ cd Lucene-0.18
$ perl Makefile.PL
couldn't find clucene config file at Makefile.PL line 34.
Further info:
$ ll /usr/include/CLucene
total 92K
drwxr-xr-x 11 root root 4.0K 2009-01-13 12:37 .
drwxr-xr-x 125 root root 12K 2009-01-13 12:28 ..
drwxr-xr-x 3 root root 4.0K 2009-01-13 12:28 analysis
-rw-r--r-- 1 root root 2.8K 2008-02-10 21:31 CLBackwards.h
-rw-r--r-- 1 root root 13K 2008-02-10 21:31 CLConfig.h
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 config
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 debug
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 document
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 index
-rw-r--r-- 1 root root 2.1K 2008-02-10 21:31 LuceneThreads.h
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 queryParser
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 search
-rw-r--r-- 1 root root 14K 2008-02-10 21:31 StdHeader.h
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 store
drwxr-xr-x 2 root root 4.0K 2009-01-13 12:28 util