https://bugzilla.redhat.com/show_bug.cgi?id=1590973

            Bug ID: 1590973
           Summary: XSLoader.pm fails due to looking for wrong version of
                    libperl.so to open Encode.so
           Product: Fedora
           Version: 28
         Component: perl
          Assignee: jples...@redhat.com
          Reporter: m...@vex.net
        QA Contact: extras...@fedoraproject.org
                CC: al...@redhat.com, caillon+fedoraproj...@gmail.com,
                    iarn...@gmail.com, jples...@redhat.com, ka...@ucw.cz,
                    mbar...@fastmail.com, mmasl...@redhat.com,
                    perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
                    psab...@redhat.com, rhug...@redhat.com,
                    sandm...@redhat.com, tcall...@redhat.com



Description of problem:

   If I try to run perltidy (from package perltidy-20180220-1.fc28.noarch)
   or if I try to run any perl program that does "use PDF::API2" (which
   I got from CPAN), I get this diagnostic:

      Can't load '/usr/local/lib64/perl5/auto/Encode/Encode.so' for module
Encode: libperl.so.5.24: cannot open shared object file: No such file or
directory at /usr/share/perl5/XSLoader.pm line 96.

   I don't have libperl.so.5.24 because my Perl is version 5.26.2, not
   version 5.24.  But XSLoader.pm is provided by package perl-libs, for
   which I also have 5.26.2.

Version-Release number of selected component (if applicable):

   See above.  I don't know if other packages are involved.

How reproducible:

   Type "perltidy <foo" at the shell prompt, where "foo" is a Perl program.

Steps to Reproduce:
1.
2.
3.

Actual results:

   Can't load '/usr/local/lib64/perl5/auto/Encode/Encode.so' for module Encode:
libperl.so.5.24: cannot open shared object file: No such file or directory at
/usr/share/perl5/XSLoader.pm line 96.

Expected results:

   Produces a nicely formatted copy of "foo" on stdout.

Additional info:

   A Perl program that uses PDF::API2 fails in the same way.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/7FMTEJW7YPDWFXL3XIT4IPI3FZJCNPWA/

Reply via email to