https://bugzilla.redhat.com/show_bug.cgi?id=1981927 Petr Pisar <ppisar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Doc Type|--- |If docs needed, set a value --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- I confirm this issue. There are two bugs in mod_perl build script: (1) APR::ThreadMutex module is built only if APR library was built with threads support. mod_perl's build script parses /usr/include/apr-1/apr.h for HAS_THREADS preprocessor symbol to decide whether APR library supports threads. But apr-devel package modifies /usr/include/apr-1/apr.h in a way which mod_perl's build script does not understand. As a result mod_perl does not produce APR::ThreadMutex module. (2) mod_perl's build script installs APR::ThreadMutex(3pm) manual even if APR::ThreadMutex module is disabled. I will try to adapt mod_perl's build script to the modified apr.h header file. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure