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ć
>
> - "Brad Cagle" wrote:
>
> > upgrading from
- "Brad Cagle" 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 =>
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)
Im building