- 论坛徽章:
- 0
|
- Base class package "Catalyst::Model::CDBI" is empty.
- (Perhaps you need to 'use' the module which defines that package first.)
- at /home/Sai/trunk/MiniMojo/script/../lib/MiniMojo/M/CDBI.pm line 4
- BEGIN failed--compilation aborted at /home/Sai/trunk/MiniMojo/script/../lib/MiniMojo/M/CDBI.pm line 4.
- Compilation failed in require at (eval 35) line 3.
- Compilation failed in require at script/minimojo_server.pl line 13.
- BEGIN failed--compilation aborted at script/minimojo_server.pl line 13.
复制代码
google了在perldoc.perl.org/base.html找到
Base class package "%s" is empty.
base.pm was unable to require the base package, because it was not found in your path.
然后我cpan Catalyst::Model::CDBI 最后提示
- make: *** [test_dynamic] 错误 255
- /usr/bin/make test -- NOT OK
- Running make install
- make test had returned bad status, won't install without force
复制代码
red hat fc6 + vmware6 |
|