From 86a611e017ab040f39926cdfdf9cbcdbb749e7d0 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Fri, 23 Jul 2004 00:31:46 +0000 Subject: [PATCH] =?utf8?q?Fix=20for=20bug=20252358:=20Unnecessary=20docume?= =?utf8?q?ntation=20about=20/usr/bonsaitools/bin/perl=20into=20UNIX=20(non?= =?utf8?q?-root)=20Installation=20Notes.=20Patch=20by=20Marco=20Aur=C3=A9l?= =?utf8?q?io=20Graciotto=20Silva=20.=20r=3Dkiko,=20a?= =?utf8?q?=3Djustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/xml/installation.xml | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index cafdc0462c..789bf5ec4d 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 -- 2.47.2