Thank you
DMITRY STOYANOV
Lead Systems Engineer
-Original Message-
From: Rainer Jung
Sent: Wednesday, April 10, 2019 1:14 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] apache 2.4.39 rpm package generation error
Yes, exactly.
Am 10.04.2019 um 11:58 schrieb Dmitry Stoyanov
Thank you,
But it is still not fixed in release sources which can be downloaded here:
http://httpd.apache.org/download.cgi#apache24
within Source: httpd-2.4.39.tar.bz2
Am I right, that in such case it will be fixed only in next release?
Best Regards,
Dmitry Stoyanov
-Original Message
:
/usr/lib64/httpd/modules/mod_socache_redis.so
To fix it need to add mod_socache_redis.so in httpd.spec file:
...
%{_libdir}/httpd/modules/mod_socache_memcache.so
%{_libdir}/httpd/modules/mod_socache_redis.so
%{_libdir}/httpd/modules/mod_socache_shmcb.so
...
Dmitry Stoyanov