I am running Debian ETCH. I have followed the install instructions as well as installing requisite items using CPAN. I cannot, however, install the last couple. Having run 'perl Makefile.PL', at the end I get: [Mon Feb 18 21:43:35 2008] Makefile.PL: Warning: prerequisite DBD::mysql 4.004 not found. We have 3.0008. [Mon Feb 18 21:44:05 2008] Makefile.PL: Warning: prerequisite XML::LibXSLT 1.59 not found. Writing Makefile for koha In attempting to install these in CPAN I get the following errors: cpan> install DBD::mysql Running install for module DBD::mysql Running make for C/CA/CAPTTOFU/DBD-mysql-4.006.tar.gz Is already unwrapped into directory /root/.cpan/build/DBD-mysql-4.006 Makefile.PL returned status 512 Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install AND make: *** [blib/arch/auto/XML/LibXSLT/LibXSLT.so] Error 1 /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 Then when I run 'make install' I get: biblio:/home/harry/Desktop/koha-3.00.00-alpha# make install /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib chown: `koha:koha': invalid user make: *** [set_koha_ownership] Error 1 Any ideas? Thanks, Harry Wykman