https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21480

            Bug ID: 21480
           Summary: misc/translator/translate does not work with perl 5.26
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: translate.koha-community.org
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Perl 5.26 (or earlier) introduced a security feature, where implicitly
including the program directory as a Perl library directory no longer happens
(perl -I. ).

This causes translate to fail because it cannot find the *.pm -files in it's
own directory.

This patch adds the familiar mantra
    use lib $FindBin::Bin;
to the relevant scripts.

To test:

1. Install Ubuntu18.04 or something else with Perl 5.26
2. Install Koha (we use the dev-install)
3. cd $KOHA_PATH/misc/trnaslator/
4. perl translate create fi-FI
5. Observe problems with missing modules.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to