Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2003 08:56:19 -0400
From:      Craig Rodrigues <rodrigc@attbi.com>
To:        David Leimbach <leimy2k@mac.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Undefined symbol "getpwuid_r"
Message-ID:  <20030522125619.GA87747@attbi.com>
In-Reply-To: <F2AA333E-8C4D-11D7-A361-0003937E39E0@mac.com>
References:  <200305221053.48363.a.carter@intrasoft.lu> <F2AA333E-8C4D-11D7-A361-0003937E39E0@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030522125619.GA87747>