Comments on: Instalando LAMPP(Linux + Apache + MySQL + PHP + Perl). Mais facil impossivel! http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/ Compartilhe, ajude e cresça Wed, 20 Jul 2011 23:54:06 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: Johnny http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-16612 Johnny Fri, 29 Oct 2010 14:56:40 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-16612 Cara muito obrigado ótimo tutorial Eu estava com um problema ao instalar algo com yum mas graças a voce conssegui finalmente instalar apache, mysql, e php Cara muito obrigado ótimo tutorial
Eu estava com um problema ao instalar algo com yum mas graças a voce conssegui finalmente instalar apache, mysql, e php

]]>
By: Lucas http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-16381 Lucas Fri, 24 Sep 2010 23:37:35 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-16381 Marcelo funciona mesmo. Eu fiz no Debian. Muito obrigado. Marcelo funciona mesmo.
Eu fiz no Debian.

Muito obrigado.

]]>
By: Everaldo B. Cunha http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-16121 Everaldo B. Cunha Tue, 17 Aug 2010 14:16:34 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-16121 Amigo, fiz tudo certinho, mas sou novato na operação em PHP, MySQL etc ... veja o erro que deu no meu BigLinux 4.2 (Baseado no KUbuntu 8.04): everaldo@vintem:~/Sistemas/PHP$ sudo /opt/lampp/lampp start /opt/lampp/lampp: line 74: arch: comando não encontrado Starting XAMPP for Linux 1.6.4... /opt/lampp/lampp: line 74: arch: comando não encontrado /opt/lampp/lampp: line 74: arch: comando não encontrado XAMPP: Starting Apache with SSL (and PHP5)... /opt/lampp/lampp: line 74: arch: comando não encontrado XAMPP: Starting MySQL... /opt/lampp/lampp: line 74: arch: comando não encontrado XAMPP: Starting ProFTPD... XAMPP for Linux started. ------------------------------------------------------ Como posso resolver o problema???? Ah, o tutorial está ótimo, pena não ter dado muito certo comigo, valeu!!! Amigo, fiz tudo certinho, mas sou novato na operação em PHP, MySQL etc ... veja o erro que deu no meu BigLinux 4.2 (Baseado no KUbuntu 8.04):

everaldo@vintem:~/Sistemas/PHP$ sudo /opt/lampp/lampp start
/opt/lampp/lampp: line 74: arch: comando não encontrado
Starting XAMPP for Linux 1.6.4...
/opt/lampp/lampp: line 74: arch: comando não encontrado
/opt/lampp/lampp: line 74: arch: comando não encontrado
XAMPP: Starting Apache with SSL (and PHP5)...
/opt/lampp/lampp: line 74: arch: comando não encontrado
XAMPP: Starting MySQL...
/opt/lampp/lampp: line 74: arch: comando não encontrado
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

------------------------------------------------------
Como posso resolver o problema???? Ah, o tutorial está ótimo, pena não ter dado muito certo comigo, valeu!!!

]]>
By: Marcelo http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-15948 Marcelo Fri, 09 Jul 2010 17:09:01 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-15948 O erro do apache vocês poderam resolver da seguinte forma, "no meu caso foi assim", no terminal, digite como root #ps -A ; depois navegue para sima ou para baixo visualizando os processos, usando "Shift + Page Up ou Shift + Page Down", algum processo do apache ou mysql estará rodando, finalize-o usando o comando #Kill 0000, ou seja kill + o numero do processo, tente novamente startar o lampp, se não der você deverá retirar ("ao menos que não necessite desse processo") o seridor apache instalado e o mysqld, usando os comandos: # whereis apache -> Este comando servirá para localizar o arquivo onde está instalado. Depois disso ele mostrará o local ou os locais, remova todos usando o comando; #rm -R (......) -> o espaço será o local onde está instalado. Faça isso com todos instalados(apache, mysql, php, todos estes). Depois de feito tudo isso, verifique se não restou algum "vestígio" de arquivo instalado. Ah!! Remova os lampp tambem, de acordo com o tutorial citado, confira e instale o lampp novamente de acordo com o tutorial divulgado. Acredito que depois desse procedimento vai funcionar. OBS: Uso Ubuntu 10.04. Valeu!! LINUX FOREVER!!! O erro do apache vocês poderam resolver da seguinte forma, "no meu caso foi assim", no terminal, digite como root #ps -A ; depois navegue para sima ou para baixo visualizando os processos, usando "Shift + Page Up ou Shift + Page Down", algum processo do apache ou mysql estará rodando, finalize-o usando o comando #Kill 0000,
ou seja kill + o numero do processo, tente novamente startar o lampp, se não der você deverá retirar ("ao menos que não necessite desse processo") o seridor apache instalado e o mysqld, usando os comandos:

