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ć <i.ga...@brainsware.org>

>
> ----- "Brad Cagle" <brad.ca...@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:
> > r...@s12:~/httpd-2.2.14 # ldd httpd | grep ssl
> > libssl.so.0 => /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ć
>
> Tel: +43 (0) 699 122 96 338
> Fax: +43(0) 1 91 333 41
> Mail: i.ga...@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-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@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 knows

anything about themselves because their all worried about everybody else"
-Jack Johnson

Reply via email to