i want to enable SSL module along with apache but failed.
1)downloaded openssl-0.9.8k.tar and installed open ssl libararies at "/usr/local/ssl".
i)./configure --prefix=/tmp/balancer --enable-mods-shared=all --with-mpm=worker --disable-cgi --enable-ssl --with-ssl=/usr/local/ssl/ --enable-setenvif
_module
/usr/bin/ld: /usr/local/ssl/lib/libssl.a(s2_srvr.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/ssl/lib/libssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: *** [
mod_ssl.la] Error 1
make[4]: Leaving directory `/tmp/httpd-2.2.17/modules/ssl'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/tmp/httpd-2.2.17/modules/ssl'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/tmp/httpd-2.2.17/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/tmp/httpd-2.2.17'
make: *** [all-recursive] Error 1
---
:./configure --prefix=/opt/nsn/ccsf/applications/balancer --with-mpm=worker --disable-cgi --enable-ssl --with-ssl=/usr/local/ssl/ --enable-setenvif