From effe8d6362e02436673ae80c019a13769dd424cb Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Fri, 23 Jul 2004 00:33:26 +0000 Subject: Fix for bug 252358: Unnecessary documentation about /usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch by Marco Aurélio Graciotto Silva . r=kiko, a=justdave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xml/installation.xml | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) (limited to 'docs/xml/installation.xml') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index cafdc0462..a2adde0f0 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1780,7 +1780,7 @@ pid-file=/home/foo/mymysql/the.pid this page. -
+
Perl Modules Installing the Perl modules as a non-root user is probably the @@ -1951,28 +1951,10 @@ pid-file=/home/foo/mymysql/the.pid
Bugzilla - Since you probably can't set up a symbolic link to - /usr/bonsaitools/bin/perl as a non-root user, - you will need to hack the scripts to point to the right Perl: - - - perl -pi -e - 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm - processmail syncshadowdb - - Change /usr/bin/perl to match the location - of Perl on your machine. If you had to install Perl as non-root, - this would be the location in your home directory. - - - - Version 2.17+ of Bugzilla now already has the scripts - pointing to /usr/bin/perl. - - - Of course, the scripts will not work if they don't know the - location of your newly install Perl modules, so you will have to hack - the scripts to look for those, too: + If you had to install Perl modules as a non-root user + () or to non-standard + directories, you will need to change the scripts, setting the correct + location of the Perl modules: perl -pi -e -- cgit v1.2.3-24-g4f1b