NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Kablooey (Score:2)
error: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains:
Stack:
[(eval 48):3]
[/home/chezskud/perl/lib/perl/5.8.4/DBI.pm:609]
[/home/chezskud/perl/lib/perl/5.8.4/DBI.pm:540]
[/usr/share/perl5/Ima/DBI.pm:316]
[/usr/share/perl5/Ima/DBI.pm:386]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI/Search/Basic.pm:163]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI/Search/Basic.pm:169]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI.pm:1110]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI.pm:1103]
[/home/.wakanda/chezskud/websites/perlsurvey.org/view/default.mhtml:70]
[/home/.wakanda/chezskud/websites/perlsurvey.org/index.mhtml:1]
[/home/.wakanda/chezskud/websites/perlsurvey.org/autohandler:77]
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: CSV, DBM, ExampleP, Excel, File, Gofer, Pg, Proxy, SQLite, SQLite2, Sponge.
at
context:
82: # whether they should generate a full stack trace (confess() and cluck())
83: # or simply report the caller's package (croak() and carp()), respectively.
84: # confess() and croak() die, carp() and cluck() warn.
85:
86: sub croak { die shortmess @_ }
87: sub confess { die longmess @_ }
88: sub carp { warn shortmess @_ }
89: sub cluck { warn longmess @_ }
90:
Were that I say, pancakes?
Reply to This