Hello, I'm trying to run mysqlhotcopy for the first time. I get an error that looks like this....
$ ./mysqlhotcopy XXXXX /opt/mysql-3.23.32-sun-solaris2.7-sparc/backup Can't locate DBI.pm in @INC (@INC contains: /usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 .) at ./mysqlhotcopy line 8. BEGIN failed--compilation aborted at ./mysqlhotcopy line 8. What is DBI? I got perl installed at ... $ which perl /usr/local/bin/perl And mysqlhotcopy looks like this... $ head mysqlhotcopy #!/usr/local/bin/perl -w use strict; use Getopt::Long; use Data::Dumper; use File::Basename; use File::Path; use DBI; =head1 NAME Can't really understand what i'm doing wrong here. Anybody have any ideas? Best regards Jari Marikainen --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php