From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mail11.speakeasy.net ([216.254.0.211]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15qMxM-0002lZ-00 for gentoo-dev@cvs.gentoo.org; Sun, 07 Oct 2001 17:03:36 -0600 Received: (qmail 76554 invoked from network); 7 Oct 2001 23:04:17 -0000 Received: from unknown (HELO yde.flatmonk.org) ([66.92.103.162]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Oct 2001 23:04:17 -0000 Received: from agriffis by yde.flatmonk.org with local (Exim 3.33 #1 (Debian)) id 15qMxz-00058z-00 for ; Sun, 07 Oct 2001 18:04:15 -0500 From: Aron Griffis To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers) Message-ID: <20011007180415.A20363@yde.flatmonk.org> Mail-Followup-To: gentoo-dev@cvs.gentoo.org References: <20011007005646.E417@cornell.edu> <20011006235152.J6132@cvs.gentoo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011006235152.J6132@cvs.gentoo.org> User-Agent: Mutt/1.3.22.1i X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Oct 7 17:04:01 2001 X-Original-Date: Sun, 7 Oct 2001 18:04:15 -0500 X-Archives-Salt: 1fce7b75-3ece-49a3-8c95-e24cd1365dc5 X-Archives-Hash: fd60144736d232e4b2da05546d23d821 Daniel Robbins wrote: [Sun Oct 07 2001, 12:51:52AM EST] > Try setting up the lo interface and making sure that "localhost" has > an entry in /etc/hosts. That should solve it, I think. Let me know > if it does (or doesn't) so I can update the install docs. I was going to mention this, but it got lost in my list of things-to-mention. Setting up the lo interface and adding localhost to /etc/hosts did the trick for me. I think this should be added as a standard step in the install docs. Aron