Hey there I have a fresh install of Debian Etch running. Everything is working, but pear install. I have this in /etc/apt/sources.list deb http://mirrors.kernel.org/debian/ etch main contrib non-free deb-src http://mirrors.kernel.org/debian/ etch main deb http://security.debian.org/ etch/updates main contrib deb-src http://security.debian.org/ etch/updates main contrib deb http://mirrors.kernel.org/debian/ unstable main contrib non-free deb-src http://mirrors.kernel.org/debian/ unstable main deb http://mirrors.kernel.org/debian/ testing main contrib non-free deb-src http://mirrors.kernel.org/debian/ testing main deb http://volatile.debian.net/debian-volatile etch/volatile main
When I run pear install Log I get this: pear install --alldeps Log Could not download from "http://pear.php.net/get/Log-1.10.1.tgz", cannot download "pear/Log" Error: cannot download "pear/Log" Could not download from "http://pear.php.net/get/DB-1.7.13.tgz", cannot download "pear/DB" Error: cannot download "pear/DB" And it just keeps spitting out more or less the same. Anyone have a clue what I should do about it? /Brian