From owner-freebsd-current@FreeBSD.ORG Sun Apr 11 20:12:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F84A16A4CE for ; Sun, 11 Apr 2004 20:12:19 -0700 (PDT) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A25843D3F for ; Sun, 11 Apr 2004 20:12:16 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost.girgensohn.se (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (8.12.10/8.12.10) with ESMTP id i3C3CE5j028232; Mon, 12 Apr 2004 05:12:14 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Mon, 12 Apr 2004 05:12:14 +0200 From: Palle Girgensohn To: current@freebsd.org Message-ID: <7860000.1081739534@palle.girgensohn.se> X-Mailer: Mulberry/3.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: backing to 5.2.1, problem with threading and "cxa_atexit" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 03:12:19 -0000 Hi, I though I would back my system to RELENG_5.2, as I more or less acidentally installed a current :-)= (Clever, he? :^) So, now many apps fail since the symbol "__cxa_atexit" cannot be found. I recon it is in libpthread in current, but wasn't there at 5.2.1, right? Question is, do I have to rebuild all apps (or go back to current), or can I do some libmap.conf magic? Just checking with nm -D in /usr/lib, I cannot find the symbol defined anywhere for 5.2.1? Thanks, Palle