<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi!<br>
    I'm working on 3.22.02 and my logs are FILLED with the following
    warnings:<br>
    <br>
    Members.pm: Unable to load Koha::<b>NorwegianPatronDB</b> at
    /blurred/C4/Members.pm line 46., referer:
    <a class="moz-txt-link-freetext" href="http://blurred/cgi-bin/koha/acqui/booksellers.pl">http://blurred/cgi-bin/koha/acqui/booksellers.pl</a><br>
    admin-home.pl: Unable to load Koha::<b>NorwegianPatronDB</b> at
    /blurred/C4/Members.pm line 46., referer:
    <a class="moz-txt-link-freetext" href="http://blurred/cgi-bin/koha/admin/preferences.pl">http://blurred/cgi-bin/koha/admin/preferences.pl</a><br>
    <br>
    I look at the code, and beside wondering why that custom feature is
    so profoundly imbricated into master Koha, I was wondering what is
    not working.<br>
    <br>
    So I hacked the code to add verbose => 1 on the can_load call,
    and found that NorwegianPatronDB was not compiling because it was
    missing the following libraries:<br>
    <br>
     apt-get -y install libsoap-lite-perl<br>
     apt-get -y install libcrypt-gcrypt-perl<br>
     apt-get -y install libconvert-basen-perl<br>
    <br>
    Those modules are specified as NOT mandatory in 3.22.  As such, I
    should not be flooded with Norwegian errors because they are not
    available, for a module which I and most do not care for.<br>
    <br>
    Or am I getting it wrong?<br>
    <br>
    Thanks<br>
    Philippe<br>
    <br>
  </body>
</html>