2010/12/4 Demas, Christopher D <cddemas@northeaststate.edu>
Hi folks –
I’m trying to upgrade from 3.0 to 3.2.01. (On debian lenny) I ran the *#* *./koha_perl_deps.pl -u –m* command identify new Perl dependencies and found 21 that needed upgrades or install. I’m having trouble with the YAML module. I ran *#cpan YAML *and got an error. Here is the error
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
Database was generated on Sat, 04 Dec 2010 14:47:05 GMT
CPAN: YAML loaded ok (v0.66)
Going to read /root/.cpan/build/
............................................................................DONE
Found 7 old builds, restored the state of 7
Running install for module 'YAML'
Running make for A/AD/ADAMK/YAML-0.72.tar.gz
Has already been unwrapped into directory /root/.cpan/build/YAML-0.72-DUMBV2
'/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 2304, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
I have no idea where to go from here. Has anyone else had this problem? Can someone with more experience give me some advice? Thanks all. J
Try cd'ing into /root/.cpan/build/YAML-0.72-DUMBV2 and do 'make clean && perl Makefile.PL && make && make test' if all tests pass do 'make install' if not, maybe post the test results back here to see if we can help further. Kind Regards, Chris