
httpd RPM creation failed
--001636c5a71dadcce5047eecfadc
Content-Type: text/plain; charset=ISO-8859-1
Hi All,
Version - httpd-2.2.14
If we use "--with-included-apr" configuration option, we are unable to build
the RPM.
I had removed the "--with-apr" and "--with-apr-util" configure options and
added the "--with-included-apr" option But throws an error
===========================
.../configure: line 4129: ../srclib/apr-util/apu-1-config: No such file or
directory
.../configure: line 4147: ../srclib/apr-util/apu-1-config: No such file or
directory
.../configure: line 4148: ../srclib/apr-util/apu-1-config: No such file or
directory
.../configure: line 4149: ../srclib/apr-util/apu-1-config: No such file or
directory
.............
............
checking whether to enable mod_auth_digest... configure: error:
mod_auth_digest has been requested but can not be built due to prerequisite
failures
error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)
============================
Thanks in advance..
Regards,
VIvek
--001636c5a71dadcce5047eecfadc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi All,<br><br>Version - httpd-2.2.14<br><br>If we use "--with-include=
d-apr" configuration option, we are unable to build the RPM.<br><br>I =
had removed the "--with-apr" and =A0"--with-apr-util" c=
onfigure options and added the "--with-included-apr" option But t=
hrows an error<br>
<br> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=
=3D=3D=3D=3D<br>../configure: line 4129: ../srclib/apr-util/apu-1-config: N=
o such file or directory<br>../configure: line 4147: ../srclib/apr-util/apu=
-1-config: No such file or directory<br>../configure: line 4148: ../srclib/=
apr-util/apu-1-config: No such file or directory<br>
.../configure: line 4149: ../srclib/apr-util/apu-1-config: No such file or d=
irectory<br>............<br>...........<br><br>checking whether to enable m=
od_auth_digest... configure: error: mod_auth_digest has been requested but =
can not be built due to prerequisite failures<br>
error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)<br>=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
<br><br>Thanks in advance..<br><br><br><br>Regards,<br>VIvek<br>
--001636c5a71dadcce5047eecfadc--
Re: httpd RPM creation failed
On 02/06/2010 05:06 PM, vivekanandan nataraj wrote:
> Hi All,
>
> Version - httpd-2.2.14
>
> If we use "--with-included-apr" configuration option, we are unable to
> build the RPM.
>
> I had removed the "--with-apr" and "--with-apr-util" configure options
> and added the "--with-included-apr" option But throws an error
>
> ===========================
> ../configure: line 4129: ../srclib/apr-util/apu-1-config: No such file
> or directory
> ../configure: line 4147: ../srclib/apr-util/apu-1-config: No such file
> or directory
> ../configure: line 4148: ../srclib/apr-util/apu-1-config: No such file
> or directory
> ../configure: line 4149: ../srclib/apr-util/apu-1-config: No such file
> or directory
> ............
> ...........
>
> checking whether to enable mod_auth_digest... configure: error:
> mod_auth_digest has been requested but can not be built due to
> prerequisite failures
> error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)
> ============================
>
> Thanks in advance..
>
>
>
> Regards,
> VIvek
RPMs suck. Compile natively into /usr/local. Even I'm on a RPM based
system. Its just waste of time to trying to build it.
--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: httpd RPM creation failed
--00504502e27560a5d1047ef09013
Content-Type: text/plain; charset=ISO-8859-1
HI Nilesh,
Thanks for your reply.
I want to update the existing Apache rpm package with latest one that is
onfigured with --with-included-apr option.
In the "configure" script, variable "$apr_config" is creating problem when
we use "--with-included-apr option".
Regards,
Vivek
On Sat, Feb 6, 2010 at 6:37 PM, Nilesh Govindarajan <lists [at] itech7.com>wrote:
> On 02/06/2010 05:06 PM, vivekanandan nataraj wrote:
>
>> Hi All,
>>
>> Version - httpd-2.2.14
>>
>> If we use "--with-included-apr" configuration option, we are unable to
>> build the RPM.
>>
>> I had removed the "--with-apr" and "--with-apr-util" configure options
>> and added the "--with-included-apr" option But throws an error
>>
>> ===========================
>> ../configure: line 4129: ../srclib/apr-util/apu-1-config: No such file
>> or directory
>> ../configure: line 4147: ../srclib/apr-util/apu-1-config: No such file
>> or directory
>> ../configure: line 4148: ../srclib/apr-util/apu-1-config: No such file
>> or directory
>> ../configure: line 4149: ../srclib/apr-util/apu-1-config: No such file
>> or directory
>> ............
>> ...........
>>
>> checking whether to enable mod_auth_digest... configure: error:
>> mod_auth_digest has been requested but can not be built due to
>> prerequisite failures
>> error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)
>> ============================
>>
>> Thanks in advance..
>>
>>
>>
>> Regards,
>> VIvek
>>
>
> RPMs suck. Compile natively into /usr/local. Even I'm on a RPM based
> system. Its just waste of time to trying to build it.
>
> --
> Nilesh Govindarajan
> Site & Server Adminstrator
> www.itech7.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--00504502e27560a5d1047ef09013
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
HI Nilesh,<br><br>Thanks for your reply.<br><br>I want to update the existi=
ng Apache rpm package with latest one that is onfigured with --with-include=
d-apr option.<br><br>In the "configure" script, variable "$a=
pr_config" is creating problem when we use "--with-included-apr o=
ption".<br>
<br>Regards,<br>Vivek<br><br><br><div class=3D"gmail_quote">On Sat, Feb 6, =
2010 at 6:37 PM, Nilesh Govindarajan <span dir=3D"ltr"><<a href=3D"mailt=
o:lists [at] itech7.com">lists [at] itech7.com</a>></span> wrote:<br><blockquote c=
lass=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); ma=
rgin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class=3D"h5">On 02/06/2010 05:06 PM, vivekanandan nata=
raj wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br>
<br>
Version - httpd-2.2.14<br>
<br>
If we use "--with-included-apr" configuration option, we are unab=
le to<br>
build the RPM.<br>
<br>
I had removed the "--with-apr" and "--with-apr-util" co=
nfigure options<br>
and added the "--with-included-apr" option But throws an error<br=
>
<br>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D<br>
.../configure: line 4129: ../srclib/apr-util/apu-1-config: No such file<br>
or directory<br>
.../configure: line 4147: ../srclib/apr-util/apu-1-config: No such file<br>
or directory<br>
.../configure: line 4148: ../srclib/apr-util/apu-1-config: No such file<br>
or directory<br>
.../configure: line 4149: ../srclib/apr-util/apu-1-config: No such file<br>
or directory<br>
.............<br>
............<br>
<br>
checking whether to enable mod_auth_digest... configure: error:<br>
mod_auth_digest has been requested but can not be built due to<br>
prerequisite failures<br>
error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)<br>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D<br>
<br>
Thanks in advance..<br>
<br>
<br>
<br>
Regards,<br>
VIvek<br>
</blockquote>
<br></div></div>
RPMs suck. Compile natively into /usr/local. Even I'm on a RPM based sy=
stem. Its just waste of time to trying to build it.<br>
<br>
-- <br>
Nilesh Govindarajan<br>
Site & Server Adminstrator<br>
<a href=3D"http://www.itech7.com" target=3D"_blank">www.itech7.com</a><br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
=A0" =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe [at] =
httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.o=
rg</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
<br>
</blockquote></div><br>
--00504502e27560a5d1047ef09013--
Re: httpd RPM creation failed
On 02/06/2010 09:23 PM, vivekanandan nataraj wrote:
> HI Nilesh,
>
> Thanks for your reply.
>
> I want to update the existing Apache rpm package with latest one that is
> onfigured with --with-included-apr option.
>
> In the "configure" script, variable "$apr_config" is creating problem
> when we use "--with-included-apr option".
>
> Regards,
> Vivek
>
>
> On Sat, Feb 6, 2010 at 6:37 PM, Nilesh Govindarajan <lists [at] itech7.com
> <mailto:lists [at] itech7.com>> wrote:
>
> On 02/06/2010 05:06 PM, vivekanandan nataraj wrote:
>
> Hi All,
>
> Version - httpd-2.2.14
>
> If we use "--with-included-apr" configuration option, we are
> unable to
> build the RPM.
>
> I had removed the "--with-apr" and "--with-apr-util" configure
> options
> and added the "--with-included-apr" option But throws an error
>
> ===========================
> ../configure: line 4129: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ../configure: line 4147: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ../configure: line 4148: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ../configure: line 4149: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ............
> ...........
>
> checking whether to enable mod_auth_digest... configure: error:
> mod_auth_digest has been requested but can not be built due to
> prerequisite failures
> error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)
> ============================
>
> Thanks in advance..
>
>
>
> Regards,
> VIvek
>
>
> RPMs suck. Compile natively into /usr/local. Even I'm on a RPM based
> system. Its just waste of time to trying to build it.
>
> --
> Nilesh Govindarajan
> Site & Server Adminstrator
> www.itech7.com <http://www.itech7.com>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> <mailto:users-unsubscribe [at] httpd.apache.org>
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> <mailto:users-digest-unsubscribe [at] httpd.apache.org>
> For additional commands, e-mail: users-help [at] httpd.apache.org
> <mailto:users-help [at] httpd.apache.org>
>
>
Did you download the source rpm from somewhere ? the default httpd.rpm
doesn't have APR in it; though it is installed as a dependency when you
run yum install httpd.
another option is you write a spec file or modify existing spec file
with a source from httpd.apache.org
--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: httpd RPM creation failed
--0016e64cce94fb5b35047ef2f3ce
Content-Type: text/plain; charset=ISO-8859-1
On Sat, Feb 6, 2010 at 9:27 PM, Nilesh Govindarajan <lists [at] itech7.com>wrote:
> On 02/06/2010 09:23 PM, vivekanandan nataraj wrote:
>
>> HI Nilesh,
>>
>> Thanks for your reply.
>>
>> I want to update the existing Apache rpm package with latest one that is
>> onfigured with --with-included-apr option.
>>
>> In the "configure" script, variable "$apr_config" is creating problem
>> when we use "--with-included-apr option".
>>
>> Regards,
>> Vivek
>>
>>
>> On Sat, Feb 6, 2010 at 6:37 PM, Nilesh Govindarajan <lists [at] itech7.com
>> <mailto:lists [at] itech7.com>> wrote:
>>
>> On 02/06/2010 05:06 PM, vivekanandan nataraj wrote:
>>
>> Hi All,
>>
>> Version - httpd-2.2.14
>>
>> If we use "--with-included-apr" configuration option, we are
>> unable to
>> build the RPM.
>>
>> I had removed the "--with-apr" and "--with-apr-util" configure
>> options
>> and added the "--with-included-apr" option But throws an error
>>
>> ===========================
>> ../configure: line 4129: ../srclib/apr-util/apu-1-config: No
>> such file
>> or directory
>> ../configure: line 4147: ../srclib/apr-util/apu-1-config: No
>> such file
>> or directory
>> ../configure: line 4148: ../srclib/apr-util/apu-1-config: No
>> such file
>> or directory
>> ../configure: line 4149: ../srclib/apr-util/apu-1-config: No
>> such file
>> or directory
>> ............
>> ...........
>>
>> checking whether to enable mod_auth_digest... configure: error:
>> mod_auth_digest has been requested but can not be built due to
>> prerequisite failures
>> error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)
>> ============================
>>
>> Thanks in advance..
>>
>>
>>
>> Regards,
>> VIvek
>>
>>
>> RPMs suck. Compile natively into /usr/local. Even I'm on a RPM based
>> system. Its just waste of time to trying to build it.
>>
>> --
>> Nilesh Govindarajan
>> Site & Server Adminstrator
>> www.itech7.com <http://www.itech7.com>
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> <mailto:users-unsubscribe [at] httpd.apache.org>
>>
>> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> <mailto:users-digest-unsubscribe [at] httpd.apache.org>
>>
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>> <mailto:users-help [at] httpd.apache.org>
>>
>>
>>
> Did you download the source rpm from somewhere ? the default httpd.rpm
> doesn't have APR in it; though it is installed as a dependency when you run
> yum install httpd.
>
> another option is you write a spec file or modify existing spec file with a
> source from httpd.apache.org
>
>
> --
> Nilesh Govindarajan
> Site & Server Adminstrator
> www.itech7.com
> <users-help [at] httpd.apache.org>
>
I download the httpd 2.2.14 source rpm from Fedora site and changed the
configure options.
Removed = "--with-apr" and "--with-apr-util" options
Added = "--with-included-apr"
And then,
#rpmbuild -ba httpd.spec
The problem is, they are compiling the apache for "prefork " and "worker"
modules separately in the appropriate directories. If we compile the source
from main directory ( httpd-2.2.14), it doesn't make the problems.
Thanks for your reply...
Regards,
Vivek
--0016e64cce94fb5b35047ef2f3ce
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<br><br><div class=3D"gmail_quote">On Sat, Feb 6, 2010 at 9:27 PM, Nilesh G=
ovindarajan <span dir=3D"ltr"><<a href=3D"mailto:lists [at] itech7.com">lists=
[at] itech7.com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" styl=
e=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; =
padding-left: 1ex;">
<div class=3D"im">On 02/06/2010 09:23 PM, vivekanandan nataraj wrote:<br>
</div><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb=
(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class=
=3D"im">
HI Nilesh,<br>
<br>
Thanks for your reply.<br>
<br>
I want to update the existing Apache rpm package with latest one that is<br=
>
onfigured with --with-included-apr option.<br>
<br>
In the "configure" script, variable "$apr_config" is cr=
eating problem<br>
when we use "--with-included-apr option".<br>
<br>
Regards,<br>
Vivek<br>
<br>
<br>
On Sat, Feb 6, 2010 at 6:37 PM, Nilesh Govindarajan <<a href=3D"mailto:l=
ists [at] itech7.com" target=3D"_blank">lists [at] itech7.com</a><br></div><div><div>=
</div><div class=3D"h5">
<mailto:<a href=3D"mailto:lists [at] itech7.com" target=3D"_blank">lists [at] itec=
h7.com</a>>> wrote:<br>
<br>
=A0 =A0On 02/06/2010 05:06 PM, vivekanandan nataraj wrote:<br>
<br>
=A0 =A0 =A0 =A0Hi All,<br>
<br>
=A0 =A0 =A0 =A0Version - httpd-2.2.14<br>
<br>
=A0 =A0 =A0 =A0If we use "--with-included-apr" configuration opt=
ion, we are<br>
=A0 =A0 =A0 =A0unable to<br>
=A0 =A0 =A0 =A0build the RPM.<br>
<br>
=A0 =A0 =A0 =A0I had removed the "--with-apr" and "--with-a=
pr-util" configure<br>
=A0 =A0 =A0 =A0options<br>
=A0 =A0 =A0 =A0and added the "--with-included-apr" option But th=
rows an error<br>
<br>
=A0 =A0 =A0 =A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =
=3D=3D=3D=3D=3D=3D=3D=3D<br>
=A0 =A0 =A0 =A0../configure: line 4129: ../srclib/apr-util/apu-1-config: N=
o<br>
=A0 =A0 =A0 =A0such file<br>
=A0 =A0 =A0 =A0or directory<br>
=A0 =A0 =A0 =A0../configure: line 4147: ../srclib/apr-util/apu-1-config: N=
o<br>
=A0 =A0 =A0 =A0such file<br>
=A0 =A0 =A0 =A0or directory<br>
=A0 =A0 =A0 =A0../configure: line 4148: ../srclib/apr-util/apu-1-config: N=
o<br>
=A0 =A0 =A0 =A0such file<br>
=A0 =A0 =A0 =A0or directory<br>
=A0 =A0 =A0 =A0../configure: line 4149: ../srclib/apr-util/apu-1-config: N=
o<br>
=A0 =A0 =A0 =A0such file<br>
=A0 =A0 =A0 =A0or directory<br>
=A0 =A0 =A0 =A0............<br>
=A0 =A0 =A0 =A0...........<br>
<br>
=A0 =A0 =A0 =A0checking whether to enable mod_auth_digest... configure: er=
ror:<br>
=A0 =A0 =A0 =A0mod_auth_digest has been requested but can not be built due=
to<br>
=A0 =A0 =A0 =A0prerequisite failures<br>
=A0 =A0 =A0 =A0error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build=
)<br>
=A0 =A0 =A0 =A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =
=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
<br>
=A0 =A0 =A0 =A0Thanks in advance..<br>
<br>
<br>
<br>
=A0 =A0 =A0 =A0Regards,<br>
=A0 =A0 =A0 =A0VIvek<br>
<br>
<br>
=A0 =A0RPMs suck. Compile natively into /usr/local. Even I'm on a RPM =
based<br>
=A0 =A0system. Its just waste of time to trying to build it.<br>
<br>
=A0 =A0--<br>
=A0 =A0Nilesh Govindarajan<br>
=A0 =A0Site & Server Adminstrator<br></div></div>
=A0 =A0<a href=3D"http://www.itech7.com" target=3D"_blank">www.itech7.com<=
/a> <<a href=3D"http://www.itech7.com" target=3D"_blank">http://www.itec=
h7.com</a>><div class=3D"im"><br>
<br>
=A0 =A0--------------------------------------------------------- ----------=
--<br>
=A0 =A0The official User-To-User support forum of the Apache HTTP Server<b=
r>
=A0 =A0Project.<br>
=A0 =A0See <URL:<a href=3D"http://httpd.apache.org/userslist.html" targ=
et=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more info.=
<br>
=A0 =A0To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.a=
pache.org" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br></di=
v>
=A0 =A0<mailto:<a href=3D"mailto:users-unsubscribe [at] httpd.apache.org" ta=
rget=3D"_blank">users-unsubscribe [at] httpd.apache.org</a>><div class=3D"im"=
><br>
=A0 =A0" =A0 from the digest: <a href=3D"mailto:users-digest-unsubscr=
ibe [at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apac=
he.org</a><br></div>
=A0 =A0<mailto:<a href=3D"mailto:users-digest-unsubscribe [at] httpd.apache.=
org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.org</a>><di=
v class=3D"im"><br>
=A0 =A0For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd=
..apache.org" target=3D"_blank">users-help [at] httpd.apache.org</a><br></div>
=A0 =A0<mailto:<a href=3D"mailto:users-help [at] httpd.apache.org" target=3D=
"_blank">users-help [at] httpd.apache.org</a>><br>
<br>
<br>
</blockquote>
<br>
Did you download the source rpm from somewhere ? the default httpd.rpm does=
n't have APR in it; though it is installed as a dependency when you run=
yum install httpd.<br>
<br>
another option is you write a spec file or modify existing spec file with a=
source from <a href=3D"http://httpd.apache.org" target=3D"_blank">httpd.ap=
ache.org</a><div><div></div><div class=3D"h5"><br>
<br>
-- <br>
Nilesh Govindarajan<br>
Site & Server Adminstrator<br>
<a href=3D"http://www.itech7.com" target=3D"_blank">www.itech7.com</a><br>
<a href=3D"mailto:users-help [at] httpd.apache.org" target=3D"_blank"></a></div>=
</div></blockquote><div><br>I download the httpd 2.2.14 source rpm from Fed=
ora site and changed the configure options. <br><br>Removed =3D "--wit=
h-apr" and "--with-apr-util" options<br>
Added =3D "--with-included-apr"</div></div><br>And then,<br>#rpmb=
uild -ba httpd.spec<br><br>The problem is,=A0 they are compiling the apache=
for "prefork " and "worker" modules separately in the =
appropriate directories. If we compile the source from main directory ( ht=
tpd-2.2.14), it doesn't make the problems.<br>
<br>Thanks for your reply...<br><br><br>Regards,<br>Vivek<br>
--0016e64cce94fb5b35047ef2f3ce--
Re: httpd RPM creation failed
On 02/07/2010 12:14 AM, vivekanandan nataraj wrote:
>
>
> On Sat, Feb 6, 2010 at 9:27 PM, Nilesh Govindarajan <lists [at] itech7.com
> <mailto:lists [at] itech7.com>> wrote:
>
> On 02/06/2010 09:23 PM, vivekanandan nataraj wrote:
>
> HI Nilesh,
>
> Thanks for your reply.
>
> I want to update the existing Apache rpm package with latest one
> that is
> onfigured with --with-included-apr option.
>
> In the "configure" script, variable "$apr_config" is creating
> problem
> when we use "--with-included-apr option".
>
> Regards,
> Vivek
>
>
> On Sat, Feb 6, 2010 at 6:37 PM, Nilesh Govindarajan
> <lists [at] itech7.com <mailto:lists [at] itech7.com>
> <mailto:lists [at] itech7.com <mailto:lists [at] itech7.com>>> wrote:
>
> On 02/06/2010 05:06 PM, vivekanandan nataraj wrote:
>
> Hi All,
>
> Version - httpd-2.2.14
>
> If we use "--with-included-apr" configuration option, we are
> unable to
> build the RPM.
>
> I had removed the "--with-apr" and "--with-apr-util"
> configure
> options
> and added the "--with-included-apr" option But throws an
> error
>
> ===========================
> ../configure: line 4129: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ../configure: line 4147: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ../configure: line 4148: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ../configure: line 4149: ../srclib/apr-util/apu-1-config: No
> such file
> or directory
> ............
> ...........
>
> checking whether to enable mod_auth_digest... configure:
> error:
> mod_auth_digest has been requested but can not be built
> due to
> prerequisite failures
> error: Bad exit status from /var/tmp/rpm-tmp.qpZ72n (%build)
> ============================
>
> Thanks in advance..
>
>
>
> Regards,
> VIvek
>
>
> RPMs suck. Compile natively into /usr/local. Even I'm on a
> RPM based
> system. Its just waste of time to trying to build it.
>
> --
> Nilesh Govindarajan
> Site & Server Adminstrator
> www.itech7.com <http://www.itech7.com> <http://www.itech7.com>
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP
> Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> <mailto:users-unsubscribe [at] httpd.apache.org>
> <mailto:users-unsubscribe [at] httpd.apache.org
> <mailto:users-unsubscribe [at] httpd.apache.org>>
>
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> <mailto:users-digest-unsubscribe [at] httpd.apache.org>
> <mailto:users-digest-unsubscribe [at] httpd.apache.org
> <mailto:users-digest-unsubscribe [at] httpd.apache.org>>
>
> For additional commands, e-mail: users-help [at] httpd.apache.org
> <mailto:users-help [at] httpd.apache.org>
> <mailto:users-help [at] httpd.apache.org
> <mailto:users-help [at] httpd.apache.org>>
>
>
>
> Did you download the source rpm from somewhere ? the default
> httpd.rpm doesn't have APR in it; though it is installed as a
> dependency when you run yum install httpd.
>
> another option is you write a spec file or modify existing spec file
> with a source from httpd.apache.org <http://httpd.apache.org>
>
>
> --
> Nilesh Govindarajan
> Site & Server Adminstrator
> www.itech7.com <http://www.itech7.com>
> <mailto:users-help [at] httpd.apache.org>
>
>
> I download the httpd 2.2.14 source rpm from Fedora site and changed the
> configure options.
>
> Removed = "--with-apr" and "--with-apr-util" options
> Added = "--with-included-apr"
>
> And then,
> #rpmbuild -ba httpd.spec
>
> The problem is, they are compiling the apache for "prefork " and
> "worker" modules separately in the appropriate directories. If we
> compile the source from main directory ( httpd-2.2.14), it doesn't make
> the problems.
>
> Thanks for your reply...
>
>
> Regards,
> Vivek
If you see
http://www.rpmfind.net//linux/RPM/fedora/updates/12/SRPMS/ht tpd-2.2.14-1.fc12.src.html
It is listed that the src rpm requires apr-devel & apr-util-devel
separately, which is why you're getting errors in compilation.
--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org