Re: [Arsperl-users] ARSperl 1.90 available on SF
Brought to you by:
jeffmurphy
|
From: Quanah Gibson-M. <qu...@st...> - 2007-04-06 22:26:32
|
--On Tuesday, March 13, 2007 9:40 AM -0400 Jeff Murphy
<jcm...@je...> wrote:
> Many thanks to Thilo for the tremendous amount
> of work he put into this release!
For the version 7 API, the file names of two libraries changed. This means
the Makefile.PL script does not correctly find them to link against when
running perl Makefile.PL.
The files in question are linked against at line 114:
$ARS_LIBS .= " -lpthread -licuuc -licui18n";
This should be:
$ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc";
The ability to link against the encryption libraries that I submitted for
the version 6 API does not appear to be present anymore in the v7 code for
ARSperl. That needs to be fixed as well (for all versions 6.0+)
--Quanah
--
Quanah Gibson-Mount
Senior Systems Software Developer
ITS/Shared Application Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
|