Re: [Arsperl-users] ARSperl 1.90 available on SF
Brought to you by:
jeffmurphy
|
From: Quanah Gibson-M. <qu...@st...> - 2007-04-06 22:03:45
|
--On Friday, April 06, 2007 2:54 PM -0700 Quanah Gibson-Mount <qu...@st...> wrote: > > > --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+) Last, but not least, the resulting perl module is not built so that it can track its dependencies. I fixed this in my own build by doing: env LD_RUN_PATH=/opt/remedy/api/lib make so that it could then resolve its dependencies. --Quanah -- Quanah Gibson-Mount Senior Systems Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html |