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 ma
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 c
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 foll
3 matches
Mail list logo