Hi All, Right now I am trying to install Senseclusters on my ubuntu machine. I do have sudo account, so I just use the "perl -MCPAN -e 'install Bundle::Text::SenseClusters';" command as the documentation mentioned.
However, after the process is completed, there is no perl script installed to my /usr/local/bin folder. At the end of the installation, it says Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Text-SenseClusters.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.02 CPU) Result: PASS TPEDERSE/Text-SenseClusters-1.03.tar.gz Tests succeeded but one dependency not OK (PDL) TPEDERSE/Text-SenseClusters-1.03.tar.gz [dependencies] -- NA Running make install make test had returned bad status, won't install without force Running install for module 'Module::Compile' Running make install make test had returned bad status, won't install without force Running make for C/CH/CHM/PDL-2.007.tar.gz Has already been unwrapped into directory /usr1/jchiu1/.cpan/build/PDL-2.007-M4Shkn Warning: Prerequisite 'Module::Compile => 0.23' for 'CHM/PDL-2.007.tar.gz' failed when processing 'INGY/Module-Compile-0.35.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. Has already been made Running make test Has already been tested within this command Running make install make test had returned bad status, won't install without force So I try to manually install each of the component, and it still shows the same error. (Seems like the make install step just can't work as it should) Does anyone know how to fix that? Thank you for reading this e-mail. Justin ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ senseclusters-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/senseclusters-users
