Hi everyone,I'm newbie to perl. I'm gonna install perl 5.10.1 on ubuntu9.10,because didn't find a binary edition for ubuntu, I download a source and run make command after Configure.Then I encounter below error:
make[1]: *** [../../lib/auto/B/B.so] Error 1 make[1]: Leaving directory `/root/Downloads/soft/perl-5.10.1/ext/B' Unsuccessful make(ext/B): code=512 at make_ext.pl line 360. make: *** [lib/auto/B/B.so] Error 25 I don't know how to figure it out. Any ideas? thanks.