Re: [Arsperl-users] API's for Linux
Brought to you by:
jeffmurphy
|
From: Quanah Gibson-M. <qu...@st...> - 2006-02-01 18:26:19
|
--On Wednesday, February 01, 2006 11:59 AM -0500 RH...@ao... wrote: > > Hi, > > maybe I am wrong, but Perl is a Script-language, > you don't need to compile it. > > But, there is the possibility, to compile a Perl-Script, > but it is a part of the Perl-Application and not a part > of the Remedy API. > > For more: > > http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Pod/perlcompile. > html You are correct that Perl is a script language, however some perl modules are compiled against C API's, and hence actually have to be built as loadable objects. The ARS perl modules is one of those modules requiring compilation, and you need the ARS API libraries available in a format useable on the platform you intend to build ARSPerl on. I suggest the person looking for the Linux versions of the API contact remedy support. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html |