in reply to Re: Issue using DBI on Perl 5.10.1
in thread Issue using DBI on Perl 5.10.1

that won't work, either you have DynaLoader/XSLoader, or you don't, either your perl supports dynamic loading or its a static perl (no dynamic loading)

if dynaloader is missing @INC got corrupted

or you need to recompile perl