Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perl bootstrap parameter mismatch

I'm using ActiveState Perl 5.8.8. Just used PPM to upgrade DBD::SQLite from 1.08 to 1.25 and received this compilation error on first use:

DBD::SQLite object version 1.25 does not match bootstrap parameter 1.08 at C:/Perl/lib/DynaLoader.pm line 252.

I uninstalled and reinstalled the package, same result. Is there anyway to fix this?

like image 839
Bill Ruppert Avatar asked May 06 '26 21:05

Bill Ruppert


1 Answers

Oops, found a copy of the old DBD::SQlite in my local library. Removed it and all is well. Sorry for the trouble.

like image 200
Bill Ruppert Avatar answered May 09 '26 01:05

Bill Ruppert