Yes, that's what I did to get it to work, however there were also problems with the -clucene flag on certain platforms like centos. Sorry, I don't have any more information at the moment about it, but I'll send it along if I get more information...
-Victor
Show quoted text-----Original Message-----
From: Thomas Busch via RT [mailto:bug-Lucene@rt.cpan.org]
Sent: Tuesday, May 27, 2008 12:53 PM
To: Felix, Victor
Subject: [rt.cpan.org #35519] CPAN Lucene -- Problem on x86_64
<URL:
http://rt.cpan.org/Ticket/Display.html?id=35519 >
Dear Victor,
if you add the following line to Makefile.PL, can you confirm
that it works:
"linux_x86_64" => ["/usr/include", "/usr/lib64"],
If yes, I will add this to the next release.
Thomas.
On Tue Apr 29 13:29:09 2008, vfelix@som.umaryland.edu wrote:
> Had a difficult time installing this on Red Hat Enterprise 5 on a 64-
> architecture (x86_64). I think the problem is in the Makefile.PL,
> and that the lib64 directory is not one of the directories searched
> for the clucene config file. Once I made the adjustment, the
> installer worked fine. Perhaps the Makefile.PL should detect
> whether we are on x86_64 and add the appropriate directories
> dynamically...
>
> -Victor