From owner-freebsd-questions@FreeBSD.ORG Wed Apr 20 22:06:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F63216A4CE for ; Wed, 20 Apr 2005 22:06:57 +0000 (GMT) Received: from mail.aheyn.com (lifestylecomm.com [66.9.27.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC1543D55 for ; Wed, 20 Apr 2005 22:06:56 +0000 (GMT) (envelope-from aheyn@lifestylecomm.com) Received: from localhost (localhost [127.0.0.1]) by mail.aheyn.com (Postfix) with ESMTP id E18DB18151D for ; Wed, 20 Apr 2005 18:07:40 -0400 (EDT) Received: from mail.aheyn.com ([127.0.0.1]) by localhost (lifestylecomm.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93943-05 for ; Wed, 20 Apr 2005 18:07:38 -0400 (EDT) Received: from AREILLPC (ns.jmsent.com [66.9.27.146]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.aheyn.com (Postfix) with ESMTP id 14A2718151C for ; Wed, 20 Apr 2005 18:07:38 -0400 (EDT) From: "Andrew Heyn" To: Date: Wed, 20 Apr 2005 18:06:35 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: amavisd-new at lifestylecomm.com Subject: RE: Error: /usr/lib/crt1.o(.text+0x64): In function `_start': X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 22:06:57 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Alexander > Chamandy > Sent: Wednesday, April 20, 2005 10:37 AM > To: freebsd-stable@freebsd.org; freebsd-questions@freebsd.org > Subject: Error: /usr/lib/crt1.o(.text+0x64): In function `_start': > > > Has anyone seen these sorts of errors when compiling applications > (such as PHP or Apache2)? I can buildworld, kernels and most of the > ports.. but occasionally I run in to this error: > > /usr/lib/crt1.o(.text+0x64): In function `_start': > : undefined reference to `_init_tls' > > Here's the dmesg: > > Copyright (c) 1992-2005 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.4-STABLE #5: Wed Apr 6 08:31:13 EDT 2005 I'd say look at the lists pertaining to -STABLE... because -STABLE isnt necessarily what its name implies, so many you need to cvsup and build world/kernel again, and possibly all your other applications. Maybe your /usr/src/UPDATING covers this... It's important to read. You never said what you're doing when you get that error. Andrew H.