rpm -qa | grep expat<br>expat-1.95.8-11.el5_8<br>expat-1.95.8-11.el5_8<br>expat-devel-1.95.8-11.el5_8<br>expat-devel-1.95.8-11.el5_8<br><br><br>too usando o comando<br><br>./configure --with-ssl=/usr/bin/openssl<br><br><br>
<br>To tentando instalar o apache para rodas multiplos certificados com o mesmo ip. Ai no site diz para:<br><br><ul><li>Use OpenSSL 0.9.8f or later <span class="anchor" id="line-57"></span></li><li>Build
 OpenSSL with the TLS Extensions option enabled (option enable-tlsext; 
OpenSSL 0.9.8k and later has this enabled by default).</li></ul>Já consegui instal o openSSL com o TLS. to com problema em fazer o apache funcionar. <br><ul><li>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. <span class="anchor" id="line-59"></span></li><li>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&#39;ll get
 unresolved symbol errors at Apache startup if Apache was built with SNI
 but isn&#39;t finding the right openssl libraries at run-time.) </li></ul><p><a href="http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI">http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI</a><br></p><br>