On Thu, Dec 30, 2004 at 08:36:00AM -0500, Josh Endries wrote:

> body and rawbody. This is with SA 2.63 and Perl 5.005_03, which I 
> can't upgrade :(.

You do not have to upgrade perl, you can have a 2nd install instead.
In short:
- grab the perl sources
- configure --prefix=/usr/local/perl-<version>
- make && make install
- install the needed modules from CPAN:
  - /usr/local/perl-<version>/bin/perl -MCPAN -e shell
- grab the SA sources
- /usr/local/perl-<version>/bin/perl Makefile.pl && make && make test &&
  make install
- adjust the pathes in your startup scripts

HTH,
Rainer

Reply via email to