Spamassassin Problem

parsdade

Verified User
Joined
Sep 12, 2009
Messages
5
Hello

i Need Setup The Spamassassin

i Run :
cd /usr/local/directadmin/scripts

[root@linux scripts]# ./spam.sh
But Show :
File already exists: Digest-1.15.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Digest-1.15: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Digest-SHA1-2.11.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Digest-SHA1-2.11: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: HTML-Parser-3.56.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: HTML-Parser-3.56: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Storable-2.16.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Storable-2.16: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Net-DNS-0.60.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Net-DNS-0.60: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Net-IP-1.25.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Net-IP-1.25: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Net-CIDR-Lite-0.20.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Net-CIDR-Lite-0.20: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: DB_File-1.815.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: DB_File-1.815: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Mail-SPF-2.004.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Mail-SPF-2.004: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Sys-Hostname-Long-1.4.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Sys-Hostname-Long-1.4: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Net_SSLeay.pm-1.30.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: Net_SSLeay.pm-1.30: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: IO-Socket-SSL-1.06.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: IO-Socket-SSL-1.06: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: URI-1.35.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./spam.sh: line 108: cd: URI-1.35: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
File already exists: Mail-SpamAssassin-3.2.5.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
chown: cannot access `Mail-SpamAssassin-3.2.5': No such file or directory
./spam.sh: line 144: cd: /usr/local/directadmin/scripts/packages/Mail-SpamAssassin-3.2.5: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.


run:
/usr/bin/spamd -d -c -m 15

and not Install and Run /usr/bin/spamd -d -c -m 15

Show :

[root@linux scripts]# /usr/bin/spamd -d -c -m 15
-bash: /usr/bin/spamd: No such file or directory

Please Help Me
Whats problem ?

Thanks
 
Try:
Code:
cd /usr/local/directadmin/scripts
rm -rf packages/*
./spam.sh
 
Back
Top