Mailinglist Archive: opensuse-packaging (232 mails)
| < Previous | Next > |
Re: [opensuse-packaging] build error on Apache version 2.4.1
- From: Boris Manojlovic <boris@xxxxxxxxx>
- Date: Thu, 23 Feb 2012 10:48:49 +0100
- Message-id: <CAHisY=Oohm2c=y0R8QNW7b9So8x8SCgiez7aDfaC-8jkYiC0rg@mail.gmail.com>
reason for failing is NOT in spec file itself...
if you run local build you will see that system fails because itk
module is not forward compatible with new release of apache2 (httpd2)
so do not try building itk module for now and it will work so change on line 56
%{!?itk:%define itk 1}
to
%{!?itk:%define itk 0}
On Thu, Feb 23, 2012 at 4:32 AM, <doiggl@xxxxxxxxxxxxxxxxxx> wrote:
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
if you run local build you will see that system fails because itk
module is not forward compatible with new release of apache2 (httpd2)
so do not try building itk module for now and it will work so change on line 56
%{!?itk:%define itk 1}
to
%{!?itk:%define itk 0}
On Thu, Feb 23, 2012 at 4:32 AM, <doiggl@xxxxxxxxxxxxxxxxxx> wrote:
--
Hello
I get a build error on Apache. The failure is as follows:
.
.
checking whether to enable mod_lbmethod_bybusyness... shared
checking whether to enable mod_lbmethod_heartbeat... shared
checking which MPM to use by default... itk
configure: error: MPM itk is not supported on this platform.
error: Bad exit status from /var/tmp/rpm-tmp.U21N0a (%build)
The Spec file
https://build.opensuse.org/package/view_file?file=apache2.spec&package=apache2&project=home%3Adoiggl&rev=22516baf19e70c5382b4c0dd5bb8f0cb
Build Log
https://build.opensuse.org/package/rawlog?arch=x86_64&package=apache2&project=home%3Adoiggl&repository=openSUSE_12.1
Project
https://build.opensuse.org/package/show?package=apache2&project=home%3Adoiggl
Sources
http://httpd.apache.org/download.cgi#apache24
Question:
What to I alter in the spec file so Apache can finish compiling ?
Thanks Glenn
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |