--On Friday, April 06, 2007 2:54 PM -0700 Quanah Gibson-Mount <[EMAIL PROTECTED]> wrote:
> > > --On Tuesday, March 13, 2007 9:40 AM -0400 Jeff Murphy > <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Arsperl-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/arsperl-users

