我使用的是CentOS,默认情况下我已经安装了Perl5.20和Perl5.10。我正在尝试使用DBI模块并获得此错误。[root@localhost ~]#perl -e 'use DBI;'
Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: /usr
我尝试在Linux和Windows上都使用DBD::Advantage,但没有成功。Windows版本附带的似乎是一个成熟的安装程序,但它留下了DBD 8.10.tar.gz。在Linux下,我已经完成了make && make test && make install系列,但不管怎么说,在这两个平台上都会出现以下错误。failed: Can't locate loadable object for module
DBD::Advantage i