Bill Moseley scribbled on 5/4/07 12:10 PM:
> On Fri, May 04, 2007 at 08:46:01AM -0700, J Robinson wrote:
>> Hello, All:
>>
>> I'm trying to install swish-e 2.4.5 on a FC6 machine. The swish-e exe builds fine, but when I try to build the SWISH::API perl module, I get:
>>
>> Using swish-config found at [/usr/local/bin/swish-config]
>> Creating index...'/usr/local/bin/swish-e -c t/test.conf -f t/index.swish-e -v 0'
>>
>> Checking if your kit is complete...
>>
>> ** ERROR: List::Util object version 1.18 does not match bootstrap parameter 1.19 at
>> /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 94.
>> Run perl Makefile.PL SWISHHELP for options
>>
>> Strangely, it looks to me like I have List::Util 1.19 installed:
>>
>> # perl -MList::Util -e 'print $List::Util::VERSION'
>> 1.19
>>
>> Help? I was able to install swish-e 2.4.5 and the bundled SWISH::API on another FC6 machine, I don't know what's going wrong in the example above.
>
> I guess I'd try running with strace and see where it's grabbing the
> library from.
>
yes, it sounds like multiple copies of List::Util, or even of perl itself. Or a
prior install of SWISH::API ?
I often do:
# perl -MList::Util -MData::Dump -e 'Data::Dump::pp \%INC'
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Fri May 4 15:05:39 2007