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

            Bug ID: 1981927
           Summary: APC::ThreadMutex is not available on x86_64 mod_perl
           Product: Fedora EPEL
           Version: epel8
          Hardware: x86_64
            Status: NEW
         Component: mod_perl
          Assignee: ppi...@redhat.com
          Reporter: nat...@bravenet.com
        QA Contact: extras...@fedoraproject.org
                CC: jkal...@redhat.com, jor...@redhat.com,
                    perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Target Milestone: ---
    Classification: Fedora



Description of problem:
'use APR::ThreadMutex ();' results in

 [Tue Jul 13 09:19:11.762106 2021] [perl:error] [pid 1065808:tid
140400020277568] Can't locate APR/ThreadMutex.pm in @INC (you may need to
install the APR::ThreadMutex module) (@INC contains: /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /etc/httpd
/usr/share/puh/apache/perl) at /home/Test.pm line 40.\nBEGIN
failed--compilation aborted at /home/test.pm line 40.\nCompilation failed in
require at /home/startup.pl line 10.\nBEGIN failed--compilation aborted at
/home/startup.pl line 10.\nCompilation failed in require at (eval 2) line 1.\n

There is also no /usr/lib64/perl5/vendor_perl/APR/ThreadMutex.pm on x86_64's
variant of mod_perl, but I do see this existing in aarch64's variant.


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

How reproducible:
always

Steps to Reproduce:
ncoulson@home:~/z/y$ rpm -qpl mod_perl-2.0.11-1.el8.x86_64.rpm | grep
ThreadMutex

Actual results:
ncoulson@home:~/z/y$ rpm -qpl mod_perl-2.0.11-1.el8.x86_64.rpm | grep
ThreadMutex
/usr/share/doc/mod_perl/docs/api/APR/ThreadMutex.pod
/usr/share/man/man3/APR::ThreadMutex.3pm.gz


Expected results: (Noted this existing in aarch64)
ncoulson@home:~/z/y$ rpm -qpl mod_perl-2.0.11-1.el8.aarch64.rpm  | grep
ThreadMutex
/usr/lib64/perl5/vendor_perl/APR/ThreadMutex.pm
/usr/lib64/perl5/vendor_perl/auto/APR/ThreadMutex
/usr/lib64/perl5/vendor_perl/auto/APR/ThreadMutex/ThreadMutex.so
/usr/share/doc/mod_perl/docs/api/APR/ThreadMutex.pod
/usr/share/man/man3/APR::ThreadMutex.3pm.gz


-- 
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to