Any one Faced this Before????!!!!!!!!!!!!!!
Posted: Fri Jan 11, 2008 3:56 pm
Hi, I have an Ubuntu Feisty system and serious problems to install DBI perl module.
I run:
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
perl -MCPAN -e 'install Bundle::DBI'
--------------------------------------------------------------------------------
and the first thing system tell me is...
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
Checking if your kit is complete... Looks good Warning: prerequisite IO::Tee 0 not found. Warning: prerequisite Text::Reform 0 not found. Writing Makefile for DBI::Shell ---- Unsatisfied dependencies detected during [T/TL/TLOWERY/DBI-Shell-11.94.tar.gz] ----- Text::Reform IO::Tee Shall I follow them and prepend them to the queue of modules we are processing right now? [yes]
--------------------------------------------------------------------------------
So , I tell it yes. After a while, the result is...
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/func.t 255 65280 50 34 68.00% 7 20 22-26 33 36-50 Failed 1/7 test scripts, 85.71% okay. 23/311 subtests failed, 92.60% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
--------------------------------------------------------------------------------
What can I do to fix this and install DBI?
I run:
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
perl -MCPAN -e 'install Bundle::DBI'
--------------------------------------------------------------------------------
and the first thing system tell me is...
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
Checking if your kit is complete... Looks good Warning: prerequisite IO::Tee 0 not found. Warning: prerequisite Text::Reform 0 not found. Writing Makefile for DBI::Shell ---- Unsatisfied dependencies detected during [T/TL/TLOWERY/DBI-Shell-11.94.tar.gz] ----- Text::Reform IO::Tee Shall I follow them and prepend them to the queue of modules we are processing right now? [yes]
--------------------------------------------------------------------------------
So , I tell it yes. After a while, the result is...
--------------------------------------------------------------------------------
Code
--------------------------------------------------------------------------------
Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/func.t 255 65280 50 34 68.00% 7 20 22-26 33 36-50 Failed 1/7 test scripts, 85.71% okay. 23/311 subtests failed, 92.60% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
--------------------------------------------------------------------------------
What can I do to fix this and install DBI?