From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.knology.net ([24.214.63.101]) by speech.braille.uwo.ca with smtp (Exim 3.36 #1 (Debian)) id 1DNVKv-000727-00 for ; Mon, 18 Apr 2005 08:26:45 -0400 Received: (qmail 22493 invoked by uid 0); 18 Apr 2005 12:26:42 -0000 Received: from user-24-236-69-150.knology.net (HELO localhost) (24.236.69.150) by smtp8.knology.net with SMTP; 18 Apr 2005 12:26:42 -0000 Received: from kenny by localhost with local (Exim 4.50) id 1DNVLT-0002Ps-21 for speakup@braille.uwo.ca; Mon, 18 Apr 2005 07:27:19 -0500 Date: Mon, 18 Apr 2005 07:27:18 -0500 To: "Speakup is a screen review system for Linux." Message-ID: <20050418122718.GA8794@blackbox> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <20050417232228.GA13281@taylor.homelinux.net> <20050418052753.GA16013@blackbox> <20050418114838.GB6430@blackbox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: Kenny Hitt Subject: Re: audio players X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 12:26:45 -0000 hi. In cases like this, you want to use apt-cache to see what version of libpng-dev is available. apt-cache search libpng-dev I'm running unstable, so the following line will probably be different for you. libpng12-dev - PNG library - development Usually, addibional sources won't help since they are mirrors. The only time you want to add entries is if you want to get packages not in the Debian archive. Hope this helps. Kenny On Mon, Apr 18, 2005 at 08:14:41AM -0400, Charles Hallenbeck wrote: > Okay, I got farther. With debhelper installed, the configuration > proceeds until it needs png support, then dies and asks me to install > libpng and libpng_dev, but apt-get cannot find libpng, even after doing > an update. > > Question: Should I have multiple entries in my source.list? Or are they > mostly mirrors? At present I have mirrors.kernel.org, ftp.us.debian.org, > and http://linux.csua.berkeley.edu/debian/. > > Would it help to add other sources?