Subject: Re: pkgsrc/mail/evolution 1.2.x -> 1.4.x upgrade time
To: None <tech-pkg@netbsd.org>
From: Martin J. Laubach <mjl+usenet-2003-05@emsi.priv.at>
List: tech-pkg
Date: 01/21/2004 20:34:53
| > errors when I try to open the options menu. All my gnome/gtk/libglade
| > packages are up to date. Is anyone else seeong this?
|
| > (evolution:25625): libglade-WARNING **: could not find widget creation
| > function
|
| This sounds like the same bug as
| http://bugzilla.gnome.org/show_bug.cgi?id=107626
|
| which would mean that NetBSD doesn't interpret RTLD_GLOBAL the same way
| Linux does. What evolution/glade want is that if it does
| g_module_open(NULL), then it should be able to resolve symbols not only
| in the main program and any shared libraries, but also in any other
| modules it has previously g_module_open()ed.
This might as well be the problem of gnucash, which shows similar
problems (callback funktions in loaded modules not found).
mjl