<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On 2008/09/19, at 4:39 AM, Marty wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font: inherit;"><br>Trying to install KOHA 3.0 on Debian Etch<br><br>After running Makefile.PL I get a warning;<br>Makefile.PL: Warning: prerequisite XML::LibXSLT 1.59 not found.<br><br>Trying to install with CPAN gives me the following;<br><br>/usr/bin/ld: cannot find -ldb<br>collect2: ld returned 1 exit status<br>make: *** [blib/arch/auto/XML/LibXSLT/LibXSLT.so] Error 1<br>  PAJAS/XML-LibXSLT-1.66.tar.gz<br>  /usr/bin/make -- NOT OK<br>Running make test<br>  Can't test without successful make<br>Running make install<br>  Make had returned bad status, install seems impossible<br></td></tr></tbody></table></blockquote></div><div><br></div><br><div>Hi Marty,</div><div><br></div><div>hmmm, try a...</div><div><br></div><div>$ sudo apt-get install libxslt1-dev libxslt1.1   </div><div>$ cpan XML::LibXSLT</div><div><br></div><div>that might do it </div><div><br></div><div>Mason.</div></body></html>