rpm -qa | grep expat expat-1.95.8-11.el5_8 expat-1.95.8-11.el5_8 expat-devel-1.95.8-11.el5_8 expat-devel-1.95.8-11.el5_8
too usando o comando
./configure --with-ssl=/usr/bin/openssl
To tentando instalar o apache para rodas multiplos certificados com o mesmo ip. Ai no site diz para:
- Use OpenSSL 0.9.8f or later - Build OpenSSL with the TLS Extensions option enabled (option enable-tlsext; OpenSSL 0.9.8k and later has this enabled by default).
Já consegui instal o openSSL com o TLS. to com problema em fazer o apache funcionar.
- Apache must have been built with that OpenSSL (./configure --with-ssl=/path/to/your/openssl). In that case, mod_ssl will automatically detect the availability of the TLS extensions and support SNI. - Apache must use that OpenSSL at run-time, which might require setting LD_LIBRARY_PATH or equivalent to point to that OpenSSL, maybe in bin/envvars. (You'll get unresolved symbol errors at Apache startup if Apache was built with SNI but isn't finding the right openssl libraries at run-time.)