https://bz.apache.org/bugzilla/show_bug.cgi?id=63619
Petros Marios Prokopiou <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #2 from Petros Marios Prokopiou <[email protected]> --- Adding mod_socache_redis.so to %files fixed the issue after I replicated it %{_libdir}/httpd/modules/mod_mpm_prefork.so %{_libdir}/httpd/modules/mod_mpm_worker.so +%{_libdir}/httpd/modules/mod_socache_redis.so Used httpd-2.4.39.tar.gz and httpd-2.4.39.tar.bz2 from http://www.apache.org/dist/httpd/?C=M;O=D Sidenote: I had to comment out mod_mpm_event.so because it wasn't being installed, I didn't try to find out why. It gave me the following error: error: File not found: /home/pprokopi/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64/usr/lib64/httpd/modules/mod_mpm_event.so So I changed the line -%{_libdir}/httpd/modules/mod_mpm_event.so +#%{_libdir}/httpd/modules/mod_mpm_event.so Besides that, no other changes were made to httpd.spec. diff --git a/httpd.spec2 b/httpd.spec index 903d36d..7c32378 100644 --- a/httpd.spec2 +++ b/httpd.spec @@ -359,9 +359,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/modules/mod_macro.so %{_libdir}/httpd/modules/mod_mime_magic.so %{_libdir}/httpd/modules/mod_mime.so -%{_libdir}/httpd/modules/mod_mpm_event.so +#%{_libdir}/httpd/modules/mod_mpm_event.so %{_libdir}/httpd/modules/mod_mpm_prefork.so %{_libdir}/httpd/modules/mod_mpm_worker.so +%{_libdir}/httpd/modules/mod_socache_redis.so %{_libdir}/httpd/modules/mod_negotiation.so %{_libdir}/httpd/modules/mod_proxy_ajp.so %{_libdir}/httpd/modules/mod_proxy_balancer.so Could you share the %files part of your specfile ? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
