Results 1 to 1 of 1
Hi All,
I getting following error message while running perlCGI on browser.
Software error:
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/5.8.8/i686-linux /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/5.8.8 /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl/5.8.8/i686-linux /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl/5.8.8 /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl .) at ...
- 05-28-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 19
DBI error install_driver(mysql) failed: Can't locate DBD/mysql.pm
Hi All,
I getting following error message while running perlCGI on browser.
Software error:
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/5.8.8/i686-linux /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/5.8.8 /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl/5.8.8/i686-linux /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl/5.8.8 /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl .) at (eval 1 line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Multiplex, Proxy, Sponge.
at /check.cgi line 78
But when i am running another perl (not CGI) script using same Data Base connection then its giving me correct output without any error..
please suggest ??


Reply With Quote