Closed
Bug 99595
Opened 24 years ago
Closed 23 years ago
Win32 Install - Use full path to perl.
Categories
(Bugzilla :: Documentation, defect, P1)
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.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 1•23 years ago
|
||
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
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•