|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am installing mod_ssl as a dynamic mod on apache_1.3.17, (RSAREF enabled on openssl-0.9.6) - and this is what happens. 1) build rsaref-2.0 (ok) 2) openssl config rsaref (ok) 3) make openssl (ok) 4) configure mod_ssl with apache [--with-eapi-only] (ok) 5) configure apache (eapi rule - shared=max module=all) (ok) 6) Config modssl with apxs / rsa / openssl (ok) 7) make and install mod_ssl (ok) 8) Add libssl.so mod to apache and update conf file (ok) $ /usr/local/apache/sbin/apachectl testconfig >> Cannot load /usr/local/apache/libexec/libssl.so into server: /usr/local/apache/libexec/libssl.so: undefined symbol: ERR_load_RSAREF_string ------- I am absolutely clueless, and new to unix. -- My OS is linux, kernel is 2.2.12-32 any help would be much -much- appreciated. Thanks, -m. |
|
#2
|
|||
|
|||
|
Just to update:
I tried again and followed the exact directions on : URL I get the same error message as before. However, this time : apachectl start does work, however, startssl gives the error : >> Cannot load /usr/local/apache/libexec/libssl.so into server: /usr/local/apache/libexec/libssl.so: undefined symbol: ERR_load_RSAREF_string ----------- please... any thoughts at all on this error message?. Thank you. |
|
#3
|
|||
|
|||
|
Hi,
Just wanted to update those interested that I managed to fix the problem. mod_ssl's Makefile did not include some extensions infront of SSL_LIB. -lRSAglue -L/pathto/rsaref-2.0/local/ -lrsaref After I put those in and remade libssl.so, Apache had no problems bringing up the generated certificate and running with the rsa linked files. I hope this helps someone -largo. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > (newbie) apache - libssl.so error - openssl / modssl issues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|