Hola! Constructora Pando wrote: > estoy tratando de configurar PHP5 - Apache - Mysql (servidor LAMP le llaman) > > Al hacer 'http://localhost/phmyadmin/' en el navegador, este no sabe > que hacer con el y ofrece bajar el archivo 'PHTML' > > esto se resuelve instalando: > #apt-get install libapache-mod-php5 >
Ese modulo es para Apache 1. Necesitás esa version del servidor web por algo en especial? > Pero me da el siguiente error dependencias y/o paquetes rotos: > "...Los siguientes paquetes tienen dependencias incumplidas: > libapache-mod-php5: Depende: php5-common (= 5.2.0-10+lenny1) pero > 5.2.3-1+b1 va a ser instalado > E: Paquetes rotos..." Ese error es típico de cuando no hacés: apt-get update Ya que estás usando los repositorios "testing", las versiones y las dependencias cambian muy frecuentemente. Si no tenés ningun requerimiento especial, haciendo: apt-get update apt-get install libapache2-mod-php5 Debería salir andando sin problemas. Saludos, Alejo. > > y este es mi source-list > ------------------------------------- mi source list -------------------- > ###### etch > deb ftp://ftp.es.debian.org/debian/ etch main non-free contrib > deb-src ftp://ftp.es.debian.org/debian/ etch main non-free contrib > deb http://security.debian.org/ etch/updates main non-free contrib > ###### lenny > deb ftp://ftp.es.debian.org/debian/ lenny main non-free contrib > deb-src ftp://ftp.es.debian.org/debian/ lenny main non-free contrib > deb http://security.debian.org/ lenny/updates main non-free contrib > ############################# > deb http://www.debian-multimedia.org stable main > deb http://www.debian-multimedia.org testing main > deb http://www.debian-multimedia.org sid main > deb http://www.debian-multimedia.org experimental main > deb-src http://www.debian-multimedia.org sid main > #### para cinelerra ############ > deb http://garbure.org/debian/ ./ > deb-src http://garbure.org/debian/ ./ > ######## otro para cinelerra > deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./ > ####wxwidgets ######### > deb http://apt.tt-solutions.com/debian/ etch main > ###### > #wine > deb http://wine.sourceforge.net/apt/ binary/ > > #backports (ir a la web para instalar 'especialmente' paquetes) > deb http://www.backports.org/debian etch-backports main contrib non-free > -------------------------- fin > ------------------------------------------------------- > > -- > AlePando > http://panduro.blogspot.com > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]