I guess this doesn't help you but I will note that, all I know is that instructions for a personal installation's "perl Makefile.PL" don't mention that SITEPREFIX must also be set if you want to make install on 2.55. Proof, run: set -e cd V=2.55 wgetfile=spamassassin_$V.orig.tar.gz dir=Mail-SpamAssassin-$V wgetdir=http://debian.linux.org.tw/debian/pool/main/s/spamassassin wget -nc $wgetdir/$wgetfile test -d $dir && rm -rf $dir tar xzf $wgetfile cd $dir A=$HOME perl Makefile.PL PREFIX=$A SYSCONFDIR=$A SITEPREFIX=$A #harmless message from woody perl: 'SITEPREFIX' is not a known MakeMaker parameter name. make make install
If you remove SITEPREFIX=$A, you can't make install. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk