miércoles, 30 de agosto de 2017

Xampp error con librería libdl.so.2 en el arranque

Error al arrancar xampp:

[root@SERPIS ~]# /opt/lampp/lampp start
cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
Starting XAMPP for Linux ...
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
XAMPP for Linux started.

solución:

Editar el archivo /opt/lampp/lampp y en la línea 50 sustituir
if egrep "Fedora" /etc/redhat-release > /dev/null
por
if egrep "CentOS" /etc/redhat-release > /dev/null


Fuente:
https://www.google.es/amp/s/viewsby.wordpress.com/2013/02/01/lampp-error-while-loading-shared-libraries-libc-so-6-xampp-centos/amp/

No hay comentarios:

Publicar un comentario