> On Thu, Oct 30, 2008 at 11:18 PM, harry wykman <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> I am trying to install koha3 on Debian 'lenny' using the instructions >> for 'sarge'.
Joe Atzberger wrote: > So you should do: > sudo cpan LWP::Simple No, on lenny, all module should be packaged (to be exact, a very few are missing in lenny but are available in unstable and installable in lenny : these one will be put in lenny-backport when lenny will be released) In this case, LWP::Simple is not a separate package (no liblwp-simple-perl exists). So, you have to find the package: # apt-file update # apt-file search LWP/Simple libwww-perl: /usr/share/perl5/LWP/Simple.pm And install it: apt-get install libwww-perl If any perl module is still missing, please send me an email. Regards, Vincent -- Vincent Danjean GPG key ID 0x9D025E87 [EMAIL PROTECTED] GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87 Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package APT repo: deb http://perso.debian.org/~vdanjean/debian unstable main _______________________________________________ Koha-devel mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel