![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Oracle 9i install: Error in invoking target install of makefile | chris2005 | HP-UX | 5 | 02-21-2007 05:45 AM |
| How do you install... | someone121 | UNIX for Dummies Questions & Answers | 3 | 02-01-2007 12:34 AM |
| Trying to install top | dozy | UNIX for Dummies Questions & Answers | 1 | 02-03-2004 05:42 AM |
| Install | Syed Haider | UNIX for Dummies Questions & Answers | 1 | 12-25-2002 04:41 AM |
| new install | grep | UNIX for Dummies Questions & Answers | 3 | 12-05-2002 01:22 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
can't install AWStats
I am running FreeBSD 6.3 and trying to install AWStats. I found this site with some instructions:
Installing AWStats on FreeBSD however, the pkg install doesn't work. This is the error I get: dl1-3# pkg_add install -r awstats pkg_add: can't stat package file 'install' pkg_add: can't stat package file '-r' pkg_add: can't stat package file 'awstats' I am running it as root. |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
Code:
dl1-3# pkg_add -r awstats Fetching ftp://ftp.freebsd.org/pub/FreeBSD/po...st/awstats.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/po...ois-0.90_4.tbz... Done. ***************************************************************** Please add the following to your apache config, and restart. # # Directives to allow use of AWStats as a CGI # Alias /awstatsclasses "/usr/local/www/awstats/classes/" Alias /awstatscss "/usr/local/www/awstats/css/" Alias /awstatsicons "/usr/local/www/awstats/icons/" ScriptAlias /awstats/ "/usr/local/www/awstats/cgi-bin/" # # This is to permit URL access to scripts/files in AWStats directory. # <Directory "/usr/local/www/awstats/"> Options None AllowOverride None Order allow,deny Allow from all </Directory> ***************************************************************** |