Gossamer Forum
Home : Products : Others : MySQLMan :

at least I can see a user-friendly error...

Quote Reply
at least I can see a user-friendly error...
I've manually installed DBD::mysql on my website. Then I changed:
Code:
require DBD::mysql;
to
Code:
require "/home/camelsoup/mysql/DBD/mysql.pm";
Now I get the following error:
In Reply To:
Error loading required libraries

Reason: [Wed May 9 21:55:15 2001] mysql.cgi: [Wed May 9 21:55:15 2001] mysql.cgi: DBD::mysql object version 2.0217 does not match $DBD::mysql:: 2.0900 at /usr/lib/perl5/i386-linux/5.00404/DynaLoader.pm line 185.
Is there something else I should have done other than uploading the module and changing the require line?

--Drew
Free, hot camel soup for Links hackers...
http://www.camelsoup.com
Subject Author Views Date
Thread at least I can see a user-friendly error... sponge 2558 May 9, 2001, 8:01 PM
Thread Re: at least I can see a user-friendly error...
Paul 2497 May 10, 2001, 4:06 AM
Post Re: at least I can see a user-friendly error...
sponge 2457 May 14, 2001, 1:04 PM