Gossamer Forum
Home : Products : Others : MySQLMan :

Error loading required libraries

Quote Reply
Error loading required libraries
When starting the script I received the following error:

Error loading required libraries

Reason: [Sun Aug 20 16:22:01 2000] mysql.cgi: Can't locate DBD/mysql.pm in @INC (@INC contains: /var/www/htdocs/my-success-center/cgi-msc/mysqlman /usr/lib/perl5/5.005/i386-linux /usr/lib/perl5/5.005 /usr/local/lib/site_perl/i386-linux /usr/local/lib/site_perl /usr/lib/perl5 .) at /var/www/htdocs/my-success-center/cgi-msc/mysqlman/mysql.cgi line 2630.


1. It's likely that you do not have the module installed.
You can find this at: http://www.perl.com/CPAN/modules/by-module/DBD/

2. If the file exists:
Please check if the path to the folder that contains the file is in @INC.

@INC is a special variable in Perl that contains the list of places to
look for Perl scripts to be evaluated by the do, require, or use
constructs. The error occurs because mysql.pm cannot be found in @INC.
Please check if you have Perl installed properly and check if you have the
correct path to perl in the cgi. If you do, then please contact the
server admin.

Please help.....

Sincerely,

Bruce A. Campbell
www.My-Success-Center.com


Quote Reply
Re: Error loading required libraries In reply to
I'm not sure what to say other then what's in the area message? If you are not sure what a perl module is, then you should probably ask your ISP, and pass on the error message.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Problem Solved......:-)) In reply to
My website host had to install the perl libraries for mysql.

This has solved my problems....

Bruce