C.1. The setperl.pl Utility

You can use the "setperl.pl" utility to quickly and easily change the path to perl on all your Bugzilla files.

  1. Download the "setperl.pl" utility to your Bugzilla directory and make it executable.

    1. bash# cd /your/path/to/bugzilla

    2. bash# wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'

    3. bash# chmod u+x setperl.pl

  2. Prepare (and fix) Bugzilla file permissions.

    1. bash# chmod u+w *

    2. bash# chmod u+x duplicates.cgi

    3. bash# chmod a-x bug_status.html

  3. Run the script:

    bash# ./setperl.pl /your/path/to/perl