For Ubuntu, 1.3.12 is actually the newer version found in 10.10 and is stable. 1.3.5 is an older version from 9.10. The dependency checker tool in Koha simply parses the version number incorrectly so it believes that you have a lower version.<div>

<br></div><div>I use 1.3.12 in the live cd and so far nobody has reported any problem relating to it.<br><div><br></div><div>--Mizst<br><br><div class="gmail_quote">On Fri, Apr 29, 2011 at 10:08 PM, Paul <span dir="ltr">&lt;<a href="mailto:paul.a@aandc.org">paul.a@aandc.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">At 05:40 PM 4/28/2011 -0400, Chris Nighswonger wrote:<br>
&gt;Try GraphicsMagick-perl-1.3.7-4.el5.x86_64.rpm or some such.<br>
&gt;<br>
&gt;Kind Regards,<br>
&gt;Chris<br>
<br>
</div>Chris,<br>
<br>
Do you know exactly what Koha 3.4 is looking for?  Ubuntu 10.10 (Maverick)<br>
has a partial version of GraphicsMagick 1.3.12 (at least enough to run Koha<br>
3.2); 3.4 install is looking for GraphicsMagick 1.3.5 which has warnings of<br>
being unstable on Ubuntu [1] and does not install direct from the tarball<br>
[2] (I could probably, if it&#39;s important enough, find a work around in the<br>
makefile.)<br>
<br>
Anyway, I&#39;m a little bit loath to force an install of ~96 Mb of code if the<br>
functional impact on Koha 3.4 is minimal, or could be fixed with just a<br>
couple of lines somewhere else.<br>
<br>
Any thoughts, please?<br>
<br>
[1] &quot;graphicsmagick&quot; 1.3.5-5.1 source package in Ubuntu<br>
Ubuntu &quot;graphicsmagick&quot; package 1.3.5-5.1<br>
Changelog<br>
graphicsmagick (1.3.5-5.1) unstable; urgency=high<br>
   * Non-maintainer upload.<br>
   * Fixed integer overflow in XMakeImage function in xwindow.c<br>
     (Closes: #530946) (CVE-2009-1882)<br>
  -- Michael Bienia &lt;email address hidden&gt;   Thu,  17 Sep 2009 14:53:32 +0100<br>
<br>
[2]<br>
graphicsmagick-1.3.5$ sudo checkinstall<br>
<br>
Installing with make install...<br>
<br>
========================= Installation results ===========================<br>
make  install-am<br>
make[1]: Entering directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5&#39;<br>
( rm -f PerlMagick/PerlMagick ; cd PerlMagick &amp;&amp; make CC=&#39;gcc -std=gnu99&#39;<br>
PerlMagick ; make CC=&#39;gcc -std=gnu99&#39; PerlMagick )<br>
make[2]: Entering directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make -f Makefile.aperl PerlMagick<br>
make[3]: Entering directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make[3]: *** No rule to make target `/usr/lib/libperl.a&#39;, needed by<br>
`PerlMagick&#39;.  Stop.<br>
make[3]: Leaving directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make[2]: *** [PerlMagick] Error 2<br>
make[2]: Leaving directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make[2]: Entering directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make -f Makefile.aperl PerlMagick<br>
make[3]: Entering directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make[3]: *** No rule to make target `/usr/lib/libperl.a&#39;, needed by<br>
`PerlMagick&#39;.  Stop.<br>
make[3]: Leaving directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make[2]: *** [PerlMagick] Error 2<br>
make[2]: Leaving directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5/PerlMagick&#39;<br>
make[1]: *** [PerlMagick/PerlMagick] Error 2<br>
make[1]: Leaving directory<br>
`/home/paul/graphicsmagick1.3.5/GraphicsMagick-1.3.5&#39;<br>
make: *** [install] Error 2<br>
<br>
****  Installation failed. Aborting package creation.<br>
<div class="im"><br>
<br>
<br>
&gt;On Thu, Apr 28, 2011 at 1:38 AM, uknet80<br>
</div><div class="im">&gt;&lt;&lt;mailto:<a href="mailto:rawandamin@hotmail.com">rawandamin@hotmail.com</a>&gt;<a href="mailto:rawandamin@hotmail.com">rawandamin@hotmail.com</a>&gt; wrote:<br>
&gt;Question: Hi guys,<br>
&gt;I am trying to install KOHA,<br>
&gt;(Install Graphics::Magick) I got following error:<br>
&gt;(((<br>
</div>&gt;Warning: Cannot install Graphics::Magick, don’t know what it is.<br>
&gt;Try the command<br>
&gt;  Â  Â I Â /Graphics::Magick/<br>
<div class="im">&gt;To find objects with matching identifiers.<br>
&gt;)))<br>
&gt;Then I install GraphicsMagick-1.3.7-4.el5.x86_64.rpm and<br>
&gt;GraphicsMagick-devel-1.3.7-4.el5.x86_64.rpm<br>
&gt;Still after running my program which is called koha, it gives me error<br>
&gt;message<br>
&gt;(Warning: prerequisite Graphics::Magick 1.3.5 not found.)<br>
&gt;What is the solution, is it version issue or something else?<br>
&gt;--<br>
&gt;View this message in context:<br>
</div>&gt;&lt;<a href="http://koha.1045719.n5.nabble.com/perl-modue-Graphics-Magick-not-found-tp4345786p4345786.html" target="_blank">http://koha.1045719.n5.nabble.com/perl-modue-Graphics-Magick-not-found-tp4345786p4345786.html</a>&gt;<a href="http://koha.1045719.n5.nabble.com/perl-modue-Graphics-Magick-not-found-tp4345786p4345786.html" target="_blank">http://koha.1045719.n5.nabble.com/perl-modue-Graphics-Magick-not-found-tp4345786p4345786.html</a><br>


<div class="im">&gt;<br>
&gt;Sent from the Koha - Discuss mailing list archive at Nabble.com.<br>
&gt;_______________________________________________<br>
</div>&gt;Koha mailing list Â &lt;<a href="http://koha-community.org" target="_blank">http://koha-community.org</a>&gt;<a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
&gt;&lt;mailto:<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>&gt;<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt;&lt;<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a>&gt;<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>


<div class="im">&gt;<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
&gt;<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt;<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br>
</div>---<br>
Maritime heritage and history, preservation and conservation,<br>
research and education through the written word and the arts.<br>
&lt;<a href="http://UltraMarine.ca" target="_blank">http://UltraMarine.ca</a>&gt;, &lt;<a href="http://AandC.org" target="_blank">http://AandC.org</a>&gt; and &lt;<a href="http://MarDoc.ca" target="_blank">http://MarDoc.ca</a>&gt;<br>


<div><div></div><div class="h5"><br>
_______________________________________________<br>
Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br></div></div>