Bug 68880 - Missing modules/mod_mpm_prefork.so when building Apache httpd-2.4.59
Summary: Missing modules/mod_mpm_prefork.so when building Apache httpd-2.4.59
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Other Modules (show other bugs)
Version: 2.4.59
Hardware: Other Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-10 10:49 UTC by Mike Hall
Modified: 2024-04-10 20:47 UTC (History)
0 users



Attachments
Associated config.log file (112.23 KB, text/plain)
2024-04-10 20:31 UTC, Mike Hall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hall 2024-04-10 10:49:53 UTC
My prior version (2.4.58) had this module that I thought was part of standard package.    Did not find module after compiling and doing initial test under
2.4.59.    

If this package is not part of standard load, I may be having some issues with documentation at my site for this module.  

Thanks in advance.
Comment 1 Mike Hall 2024-04-10 18:15:04 UTC
In comparing the 2.4.58 and 2.4.59 versions, I'm seeing 3 modules missing:   
 
mod_mpm_event.so
mod_mpm_prefork.so
mod_mpm_worker.so
Comment 2 Eric Covener 2024-04-10 18:50:25 UTC
It's based on ./configure arguments, are they the same?
What do you use and what is the resulting config.log?
Comment 3 Mike Hall 2024-04-10 20:31:03 UTC
Created attachment 39657 [details]
Associated config.log file
Comment 4 Mike Hall 2024-04-10 20:32:23 UTC
 ./configure --prefix=/usr/ecs/OPS/COTS/apache-2.4.59-ssl --enable-mods-shared=all --enable-proxy --enable-ssl --with-ssl=/usr/bin/openssl --enable-mpms-share=all --with-included-apr
Comment 5 Rainer Jung 2024-04-10 20:40:06 UTC
Please try with "--enable-mpms-shared=all" instead of "--enable-mpms-share=all".
Comment 6 Mike Hall 2024-04-10 20:47:45 UTC
Thanks that fixed issue. 
I really appreciate your quick response.