Update INSTALL file about FreeBSD issue.

This commit is contained in:
Darold Gilles 2013-01-29 23:54:42 +01:00
parent 775b60f3f8
commit a278d2ad84
1 changed files with 16 additions and 0 deletions

16
INSTALL
View File

@ -39,6 +39,22 @@ INSTALLATION
The default output directory for html reports will be
/var/www/squidanalyzer/.
On FreeBSD, if make install is freezing and you have the following
messages:
FreeBSD: Registering installation in the package database
FreeBSD: Cannot determine short module description
FreeBSD: Cannot determine module description
please proceed as follow:
perl Makefile.PL INSTALLDIRS=site
make
make install
as the issue is related to an install into the default Perl vendor
installdirs it will then use Perl site installdirs.
Custom install
You can create your fully customized SquidAnalyzer installation by using
the Makefile.PL Perl script. Here is a sample: