码迷,mamicode.com
首页 > 其他好文 > 详细

does not match bootstrap parameter

时间:2016-04-07 20:40:17      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:

问题描述:

DBD::mysql object version 2.0419 does not match bootstrap parameter 2.0902 at /usr/libdata/perl/5.00503/DynaLoader.pm line 188. BEGIN failed--compilation aborted at ./freetest.pl line 3.
The Code:
#!/usr/bin/perl
use DBI;
use DBD::mysql;
print "Hello";
exit;

 

解决方案
Hi,
 I think you messed up your DBD::mysql installation.
bootstrap is part of the DynaLoader suite, and it loads the mysql.so file only when the mysql.pm file fits the mysql.so version.

Look in the file DBD/mysql.pm and compare it with the version in auto/DBD/mysql.so (fe. strings mysql.so | less ).

Anyway, just reinstall the Bundle::Mysql and you‘ll be fine.
 ---------------------------
 Dr. Mark Ceulemans
 Senior Consultant

 

转自《http://www.perlmonks.org/?node_id=194570》

does not match bootstrap parameter

标签:

原文地址:http://www.cnblogs.com/polestar/p/5364984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!