<div class="gmail_quote">2010/12/4 Demas, Christopher D <span dir="ltr">&lt;<a href="mailto:cddemas@northeaststate.edu">cddemas@northeaststate.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal">Hi folks –</p><p class="MsoNormal"> </p><p class="MsoNormal">I’m trying to upgrade from 3.0 to 3.2.01. (On debian lenny)  I ran the <b>#</b> <b>./<a href="http://koha_perl_deps.pl" target="_blank">koha_perl_deps.pl</a> -u –m</b> command identify new Perl dependencies and found 21 that needed upgrades or install.  I’m having trouble with the YAML module.  I ran <b>#cpan YAML </b>and got an error.  Here is the error</p>

<p class="MsoNormal"> </p><p class="MsoNormal">CPAN: Storable loaded ok (v2.18)</p><p class="MsoNormal">Going to read /root/.cpan/Metadata</p><p class="MsoNormal">  Database was generated on Sat, 04 Dec 2010 14:47:05 GMT</p>

<p class="MsoNormal">CPAN: YAML loaded ok (v0.66)</p><p class="MsoNormal">Going to read /root/.cpan/build/</p><p class="MsoNormal">............................................................................DONE</p><p class="MsoNormal">

Found 7 old builds, restored the state of 7</p><p class="MsoNormal">Running install for module &#39;YAML&#39;</p><p class="MsoNormal">Running make for A/AD/ADAMK/YAML-0.72.tar.gz</p><p class="MsoNormal">  Has already been unwrapped into directory /root/.cpan/build/YAML-0.72-DUMBV2</p>

<p class="MsoNormal">  &#39;/usr/bin/perl Makefile.PL INSTALLDIRS=site&#39; returned status 2304, won&#39;t make</p><p class="MsoNormal">Running make test</p><p class="MsoNormal">  Make had some problems, won&#39;t test</p>

<p class="MsoNormal">Running make install</p><p class="MsoNormal">  Make had some problems, won&#39;t install</p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal">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.  <span style="font-family: Wingdings;">J</span></p>

<br></div></div></blockquote></div><br>Try cd&#39;ing into /root/.cpan/build/YAML-0.72-DUMBV2 and do <br><br>&#39;make clean &amp;&amp; perl Makefile.PL &amp;&amp; make &amp;&amp; make test&#39;<br><br>if all tests pass do<br>

<br>&#39;make install&#39;<br><br>if not, maybe post the test results back here to see if we can help further.<br><br>Kind Regards,<br>Chris<br>