http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx@gmail.com, | |tomascohen@gmail.com --- Comment #1 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- 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.