Closed
Bug 307523
Opened 19 years ago
Closed 19 years ago
Erron on DBI.pm
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sylvie.jouhanet, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier:
Erreur on DBI.pm with index.cgi start
Messages:
Can't locate loadable object for module DBI in @INC (@INC
contains: . /usr/local/lib/perl5/5.8.5/sun4-
solaris /usr/local/lib/perl5/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/sun4-
solaris /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.6.
1 /usr/local/lib/perl5/site_perl) at /usr/local/lib/perl5/site_perl/5.8.5/sun4-
solaris/DBI.pm line 254
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.5/sun4-
solaris/DBI.pm line 254.
Compilation failed in require at Bugzilla/DB.pm line 31.
BEGIN failed--compilation aborted at Bugzilla/DB.pm line 31.
Compilation failed in require at Bugzilla.pm line 31.
BEGIN failed--compilation aborted at Bugzilla.pm line 31.
Compilation failed in require at CGI.pl line 417.
BEGIN failed--compilation aborted at CGI.pl line 417.
I try to install a version older DBI, but it's the same error. Here Line
arround 254
$EXPORT_TAGS{preparse_flags} = [ grep { /^DBIpp_\w\w_/ } keys %
{__PACKAGE__."::"} ];
Exporter::export_ok_tags(keys %EXPORT_TAGS);
}
Thanks for your Help
Sylvie
Reproducible: Always
Result of ./checksetup.pl
Checking perl modules ...
Checking for AppConfig (v1.52) ok: found v1.56
Checking for CGI (v2.93) ok: found v3.11
Checking for Data::Dumper (any) ok: found v2.121
Checking for Date::Format (v2.21) ok: found v2.22
Checking for DBI (v1.36) ok: found v1.48
Checking for DBD::mysql (v2.1010) ok: found v3.0002
Checking for File::Spec (v0.82) ok: found v0.87
Checking for File::Temp (any) ok: found v0.14
Checking for Template (v2.08) ok: found v2.14
Checking for Text::Wrap (v2001.0131) ok: found v2001.09292
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.28
Checking for Chart::Base (v1.0) ok: found v2.3
Checking for XML::Parser (any) not found
Checking for GD::Graph (any) ok: found v1.43
Checking for GD::Text::Align (any) ok: found v1.18
Checking for PatchReader (v0.9.4) ok: found v0.9.5
Comment 1•19 years ago
|
||
From this output, I deduce you use Bugzilla 2.18.x on Sun/Solaris, right? If not, please update the corresponding fields accordingly.
OS: other → Solaris
Hardware: PC → Sun
Version: unspecified → 2.18
(In reply to comment #1) > From this output, I deduce you use Bugzilla 2.18.x on Sun/Solaris, right? If > not, please update the corresponding fields accordingly. It is right
Comment 3•19 years ago
|
||
This is a problem with your system, not with Bugzilla. Try asking for help on the mozilla-webtools mailing list. You can see the information about it here: http://www.bugzilla.org/support/
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•