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 mail6.speakeasy.net ([216.254.0.206]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15qZcU-00019k-00 for gentoo-dev@cvs.gentoo.org; Mon, 08 Oct 2001 06:34:54 -0600 Received: (qmail 55381 invoked from network); 8 Oct 2001 12:35:33 -0000 Received: from unknown (HELO yde.flatmonk.org) ([66.92.103.162]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Oct 2001 12:35:33 -0000 Received: from agriffis by yde.flatmonk.org with local (Exim 3.33 #1 (Debian)) id 15qZd4-0004rL-00 for ; Mon, 08 Oct 2001 07:35:30 -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: <20011008073530.B30789@yde.flatmonk.org> Mail-Followup-To: gentoo-dev@cvs.gentoo.org References: <20011007005646.E417@cornell.edu> <20011006235152.J6132@cvs.gentoo.org> <3BC0E956.7000006@acm.org> <20011007200126.A23149@yde.flatmonk.org> <003f01c14fd9$99a96e80$6500000a@netlabs.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003f01c14fd9$99a96e80$6500000a@netlabs.local> 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: Mon Oct 8 06:35:02 2001 X-Original-Date: Mon, 8 Oct 2001 07:35:30 -0500 X-Archives-Salt: e99c3b0b-7d2b-433d-b91c-d8753e712824 X-Archives-Hash: 71156c03d6b788abd4ffd21297575a80 Holger Brueckner wrote: [Mon Oct 08 2001, 04:14:13AM EST] > > Chad Huneycutt wrote: [Sun Oct 07 2001, 06:46:30PM EST] > > > I have the entry > > > 127.0.0.1 localhost localhost.localdomain > > > > > > in my /etc/hosts files, and a 'ping localhost' fails. I am pretty sure > > > that syntax is correct. Anyone see the problem. > > > > Do you have the lo interface up? I think all you need to do is > > > > ifconfig lo up > > maybe your .localdomain is your problem ... do you have a nameserver > for localdomain ?!? and it is not common to define localhost.localdomain. This shouldn't matter in this case since localhost.localdomain is only being defined as an alias for localhost. Aron