From owner-freebsd-current@FreeBSD.ORG Thu May 22 05:55:32 2003 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 F2F3537B401 for ; Thu, 22 May 2003 05:55:31 -0700 (PDT) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCE843FA3 for ; Thu, 22 May 2003 05:55:31 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1])h4MCuLmW087788; Thu, 22 May 2003 08:56:22 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)h4MCuJUg087787; Thu, 22 May 2003 08:56:19 -0400 (EDT) Date: Thu, 22 May 2003 08:56:19 -0400 From: Craig Rodrigues To: David Leimbach Message-ID: <20030522125619.GA87747@attbi.com> References: <200305221053.48363.a.carter@intrasoft.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: freebsd-current@freebsd.org Subject: Re: Undefined symbol "getpwuid_r" 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: Thu, 22 May 2003 12:55:32 -0000 On Thu, May 22, 2003 at 07:07:24AM -0500, David Leimbach wrote: > Have you recompiled the ymessenger code? It sounds as if ymessenger is a binary port, so you cannot recompile it. >However, whenever I launch ymessenger now I get: > >/usr/libexec/ld-elf.so.1: /usr/local/lib/libglib12.so.3: Undefined >symbol >"getpwuid_r" pkg_info -W /usr/local/lib/libglib.12.so.3 /usr/local/lib/libglib12.so.3 was installed by package glib-1.2.10_8 I recommend the following: - try recompiling the glib-1.2.10_8 (or newer) port If that doesn't work, try the following: Set the following environment variable before starting ymessenger: LD_PRELOAD=/usr/lib/libc.so.5 export LD_PRELOAD Tracking these problems down is a pain. :( -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com