https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42087
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
