awstat installation error

tincboy

Verified User
Joined
Aug 14, 2009
Messages
126
I want to install awstats with these commands:
Code:
cd /usr/local/directadmin/scripts
./awstats.sh
but this error occures:
Code:
./awstats.sh

gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
Directory /usr/local/awstats-6.95 does not exist

Any help on struggling this issue?
 
AWStats is in custombuild, so you should use custombuild to install it. You can do it like this:

Edit this file: /usr/local/directadmin/custombuild/options.conf In that file you find awstats=no and change it to awstats=yes

Then you run these commands:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build awstats

You will find more information about custombuild in Custombuild FAQ at http://www.directadmin.com/forum/showthread.php?t=29824
 
Back
Top