miércoles, 7 de septiembre de 2016

Instalar Xampp Linux

Como instalar XAMPP

vamos al siguiente enlace de la página oficial de xampp:

descargamos la versión para linux

luego nos ubicamos con nuestra terminal en Download
cd Download
chmod 755 xampp-linux-x64-5.6.24-0-installer.run
sudo ./xampp-linux-x64-5.6.24-0-installer.run

luego se nos abre el asistente de xampp y damos siguiente siguiente hasta terminar la instalación.

ejecutamos el siguiente comando para inicializar xampp

sudo /opt/lampp/lampp start
sudo: unable to resolve host carlos
Starting XAMPP for Linux 5.6.24-0...
XAMPP: Starting Apache...fail.
httpd: Syntax error on line 136 of /opt/lampp/etc/httpd.conf: Cannot load modules/mod_ssl.so into server: /opt/lampp/modules/mod_ssl.so: cannot open shared object file: No such file or directory
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...fail.
Contents of "/opt/lampp/var/proftpd/start.err":
carlos proftpd[9796]: warning: unable to determine IP address of 'carlos'
carlos proftpd[9796]: error: no valid servers configured
carlos proftpd[9796]: Fatal: error processing configuration file '/opt/lampp/etc/proftpd.conf'

solución error
vamos a la carpeta /opt/lampp/etc/  y abrimos el documento httpd.conf
vamos a la línea 136 y comentamos #LoadModule ssl_module modules/mod_ssl.so

guardamos y volvemos a ejecutar
sudo /opt/lampp/lampp start
xampp_start.png


abrimos nuestro browser favorito y copiamos localhost
home_page_xampp.png

stop xampp

sudo /opt/lampp/lampp stop



Related Posts:

  • Back to the Future -- Back in time Huey Lewis Tell me, doctor, where are we going this timeIs this the 50's, or 1999All I wanted to do - was play my guitar and singSo take me away, I don't mindBut you'd better promise me, I'll be back in timeGotta get back in timeDon'… Read More
  • GRAFOS - GRAPH K-MEANS GRAFOS = (V, E) siendo V = Vértices, E = Edges, Aristas. TIPOS DE GRAFOS GRAFO TRIVIAL GRAFO SIMPLE GRAFO PONDERADO GRAFO DIRIGIDO GRAFO MULTIGRAFO GRAFO COMPLETO GRAF… Read More
  • What is machine learning ? What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that gives computers the ability to learn without being explicitly programmed." This is an old… Read More
  • Installing Octave on GNU/Linux / Instalar Octave GNU/Linux Installing Octave on GNU/Linux / Instalación Octave GNU/Linux sudo apt-get update && sudo apt-get install octave On Fedor / En Fedora  sudo yum install octave-forge Open terminal / Abrir terminal (Ctrl … Read More
  • Arduino [buttons led / boton led ] 02Arduino [buttons led / boton led ] 02 circuito usando fritzing //variable estado int estado = 0; void setup() {   // put your setup code here, to run once:   pinMode(8, INPUT); // pin 8 de entrada input  … Read More

0 comentarios:

Publicar un comentario