Add documentation about FreeBSD install to avoid issue: FreeBSD: Cannot determine short module description

This commit is contained in:
Darold Gilles 2013-01-28 18:27:07 +01:00
parent febd4a28ff
commit a0ebc62ab4
3 changed files with 51 additions and 1 deletions

16
README
View File

@ -36,6 +36,22 @@ INSTALLATION
The default output directory for html reports will be The default output directory for html reports will be
/var/www/squidanalyzer/. /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 Custom install
You can create your fully customized SquidAnalyzer installation by using You can create your fully customized SquidAnalyzer installation by using
the Makefile.PL Perl script. Here is a sample: the Makefile.PL Perl script. Here is a sample:

View File

@ -42,6 +42,21 @@ the squid-analyzer Perl script will be copied under /usr/local/bin.
The default output directory for html reports will be /var/www/squidanalyzer/. 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.
=head2 Custom install =head2 Custom install
You can create your fully customized SquidAnalyzer installation by using the You can create your fully customized SquidAnalyzer installation by using the

View File

@ -133,7 +133,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "SQUIDANALYZER 1" .IX Title "SQUIDANALYZER 1"
.TH SQUIDANALYZER 1 "2012-12-24" "perl v5.10.1" "User Contributed Perl Documentation" .TH SQUIDANALYZER 1 "2013-01-28" "perl v5.10.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@ -178,6 +178,25 @@ library SquidAnalyzer.pm will be installed under your site_perl directory and
the squid-analyzer Perl script will be copied under /usr/local/bin. the squid-analyzer Perl script will be copied under /usr/local/bin.
.PP .PP
The default output directory for html reports will be /var/www/squidanalyzer/. The default output directory for html reports will be /var/www/squidanalyzer/.
.PP
On FreeBSD, if make install is freezing and you have the following messages:
.PP
.Vb 3
\& FreeBSD: Registering installation in the package database
\& FreeBSD: Cannot determine short module description
\& FreeBSD: Cannot determine module description
.Ve
.PP
please proceed as follow:
.PP
.Vb 3
\& perl Makefile.PL INSTALLDIRS=site
\& make
\& make install
.Ve
.PP
as the issue is related to an install into the default Perl vendor installdirs
it will then use Perl site installdirs.
.SS "Custom install" .SS "Custom install"
.IX Subsection "Custom install" .IX Subsection "Custom install"
You can create your fully customized SquidAnalyzer installation by using the You can create your fully customized SquidAnalyzer installation by using the