Closed
Bug 515317
Opened 16 years ago
Closed 16 years ago
Perl Install Module Template Error
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
INVALID
People
(Reporter: a.schulz, Unassigned)
References
()
Details
(Whiteboard: Perl Template Install under SUSE 11.1)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.13) Gecko/2009080200 SUSE/3.0.13-0.1.2 Firefox/3.0.13
Build Identifier: SUSE 11.1
I try ti install Perl Template Module.
susbugzilla:/srv/www/htdocs # /usr/bin/perl install-module.pl Template
CPAN: Storable loaded ok (v2.18)
Going to read '/root/.cpan/Metadata'
Database was generated on Sun, 06 Sep 2009 18:26:58 GMT
CPAN: YAML loaded ok (v0.70)
Going to read 78 yaml files from /root/.cpan/build/
CPAN: Time::HiRes loaded ok (v1.9711)
DONE
Restored the state of none (in 0.9059 secs)
Installing Template version 2.22...
Running install for module 'Template'
Running make for A/AB/ABW/Template-Toolkit-2.22.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
Checksum was ok
CPAN: Compress::Zlib loaded ok (v2.008)
CPAN: Archive::Tar loaded ok (v1.38)
Will not use Archive::Tar, need 1.00
Template-Toolkit-2.22/
Template-Toolkit-2.22/bin/
...........
...........
CPAN: File::Temp loaded ok (v0.22)
Could not make: Unknown error
Skipping test because of notest pragma
Running make install
Make had returned bad status, install seems impossible
Reproducible: Always
Reporter | ||
Updated•16 years ago
|
Whiteboard: Perl Template Install under SUSE 11.1
Reporter | ||
Comment 1•16 years ago
|
||
This is the report vfrom checksetup.pl:
susbugzilla:/srv/www/htdocs # ./checksetup.pl
* This is Bugzilla 3.4.1 on perl 5.10.0
* Running on Linux 2.6.27.29-0.1-default #1 SMP 2009-08-15 17:53:59 +0200
Checking perl modules...
Checking for CGI.pm (v3.33) ok: found v3.45
Checking for Digest-SHA (any) ok: found v5.45
Checking for TimeDate (v2.21) ok: found v2.22
Checking for DateTime (v0.28) ok: found v0.50
Checking for DateTime-TimeZone (v0.71) ok: found v0.96
Checking for PathTools (v0.84) ok: found v3.2501
Checking for DBI (v1.41) ok: found v1.607
Checking for Template-Toolkit (v2.22) found v2.20
Checking for Email-Send (v2.00) ok: found v2.198
Checking for Email-MIME (v1.861) ok: found v1.863
Checking for Email-MIME-Encodings (v1.313) ok: found v1.313
Checking for Email-MIME-Modifier (v1.442) ok: found v1.444
Checking for URI (any) ok: found v1.37
Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) not found
Checking for DBD-mysql (v4.00) ok: found v4.010
Checking for DBD-Oracle (v1.19) not found
The following Perl modules are optional:
Checking for GD (v1.20) not found
Checking for Chart (v1.0) not found
Checking for Template-GD (any) not found
Checking for GDTextUtil (any) not found
Checking for GDGraph (any) not found
Checking for XML-Twig (any) ok: found v3.32
Checking for MIME-tools (v5.406) ok: found v5.427
Checking for libwww-perl (any) ok: found v5.816
Checking for PatchReader (v0.9.4) ok: found v0.9.5
Checking for PerlMagick (any) not found
Checking for perl-ldap (any) ok: found v0.39
Checking for Authen-SASL (any) ok: found v2.12
Checking for RadiusPerl (any) ok: found v0.14
Checking for SOAP-Lite (any) ok: found v0.710.08
Checking for HTML-Parser (v3.40) ok: found v3.56
Checking for HTML-Scrubber (any) ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.316
Checking for Email-Reply (any) ok: found v1.202
Checking for TheSchwartz (any) ok: found v1.07
Checking for Daemon-Generic (any) ok: found v0.61
Checking for mod_perl (v1.999022) ok: found v2.000004
***********************************************************************
* REQUIRED MODULES *
***********************************************************************
* Bugzilla requires you to install some Perl modules which are either *
* missing from your system, or the version on your system is too old. *
* See below for commands to install these modules. *
***********************************************************************
* OPTIONAL MODULES *
***********************************************************************
* Certain Perl modules are not required by Bugzilla, but by *
* installing the latest version you gain access to additional *
* features. *
* *
* The optional modules you do not have installed are listed below, *
* with the name of the feature they enable. Below that table are the *
* commands to install each module. *
***********************************************************************
* MODULE NAME * ENABLES FEATURE(S) *
***********************************************************************
* GD * Graphical Reports, New Charts, Old Charts *
* Chart * New Charts, Old Charts *
* Template-GD * Graphical Reports *
* GDTextUtil * Graphical Reports *
* GDGraph * Graphical Reports *
* PerlMagick * Optionally Convert BMP Attachments to PNGs *
***********************************************************************
COMMANDS TO INSTALL OPTIONAL MODULES:
GD: /usr/bin/perl install-module.pl GD
Chart: /usr/bin/perl install-module.pl Chart::Base
Template-GD: /usr/bin/perl install-module.pl Template::Plugin::GD::Image
GDTextUtil: /usr/bin/perl install-module.pl GD::Text
GDGraph: /usr/bin/perl install-module.pl GD::Graph
PerlMagick: /usr/bin/perl install-module.pl Image::Magick
COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run checksetup.pl):
/usr/bin/perl install-module.pl Template
To attempt an automatic install of every required and optional module
with one command, do:
/usr/bin/perl install-module.pl --all
![]() |
||
Comment 2•16 years ago
|
||
Looks like a support question, see http://www.bugzilla.org/support. We all had to upgrade Template-Toolkit manually using install-module.pl, and we got no error. Maybe you don't have "make" installed.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•