I have a Red Hat 8.0 box with: MySQL 3.23.52-3 perl 5.8.0-55 DBD MySQL 2.1017-3
When I run my perl script I always get: Can't find 'boot_DBD__mysql' symbol in /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql. so at ./Backup.pl line 8 Compilation failed in require at ./Backup.pl line 8. BEGIN failed--compilation aborted at ./Backup.pl line 8. Backup.pl: #!/usr/bin/perl -w # ################################################################# # # This Script performs a backup of the specified host # ################################################################# use DBI; use DBD::mysql; I know the script works fine because I can run it on my FreeBSD machine and it works fine. Any help would be great Thanks, Jamin Roth Systems/Network Administrator Sorensen Associates Inc Phone: (503) 665-0123 ext 289 Fax: (503) 666-5113 http://www.sorensen-associates.com/
