From effe8d6362e02436673ae80c019a13769dd424cb Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Fri, 23 Jul 2004 00:33:26 +0000 Subject: =?UTF-8?q?Fix=20for=20bug=20252358:=20Unnecessary=20documentation?= =?UTF-8?q?=20about=20/usr/bonsaitools/bin/perl=20into=20UNIX=20(non-root)?= =?UTF-8?q?=20Installation=20Notes.=20Patch=20by=20Marco=20Aur=C3=A9lio=20?= =?UTF-8?q?Graciotto=20Silva=20.=20r=3Dkiko,=20a=3Dj?= =?UTF-8?q?ustdave.?= 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') 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.1