Subject: dlopen broken?
To: None <tech-pkg@netbsd.org>
From: Rui-Xiang Guo <rxg@myrealbox.com>
List: tech-pkg
Date: 02/01/2005 23:03:30
Hi, all.
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.