# whereis apache -> Este comando servirá para localizar o arquivo onde está instalado. Depois disso ele mostrará o local ou os locais, remova todos usando o comando;

#rm -R (......) -> o espaço será o local onde está instalado.
Faça isso com todos instalados(apache, mysql, php, todos estes).

Depois de feito tudo isso, verifique se não restou algum "vestígio" de arquivo instalado.
Ah!! Remova os lampp tambem, de acordo com o tutorial citado, confira e instale o lampp novamente de acordo com o tutorial divulgado.

Acredito que depois desse procedimento vai funcionar.

OBS: Uso Ubuntu 10.04.

Valeu!!

LINUX FOREVER!!!

]]>
By: José Antônio Nunes de Morais http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-15689 José Antônio Nunes de Morais Tue, 25 May 2010 15:39:38 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-15689 # /opt/lampp# ./lampp start Starting XAMPP for Linux 1.7.3... 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: Starting ProFTPD... XAMPP for Linux started. Alguém sabe como resolver. Ah, eu estou utilizando o Ubuntu 8.04, e quando eu dou o localhost Welcome to Your New Home in Cyberspace This is a placeholder page installed by the Debian release of the Roxen Web server package, because no home page was installed on this host. You may want to replace this as soon as possible with your own web pages, of course.... This computer has installed the Debian GNU/Linux operating system but has nothing to do with the Debian GNU/Linux project. If you want to report something about this host's behavour or domain, please contact the ISPs involved directly, notthe Debian Project. See the Network Abuse Clearinghouse for how to do this. Alguém sabe como desinstala isto. # /opt/lampp# ./lampp start
Starting XAMPP for Linux 1.7.3...
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: Starting ProFTPD...
XAMPP for Linux started.

Alguém sabe como resolver.

Ah, eu estou utilizando o Ubuntu 8.04, e quando eu dou o localhost
Welcome to Your New Home in Cyberspace

This is a placeholder page installed by the Debian release of the Roxen Web server package, because no home page was installed on this host. You may want to replace this as soon as possible with your own web pages, of course....

This computer has installed the Debian GNU/Linux operating system but has nothing to do with the Debian GNU/Linux project. If you want to report something about this host's behavour or domain, please contact the ISPs involved directly, notthe Debian Project.

See the Network Abuse Clearinghouse for how to do this.

Alguém sabe como desinstala isto.

]]>
By: felp http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-15367 felp Wed, 17 Feb 2010 21:33:25 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-15367 em qual pasta eu tenho que salvar o download para dar certo? em qual pasta eu tenho que salvar o download para dar certo?

]]>
By: Bia http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-14987 Bia Mon, 19 Oct 2009 19:46:03 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-14987 Jackson, como conseguiu resolver o erro do MYSQL? Estou com o mesmo problema que tu.. "/ Se alguém souber de algo.. fico grata! O Mysql não funciona de maneira nenhuma.. =/ Jackson, como conseguiu resolver o erro do MYSQL?
Estou com o mesmo problema que tu.. "/
Se alguém souber de algo.. fico grata!
O Mysql não funciona de maneira nenhuma.. =/

]]>
By: mta http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-14980 mta Sat, 17 Oct 2009 17:43:27 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-14980 antes de mais nada ele ta no / opt ok antes de mais nada ele ta no / opt ok

]]>
By: mta http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-14976 mta Sat, 17 Oct 2009 01:15:48 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-14976 e ae felipe e nesse caso aqui o que deu errado, ja tinha tudo funcionando na pasta www, phpmyadmin etc, dae resolvi usar o xampp então, coloquei ele aqui e deu esse erro ae, não starta o apache e o masql..., o que devo fazer nesse caso e ae felipe e nesse caso aqui o que deu errado, ja tinha tudo funcionando na pasta www, phpmyadmin etc, dae resolvi usar o xampp então, coloquei ele aqui e deu esse erro ae, não starta o apache e o masql..., o que devo fazer nesse caso

]]>
By: mta http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/comment-page-2/#comment-14975 mta Sat, 17 Oct 2009 01:12:03 +0000 http://felipetonello.com/blog/2006/08/11/instalando-lampplinux-apache-mysql-php-perl-mais-facil-impossivel/#comment-14975 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/ /opt/lampp/bin/mysql.server: 84: source: not found XAMPP: Starting MySQL... XAMPP: Starting ProFTPD... XAMPP for Linux started. 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/
/opt/lampp/bin/mysql.server: 84: source: not found
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

]]>