Closed Bug 99595 Opened 24 years ago Closed 23 years ago

Win32 Install - Use full path to perl.

Categories

(Bugzilla :: Documentation, defect, P1)

2.14
x86
Windows 2000

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: jacob, Assigned: barnboy)

Details

Step 13 of the Win32 install instructions (win32.html) says to "Modify the invocation of all system() calls in all perl scripts in your Bugzilla directory. For instance, change this line in processmail" and then suggests adding "perl" in front of processmail. The correct line should be: system("C:\\perl\\bin\\perl", "processmail", @ARGLIST); Notice that there is a full path to the perl .exe file and also that the system call avoids invocing a shell by not putting two paramaters in the same string.
Status: NEW → ASSIGNED
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
Resolving fixed. Although this part should now be deprecated, I still want to keep the instructions around for older Bugzilla versions. Change checked into XML source for docs.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.