disable linking with libssl
--000e0cd6ac3c40c63c04805fa17e
Content-Type: text/plain; charset=ISO-8859-1
upgrading from 1.3 to 2.2
I have configured apache 2.2.14 like:
../configure --disable-ssl
(is disabled by default anyhow)
however httpd is still linked with libssl
varified by ldd:
root [at] S12:~/httpd-2.2.14# ldd httpd | grep ssl
libssl.so.0 => /usr/lib/libssl.so.0 (0xb7dfb000)
Im building the httpd binary for a system that does not have libssl, and It
can not have libssl.
Any ideas???
--
Brad Cagle
Vice President of Research & Development
Innovative Converged Technologies, Inc.
http://www.vistaplex.com
Office: 817-457-2053 x208
Mobile: 469-360-6625
"Everybody thinks that everybody knows about everybody else but nobody knows
anything about themselves because their all worried about everybody else"
-Jack Johnson
--000e0cd6ac3c40c63c04805fa17e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>upgrading from 1.3 to 2.2</div>
<div>=A0</div>
<div>I have configured apache 2.2.14 like:</div>
<div>=A0</div>
<div>./configure --disable-ssl</div>
<div>(is disabled by default anyhow)</div>
<div>=A0</div>
<div>however httpd is still linked with libssl</div>
<div>=A0</div>
<div>varified by ldd:</div>
<div><a href=3D"mailto:root [at] S12:~/httpd-2.2.14">root [at] S12:~/httpd-2.2.14</a>=
# ldd httpd | grep ssl<br>=A0=A0=A0=A0=A0=A0=A0 libssl.so.0 =3D> /usr/li=
b/libssl.so.0 (0xb7dfb000)<br></div>
<div>Im building the httpd binary for a system that does not have libssl, a=
nd It can not have libssl.</div>
<div>=A0</div>
<div>Any ideas???<br clear=3D"all"><br>-- <br>Brad Cagle<br>Vice =A0Preside=
nt of Research & Development<br>Innovative Converged Technologies, Inc.=
<br><a href=3D"http://www.vistaplex.com">http://www.vistaplex.com</a><br>Of=
fice: 817-457-2053 x208<br>
Mobile: 469-360-6625<br><br>"Everybody thinks that everybody knows abo=
ut everybody else but nobody knows <br>anything about themselves because th=
eir all worried about everybody else" -Jack Johnson<br><br><br></div>
--000e0cd6ac3c40c63c04805fa17e--
Re: disable linking with libssl
----- "Brad Cagle" <brad.cagle [at] gmail.com> wrote:
> upgrading from 1.3 to 2.2
>
> I have configured apache 2.2.14 like:
>
> ./configure --disable-ssl
> (is disabled by default anyhow)
>
> however httpd is still linked with libssl
>
> varified by ldd:
> root [at] S12:~/httpd-2.2.14 # ldd httpd | grep ssl
> libssl.so.0 =3D> /usr/lib/libssl.so.0 (0xb7dfb000)
Are you sure that no other dependency is linked against libssl?
> Im building the httpd binary for a system that does not have libssl,
> and It can not have libssl.
Can you build on the target?
> Any ideas???
>
> --
> Brad Cagle
> Vice President of Research & Development
> Innovative Converged Technologies, Inc.
> http://www.vistaplex.com
> Office: 817-457-2053 x208
> Mobile: 469-360-6625
>
> "Everybody thinks that everybody knows about everybody else but nobody
> knows
> anything about themselves because their all worried about everybody
> else" -Jack Johnson
Bye,
--
Igor Gali=C4=87
Tel: +43 (0) 699 122 96 338
Fax: +43(0) 1 91 333 41
Mail: i.galic [at] brainsware.org
URL: http://brainsware.org/
------------------------------------------------------------ ---------
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: disable linking with libssl
--000e0cd6b2ecaaee6104806e70c8
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Solved. My Build system had an old libapr that is dependant on libssl..
I configure apache like this now:
../configure --with-included-apr
This will tell make to build/and install the apr include with apache 2.2.14
Thanks
2010/2/25 Igor Gali=C4=87 <i.galic [at] brainsware.org>
>
> ----- "Brad Cagle" <brad.cagle [at] gmail.com> wrote:
>
> > upgrading from 1.3 to 2.2
> >
> > I have configured apache 2.2.14 like:
> >
> > ./configure --disable-ssl
> > (is disabled by default anyhow)
> >
> > however httpd is still linked with libssl
> >
> > varified by ldd:
> > root [at] S12:~/httpd-2.2.14 # ldd httpd | grep ssl
> > libssl.so.0 =3D> /usr/lib/libssl.so.0 (0xb7dfb000)
>
> Are you sure that no other dependency is linked against libssl?
>
> > Im building the httpd binary for a system that does not have libssl,
> > and It can not have libssl.
>
> Can you build on the target?
>
> > Any ideas???
> >
> > --
> > Brad Cagle
> > Vice President of Research & Development
> > Innovative Converged Technologies, Inc.
> > http://www.vistaplex.com
> > Office: 817-457-2053 x208
> > Mobile: 469-360-6625
> >
> > "Everybody thinks that everybody knows about everybody else but nobody
> > knows
> > anything about themselves because their all worried about everybody
> > else" -Jack Johnson
>
>
> Bye,
> --
> Igor Gali=C4=87
>
> Tel: +43 (0) 699 122 96 338
> Fax: +43(0) 1 91 333 41
> Mail: i.galic [at] brainsware.org
> URL: http://brainsware.org/
>
> ------------------------------------------------------------ ---------
> 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
>
>
--
Brad Cagle
Vice President of Research & Development
Innovative Converged Technologies, Inc.
http://www.vistaplex.com
Office: 817-457-2053 x208
Mobile: 469-360-6625
"Everybody thinks that everybody knows about everybody else but nobody know=
s
anything about themselves because their all worried about everybody else"
-Jack Johnson
--000e0cd6b2ecaaee6104806e70c8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div>Solved. My Build system had an old libapr that is dependant on libssl.=
..</div>
<div>=C2=A0</div>
<div>I=C2=A0configure apache like this now:</div>
<div>./configure --with-included-apr</div>
<div>=C2=A0</div>
<div>This will tell=C2=A0make to=C2=A0build/and install=C2=A0the apr includ=
e with apache 2.2.14<br></div>
<div>Thanks<br><br></div>
<div class=3D"gmail_quote">2010/2/25 Igor Gali=C4=87 <span dir=3D"ltr"><=
<a href=3D"mailto:i.galic [at] brainsware.org">i.galic [at] brainsware.org</a>></s=
pan><br>
<blockquote style=3D"BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex=
; PADDING-LEFT: 1ex" class=3D"gmail_quote">
<div class=3D"im"><br>----- "Brad Cagle" <<a href=3D"mailto:br=
ad.cagle [at] gmail.com">brad.cagle [at] gmail.com</a>> wrote:<br><br>> upgradi=
ng from 1.3 to 2.2<br>><br>> I have configured apache 2.2.14 like:<br=
>
><br>> ./configure --disable-ssl<br>> (is disabled by default anyh=
ow)<br>><br>> however httpd is still linked with libssl<br>><br>&g=
t; varified by ldd:<br>> root [at] S12:~/httpd-2.2.14 # ldd httpd | grep ssl<=
br>
> libssl.so.0 =3D> /usr/lib/libssl.so.0 (0xb7dfb000)<br><br></div>Are=
you sure that no other dependency is linked against libssl?<br>
<div class=3D"im"><br>> Im building the httpd binary for a system that d=
oes not have libssl,<br>> and It can not have libssl.<br><br></div>Can y=
ou build on the target?<br>
<div class=3D"im"><br>> Any ideas???<br>><br>> --<br>> Brad Cag=
le<br>> Vice President of Research & Development<br>> Innovative =
Converged Technologies, Inc.<br>> <a href=3D"http://www.vistaplex.com/" =
target=3D"_blank">http://www.vistaplex.com</a><br>
> Office: 817-457-2053 x208<br>> Mobile: 469-360-6625<br>><br>>=
"Everybody thinks that everybody knows about everybody else but nobod=
y<br>> knows<br>> anything about themselves because their all worried=
about everybody<br>
> else" -Jack Johnson<br><br><br></div>Bye,<br>--<br>Igor Gali=C4=
=87<br><br>Tel: +43 (0) 699 122 96 338<br>Fax: +43(0) 1 91 333 41<br>Mail: =
<a href=3D"mailto:i.galic [at] brainsware.org">i.galic [at] brainsware.org</a><br>URL=
: <a href=3D"http://brainsware.org/" target=3D"_blank">http://brainsware.or=
g/</a><br>
<br> ------------------------------------------------------------ ---------<b=
r>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"_blank">http://httpd.apache.org/userslist.html</a>> for more info.<b=
r>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>=C2=A0 " =C2=A0 from the =
digest: <a href=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org">users-=
digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br><br></blockquote></div><br><br clea=
r=3D"all"><br>-- <br>Brad Cagle<br>Vice =C2=A0President of Research & D=
evelopment<br>
Innovative Converged Technologies, Inc.<br><a href=3D"http://www.vistaplex.=
com">http://www.vistaplex.com</a><br>Office: 817-457-2053 x208<br>Mobile: 4=
69-360-6625<br><br>"Everybody thinks that everybody knows about everyb=
ody else but nobody knows <br>
anything about themselves because their all worried about everybody else&qu=
ot; -Jack Johnson<br><br><br>
--000e0cd6b2ecaaee6104806e70c8--