Never mind - I found the error. There is an error in Makefile.PL in my
version of ARSPerl. The CVS version has been fixed. In my (old) copy,
there is a line:

$ARS_LIBS .= " -lpthread -licuuc -licui18n";

This has been changed in CV to:

$ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc";

Once I made the changes it runs clean. I found the solution through a
google search. For some reason the archive search did not find it.
-- 
Regards,
Peter

The President, he's got his war
Folks don't know just what it's for
Nobody gives us rhyme or reason
Have one doubt, they call it treason
   Lyrics from "Compared to What?"
     by Eugene McDaniels, circa 1969


On Wed, August 22, 2007 10:11, Jeff Murphy wrote:
>
> download the API from http://arswiki.org/projects/arapi/downloads
>
>
> Peter Farr wrote:
>> I am upgrading from API version 5.1 to 7.01 on Linux and have run into
>> difficulties. I downloaded the new API tarball and extracted it, then
>> pointed the ARSPerl Makefile.PL to the new location, did a make clean,
>> make and make install... no errors. When I do a use ARS in Perl, though,
>> I
>> see the following errors:
>>
>> Can't load '/usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/ARS/ARS.so'
>> for
>> module ARS: /usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/ARS/ARS.so:
>> undefined symbol: ucnv_open_3_2 at
>> /usr/lib/perl5/5.8.8/i686-linux/DynaLoader.pm line 230.
>>  at GetField.pl line 38
>> Compilation failed in require at GetField.pl line 38.
>> BEGIN failed--compilation aborted at GetField.pl line 38.
>>
>> I am using the sample GetField.pl to test.
>>
>> I have added the API lib directory to /etc/ld.so.conf and reran
>> ldconfig,
>> but it makes no difference. Flipping back to the 5.1 libs clears up the
>> problem.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Arsperl-users mailing list
> Arsperl-users@arsperl.org
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to