This looks like the version of DBI on your system is either broken or corrupt. Can you try upgrading that first? Makefile.PL starts by loading DBI - I'm not sure why, they could just put in a standard pre-req on it which would likely give a more useful error message. However, this is where the problem seems to be in your error messages, so that's where I'd start. For example,
, just to see if DBI is loading on its own.