Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
838fdab5
Commit
838fdab5
authored
Mar 18, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 118953 - incorrect message from checksetup.pl
patch by bugzilla@ali.as r=bbaetz, justdave
parent
fbc9c85e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
checksetup.pl
checksetup.pl
+3
-2
No files found.
checksetup.pl
View file @
838fdab5
...
...
@@ -226,8 +226,9 @@ if (!$xmlparser) {
}
if
(
@missing
>
0
)
{
print
"\n\n"
;
print
"You are missing some Perl modules which are required by Bugzilla.\n"
;
print
"They can be installed by running (as root) the following:\n"
;
print
"Bugzilla requires some Perl modules which are either missing from your\n"
,
"system, or the version on your system is too old.\n"
,
"They can be installed by running (as root) the following:\n"
;
foreach
my
$module
(
@missing
)
{
print
" perl -MCPAN -e 'install \"$module\"'\n"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment