http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182
Héctor Eduardo Castro Avalos <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Héctor Eduardo Castro Avalos <[email protected]> --- This is launched becuase C4::Accounts depends from C4::Members and C4::Members depends on Koha::NorwegianPatronDB. All modules required by "Norwegian national library card" are not required: 'SOAP::Lite' => { 'usage' => 'Norwegian national library card', 'required' => '0', 'min_ver' => '0.712', }, 'Crypt::GCrypt' => { 'usage' => 'Norwegian national library card', 'required' => '0', 'min_ver' => '1.24', }, 'Convert::BaseN' => { 'usage' => 'Norwegian national library card', 'required' => '0', 'min_ver' => '0.01', }, 'Digest::SHA' => { 'usage' => 'Norwegian national library card', 'required' => '0', 'min_ver' => '5.61', }, In debian this is not a problem, since package in available sudo apt-get install libcrypt-gcrypt-perl. I add here Tomás (RM) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
