View Single Post
  #5 (permalink)  
Old 02-01-2006, 03:52 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default 25 minutes?

25 minutes is all you're willing to wait for free support before you post again?
That's not very realistic.

Here's what the howto says:
Quote:
# From main/Thirdparty/Perl (as root)

# install LWP for convenience: perl -MCPAN -e 'install "LWP"'
mkdir -p ~/.cpan/CPAN
cp MyConfig.pm ~/.cpan/CPAN/MyConfig.pm
# edit ~/.cpan/CPAN/MyConfig.pm, replacing BUILD_ROOT with path
# to Thirdparty/Perl and (possibly) blanking our urllist param
#
# Also verify paths to tar and gzip in config
#

download swatch-3.1.1.tar.gz

make clean
make
That means:

cd Thirdparty/Perl
install lwp for convenience.

Set up your MyConfig.pm file

download the swatch tgz

type "make clean"
type "make"
Reply With Quote