Re: [us...@httpd] disable linking with libssl

2010-02-25 Thread Brad Cagle
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

Re: [us...@httpd] disable linking with libssl

2010-02-25 Thread Igor Galić
- "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 =>

[us...@httpd] disable linking with libssl

2010-02-24 Thread Brad Cagle
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