Bom dia
Estou tentanto compilar o apache, porém quando vou testa aparece o seguinte erro:
/etc/httpd//bin/httpd: error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory
Rodei o comando para instalar *yum install expat, *porém mesmo assim continua aparecendo o problema.
Alguem tem alguma ideia do que fazer?
Tenta
yum install expat-devel
Em 28 de setembro de 2012 14:09, Marcos S marcos.mailing@gmail.com escreveu:
Bom dia
Estou tentanto compilar o apache, porém quando vou testa aparece o seguinte erro:
/etc/httpd//bin/httpd: error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory
Rodei o comando para instalar yum install expat, porém mesmo assim continua aparecendo o problema.
Alguem tem alguma ideia do que fazer?
CentOS-pt-br mailing list CentOS-pt-br@centos.org http://lists.centos.org/mailman/listinfo/centos-pt-br
Boa tarde graco obrigado pela atenção, instalei o pacote informado agora me retorna o seguinte erro:
/etc/httpd//bin/httpd: error while loading shared libraries: libexpat.so.1: wrong ELF class: ELFCLASS32
Quais pacotes expat você tem instalado ae? rpm -qa | grep expat
Qual comando você ta usando para compilar o apache?
Tenta instalar o compat-expat.
Abraço
2012/9/28 Marcos S marcos.mailing@gmail.com:
Boa tarde graco obrigado pela atenção, instalei o pacote informado agora me retorna o seguinte erro:
/etc/httpd//bin/httpd: error while loading shared libraries: libexpat.so.1: wrong ELF class: ELFCLASS32
CentOS-pt-br mailing list CentOS-pt-br@centos.org http://lists.centos.org/mailman/listinfo/centos-pt-br
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.)
discuss-pt-br@lists.centos.org