Re: [CentOS] Need help with spec file for Apache-2.4.7

2014-01-05 Thread James B. Byrne
On Sun, January 5, 2014 06:02, Peter wrote: > On 01/05/2014 08:28 PM, James B. Byrne wrote: >> >> RPM build errors: >> error: Installed (but unpackaged) file(s) found: > ... >>/usr/bin/apu-1-config > > ... > >> %{_bindir}/apr-u-config > > "apu-l" != "apr-u" > > > Peter > > Ahhh. Thank you. I

Re: [CentOS] Need help with spec file for Apache-2.4.7

2014-01-05 Thread Peter
On 01/05/2014 08:28 PM, James B. Byrne wrote: > > RPM build errors: > error: Installed (but unpackaged) file(s) found: ... >/usr/bin/apu-1-config ... > %{_bindir}/apr-u-config "apu-l" != "apr-u" Peter ___ CentOS mailing list CentOS@centos.org ht

Re: [CentOS] Need help with spec file for Apache-2.4.7

2014-01-04 Thread James B. Byrne
On Sat, January 4, 2014 22:14, James B. Byrne wrote: > > RPM build errors: > File not found: > /builddir/build/BUILDROOT/httpd-2.4.7-1.x86_64/usr/lib64/httpd/modules/mod_session_crypto.so > Child return code was: 1 > EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c'

Re: [CentOS] Need help with spec file for Apache-2.4.7

2014-01-04 Thread James B. Byrne
On Fri, January 3, 2014 20:29, Markus Falb wrote: > > On 03.Jan.2014, at 21:24, James B. Byrne wrote: > >> Now, I added this in the Sources: >> >> Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 >> Source1: http://www.apache.org/dist/httpd/httpd-%{version}-deps.tar.bz2 > > You

Re: [CentOS] Need help with spec file for Apache-2.4.7

2014-01-03 Thread Markus Falb
On 03.Jan.2014, at 21:24, James B. Byrne wrote: > 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