Re: [Arsperl-users] Errors with linux701p1 API - FIXED

2007-08-22 Thread Peter Farr
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

Re: [Arsperl-users] Errors with linux701p1 API

2007-08-22 Thread Jeff Murphy
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

[Arsperl-users] Errors with linux701p1 API

2007-08-22 Thread Peter Farr
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