Bundle summary: The following items in bundle Bundle::Bugzilla had installation problems:
A "Bundle" is something you install AFTER you have a working copy.
I know, it sounds contradictory - it isnt.
All of these dependancies must be satisfied "individually" BEFORE you can install Bugzilla:
> AppConfig CGI CGI::Carp Date::Format Bundle:BD::mysql File::Spec > Date::Parse File::Spec Template and the following items had problems > during recursive bundle calls: DBD::mysql DBI Data::ShowTable Mysql
More than likely your installation of MySQL is not properly setup for Perl.
I would STRONGLY recommend you do this first:
perl -MCPAN -e 'install "Date::Format File::Spec"; perl -MCPAN -e 'install "Date::Parse";
Get this working: perl -MCPAN -e 'install "Template";
Then work on MySQL and then CGI stuff. Those two can be complicated enough by themselves...
HTH/Sx
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>