On Mon, May 15, 2006 at 06:17:32PM -0400, The Anarcat wrote:
> I didn't think about doing a strace first time round, but here's
> something.. everything looks fine until:
> 
> $ strace -o f gnucash
> ...
> brk(0x82a0000)                          = 0x82a0000
> open("/usr/lib/X11/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such
> file or directory)
> open("/usr/lib/X11/locale/locale.dir", O_RDONLY) = -1 ENOENT (No such
> file or directory)
<snip>
> Might it be that there is a .dir or .alias file missing, so it falls
> back on xomGeneric.so.2 (whatever that is..)?

Interesting, I may have mis-diagnosed. Could you link
/usr/share/X11/locale/locale.dir to /usr/lib/X11/locale/locale.dir? And do
the same for locale.alias? If that fixes your problem, at least then we've
narrowed the scope. If that's the problem then we need to find out what
library is actually trying to open those files, so we can patch it.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to