Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I am able to remove error message while running checksetup.pl. Only thing is that I am unable to install mod_pl.
root@cvsnew:/var/www/bugzilla-3.4# ./checksetup.pl * This is Bugzilla 3.4.3 on perl 5.12.2 * Running on Linux 2.6.32-24-generic-pae #41-Ubuntu SMP Thu Aug 19 02: +43:57 UTC 2010 Checking perl modules... Checking for CGI.pm (v3.33) ok: found v3.48 Checking for Digest-SHA (any) ok: found v5.47 Checking for TimeDate (v2.21) ok: found v2.24 Checking for DateTime (v0.28) ok: found v0.51 Checking for DateTime-TimeZone (v0.71) ok: found v1.03 Checking for DBI (v1.41) ok: found v1.613 Checking for Template-Toolkit (v2.22) ok: found v2.22 Checking for Email-Send (v2.00) ok: found v2.198 Checking for Email-MIME (v1.861) ok: found v1.901 Checking for Email-MIME-Encodings (v1.313) ok: found v1.313 Checking for Email-MIME-Modifier (v1.442) ok: found v1.901 Checking for URI (any) ok: found v1.55 Checking available perl DBD modules... Checking for DBD-Pg (v1.45) ok: found v2.17.1 Checking for DBD-mysql (v4.00) ok: found v4.017 Checking for DBD-Oracle (v1.19) not found The following Perl modules are optional: Checking for GD (v1.20) ok: found v2.45 Checking for Chart (v1.0) ok: found v2.4.1 Checking for Template-GD (any) ok: found v1.56 Checking for GDTextUtil (any) ok: found v0.86 Checking for GDGraph (any) ok: found v1.44 Checking for XML-Twig (any) ok: found v3.35 Checking for MIME-tools (v5.406) ok: found v5.428 Checking for libwww-perl (any) ok: found v5.835 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.13 Checking for RadiusPerl (any) ok: found v0.15 defined(%hash) is deprecated at lib/SOAP/Lite.pm line 466, <DATA> line + 275. (Maybe you should just omit the defined()?) defined(%hash) is deprecated at lib/SOAP/Lite.pm line 2204, <DATA> lin +e 275. (Maybe you should just omit the defined()?) Checking for SOAP-Lite (v0.710.06) ok: found v0.710.10 Checking for HTML-Parser (v3.40) ok: found v3.68 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.10 Checking for Daemon-Generic (any) ok: found v0.61 Checking for mod_perl (v1.999022) not found ********************************************************************** +* * 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) +* ********************************************************************** +* * PerlMagick * Optionally Convert BMP Attachments to PNGs +* * mod_perl * mod_perl +* ********************************************************************** +* COMMANDS TO INSTALL OPTIONAL MODULES: PerlMagick: /opt/perl-5.12.2/bin/perl install-module.pl Image::Ma +gick mod_perl: /opt/perl-5.12.2/bin/perl install-module.pl mod_perl2 To attempt an automatic install of every required and optional module with one command, do: /opt/perl-5.12.2/bin/perl install-module.pl --all defined(%hash) is deprecated at Bugzilla/Install/Localconfig.pm line 2 +65, <DATA> line 275. (Maybe you should just omit the defined()?) Reading ./localconfig... OPTIONAL NOTE: If you want to be able to use the 'difference between t +wo patches' feature of Bugzilla (which requires the PatchReader Perl modu +le as well), you should install patchutils from: http://cyberelk.net/tim/patchutils/ Checking for DBD-mysql (v4.00) ok: found v4.017 Checking for MySQL (v4.1.2) ok: found v5.1.41-3ubuntu12.6-l +og Removing existing compiled templates... Precompiling templates...done. Fixing file permissions... root@cvsnew:/var/www/bugzilla-3.4#
I am getting error message while trying to install mod_perl module :
root@cvsnew:/var/www/bugzilla-3.4# /opt/perl-5.12.2/bin/perl install-m +odule.pl mod_perl2 Please provide a full path to 'apxs' executable (press Enter if you don't have it installed): /usr/bin/apxs2 Configuring Apache/2.2.14 mod_perl/2.0.4 Perl/v5.12.2 [ error] Using Perl 5.012002 w/o ithreads and 'worker' mpm httpd. [ error] Failed requirements: [ error] - Perl built with ithreads (build perl with -Dusethreads) Warning: No success on command[/opt/perl-5.12.2/bin/perl Makefile.PL +LIB="/var/www/bugzilla-3.4/lib" INSTALLMAN1DIR="/var/www/bugzilla-3.4 +/lib/man/man1" INSTALLMAN3DIR="/var/www/bugzilla-3.4/lib/man/man3" IN +STALLBIN="/var/www/bugzilla-3.4/lib/bin" INSTALLSCRIPT="/var/www/bugz +illa-3.4/lib/bin" INSTALLDIRS=perl] 'YAML' not installed, will not store persistent state GOZER/mod_perl-2.0.4.tar.gz /opt/perl-5.12.2/bin/perl Makefile.PL LIB="/var/www/bugzilla-3.4/li +b" INSTALLMAN1DIR="/var/www/bugzilla-3.4/lib/man/man1" INSTALLMAN3DIR +="/var/www/bugzilla-3.4/lib/man/man3" INSTALLBIN="/var/www/bugzilla-3 +.4/lib/bin" INSTALLSCRIPT="/var/www/bugzilla-3.4/lib/bin" INSTALLDIRS +=perl -- NOT OK Skipping test because of notest pragma Running make install Make had some problems, won't install
Please help me out. Sorry for pasting long code.

In reply to Re^6: (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04 by skumar1
in thread (Help Needed) Uninstall Perl 5.10 and Install 5.8 on Ubuntu 10.04 by skumar1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found