Subject: Re: dlopen broken?
To: None <tech-pkg@netbsd.org>
From: Johnny Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 02/01/2005 10:30:55
Rui-Xiang Guo wrote:
> I found inputmethod/xcin was broken in -current again. It worked for me before
> my system upgrading this week. I tried to trace the sources and found this line
> cause the core dump -
> [...]
> #ifdef HAVE_DLOPEN
> if((ld = dlopen(ldfn, RTLD_LAZY)) != NULL)
> #else
> [...]
>
> It seems there are some changes in dynamic link interface recently.
> How to fix it?
>
> It's a 2.99.15/i386 box.
This should probably be reported to current-users@ instead of the
package mailing list. This sounds like a problem with running the
experimental branch of NetBSD and not with pkgsrc.
Cheers,
-- Johnny Lam <jlam@NetBSD.org>