
LucianoAlexandre
(usa Ubuntu)
Enviado em 17/06/2013 - 09:55h
Olha pessoal bom dia,
Eu baixei o xampp para o ubuntu e estou tentando executar de acordo com os seguintes passos:
Download da versão mais recente do XAMPP.
sudo tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
O terminal vai pedir a sua senha. Coloque a respectiva senha para prosseguir.
O xampp vai ser instalado no diretório /opt. Para ver o conteúdo da pasta, clique no terminal e escreva:
cd /opt/lampp
ls
Para executar o XAMPP no Ubuntu, abra o terminal e escreva:
sudo /opt/lampp/lampp start
O terminal vai pedir a sua senha. Coloque a sua senha para prosseguir. Vai ver esta mensagem no terminal:
Starting XAMPP for Linux 1.8.1…
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…
XAMPP for Linux started.
Abra o seu browser e na barra do endereço escreva:
http://localhost/xampp/
Mais no momento em que eu executo o comando para inicializar o xammp:
sudo /opt/lampp/lampp start
Da o seguinte erro no Apache:
Starting XAMPP for Linux 1.8.1...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Error 1! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum
http://www.apachefriends.org/f/
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.
Alguém ai poderia me ajudar?