Closed Bug 679290 Opened 14 years ago Closed 14 years ago

Invalid version format warning while running ./checksetup.pl in ver 4.0.1

Categories

(Bugzilla :: Installation & Upgrading, defect)

4.0.1
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 678772

People

(Reporter: prat2006, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1 Steps to reproduce: I ran "[/usr/local/bugzilla-4.0.1]# ./checksetup.pl --check-modules" as root user Actual results: * This is Bugzilla 4.0.1 on perl 5.8.8 * Running on Linux 2.6.18-164.15.1.el5 #1 SMP Wed Mar 17 11:37:14 EDT 2010 Checking perl modules... Checking for CGI.pm (v3.51) ok: found v3.53 Checking for Digest-SHA (any) ok: found v5.61 Checking for TimeDate (v2.21) ok: found v2.24 Checking for DateTime (v0.28) ok: found v0.70 Checking for DateTime-TimeZone (v0.71) ok: found v1.18 Checking for DBI (v1.41) ok: found v1.616 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.904) ok: found v1.908 Checking for URI (any) ok: found v1.59 Checking for List-MoreUtils (v0.22) ok: found v0.33 Checking available perl DBD modules... Invalid version format (negative version number) at Bugzilla/Install/Requirements.pm line 703. Expected results: It should have successfully completed as I have MySQL and it's Perl module installed on the system. root@ns1 [/usr/local/bugzilla-4.0.1]# mysql -V mysql Ver 14.14 Distrib 5.1.56, for pc-linux-gnu (i686) using readline 5.1
cpan> install DBD::mysql DBD::mysql is up to date (4.019).
this looks a lot like bug 678772, however the error message is different, and you're running an old version of perl. prat2006, are you able to apply the patch from that bug onto your install to see if it fixes the problem?
Bug 678772 is about version.pm v0.92 and newer, which can get updated regardless of Perl version. So I really think this is a duplicate of that bug (which is fixed but not yet released). Reporter, please feel free to reopen if that bug doesn't fix your problem. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
I was able to proceed further and complete the installation after upgrading the Perl to 5.14. Thanks for the help.
You need to log in before you can comment on or make changes to this bug.