https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42087 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- I've signed off, so hope I have tested correctly. Testing notes (using KTD): 1. Before the patches, go to More > About Koha > Perl modules. 2. Search for File, note that there is no File::LibMagic module shown. 3. Apply the patch, then shutdown and restart KTD. 4. Repeat step 1, and note that File::LibMagic is now shown: - Module: File::LibMagic - Required: tick - Current version: Not installed - Minimum version required: 1.23 - Status: Required module missing 5. Install the missing perl module: sudo apt install libfile-libmagic-perl 6. Restart everything: restart_all 6. For step 4, note that the module is now installed. I'm assuming once the packaging is updated that this will show as installed by default. -- You are receiving this mail because: You are watching all bug changes.