Displaying 2 results from an estimated 2 matches for "mod_socache_dc".
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am
using mock.
The are three build dependencies that I am trying to resolve. One,
mod_socache_dc / distcache, I have simply removed from the spec file. The
other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the
two latter requirements from
http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2 and extracted them
into rpmbuild/SOURCES/httpd-2.4.7/srclib intending...
2014 Apr 15
1
Contributing packages
I have recently built and packaged httpd-2.4.9 from source provided by
apache.org together with apr-1.5.0 and apr-util-1.5.3. I removed
mod_socache_dc from the httpd.spec file so that the complete build provides
the following packages:
apr-1.5.0-1.el6.x86_64.rpm
apr-debuginfo-1.5.0-1.el6.x86_64.rpm
apr-devel-1.5.0-1.el6.x86_64.rpm
apr-util-1.5.3-1.el6.x86_64.rpm
apr-util-dbm-1.5.3-1.el6.x86_64.rpm
apr-util-debuginfo-1.5.3-1.el6.x86_64.rpm
apr-ut...