
smithricher
New User
May 18, 2008, 7:44 AM
Post #1 of 4
(1140 views)
|
|
Help,unpack problem
|
Can't Post
|
|
Hi,all I download plucene1.25 and try to do something,I had a lucene java inde file in my d:\plucene\index,And these index files works well in java and php lucene.But when I use plucene there have an error :'/' must follow a numeric type in unpack at d:\plucene\index/SegmentInfos.pm line 57.I found this line is: my ($count, @unpack) = unpack "NN/(w/aN)", read_file("$directory/segments"); Why can't I unpack?I debug it,I found activeperl 5.10 can't use "NN/(w/aN)",Any idea?Thanks! Best Regards, Smith
|