Hi Dear List Members, I've installed Koha elsewhere several times, so I thought I had more or less worked this thing out. Wrong Bo, wrong again :-) I'm trying to do a Koha 2.2.9 installation on Ubuntu Feisty Fawn on a new high-end server box and get stuck during the installation routine due to missing Perl modules. Here is the dialog: ************************************************* PERL MODULES Checking perl modules ... Variable "$record" is not imported at /usr/local/share/perl/5.8.8/MARC/File/XML.pm line 356, <STDIN> line 1. (Did you mean &record instead?) Variable "$record" is not imported at /usr/local/share/perl/5.8.8/MARC/File/XML.pm line 358, <STDIN> line 1. (Did you mean &record instead?) "my" variable $data masks earlier declaration in same scope at /usr/local/share/perl/5.8.8/MARC/File/XML.pm line 369, <STDIN> line 1. Variable "$record" is not imported at /usr/local/share/perl/5.8.8/MARC/File/XML.pm line 380, <STDIN> line 1. (Did you mean &record instead?) Variable "$record" is not imported at /usr/local/share/perl/5.8.8/MARC/File/XML.pm line 383, <STDIN> line 1. (Did you mean &record instead?) MISSING PERL MODULES You are missing some Perl modules required by Koha. Please run this again after installing them. They may be installed by finding packages from your operating system supplier, or running (as root) the following commands: perl -MCPAN -e 'install "MARC::File::XML"' perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"' ************************************************************** OK, no problem. However when I try to install MARC::File::XM it comes back saying : MARC::File::XML is up to date... Huh??? Yeah so it is... so why is Koha reporting an error??? Also the Net::LDAP installtion fails: Searching krb5-config command... not found! at Makefile.PL line 94. HAAAAILP....please...I'm stuck. Bo