![](https://seccdn.libravatar.org/avatar/29b81b0b98e8ef7ad3358a1a78734f79.jpg?s=120&d=mm&r=g)
Hello, The next compile error I got is: . . + for i in ab dbmmanage htdbm htdigest htpasswd logresolve rotatelogs suexec + mv rotatelogs rotatelogs2 + for i in ab dbmmanage htdbm htdigest htpasswd logresolve rotatelogs suexec + mv suexec suexec2 + mv apachectl apachectl.tmp + mv apachectl.tmp apache2ctl + for i in dbmmanage htdbm htdigest htpasswd + mv dbmmanage2 ../bin/ mv: cannot stat `dbmmanage2': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.Df91HS (%install) Any how can it be fixed ? Has anyone else managed to compile Apache release of v2.4 ? Links to package below Thanks Glenn On Thu, 23 Feb 2012 10:48:49 +0100, Boris Manojlovic <boris@steki.net> wrote:
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@velocitynet.com.au> 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=apach...
Build Log
https://build.opensuse.org/package/rawlog?arch=x86_64&package=apache2&projec...
Project
https://build.opensuse.org/package/show?package=apache2&project=home%3Adoigg...
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@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org