On 2008/09/19, at 4:39 AM, Marty wrote:


Trying to install KOHA 3.0 on Debian Etch

After running Makefile.PL I get a warning;
Makefile.PL: Warning: prerequisite XML::LibXSLT 1.59 not found.

Trying to install with CPAN gives me the following;

/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/XML/LibXSLT/LibXSLT.so] Error 1
  PAJAS/XML-LibXSLT-1.66.tar.gz
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible


Hi Marty,

hmmm, try a...

$ sudo apt-get install libxslt1-dev libxslt1.1   
$ cpan XML::LibXSLT

that might do it 

Mason.