At 23:11 -0500 11/24/03, jason steig wrote:
Hi all,

I'am getting this error when I try to run any of the sql-bench tests.
For instance, here is an attempt to run the test-connect script.  This
happens to me when I try any of the scripts.  I attempted to change the
location my perl install at the beginning of the script(RH 8.0) can
anyone help me with this?  Anyone else with Redhat run into this
problem?

Thanks



./test-connect Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at ./test-connect line 28. BEGIN failed--compilation aborted at
>./test-connect line 28.


Do you have the DBI module installed? If not, you might try this:


su to root, then run these commands:

shell> perl -MCPAN -e shell
cpan> install DBI
cpan> force install DBD::mysql

--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to