From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: William Croft Cc: insight@sources.redhat.com Subject: Re: JNI debugging, "error while loading shared libraries" Date: Fri, 24 Aug 2001 23:36:00 -0000 Message-id: <87snegfwc0.fsf@creche.redhat.com> References: <3B87129E.5020801@mitem.com> X-SW-Source: 2001-q3/msg00200.html >>>>> "William" == William Croft writes: William> Do you have any ideas or workarounds? I put a "sh -x" on the William> java wrapper and it IS setting up LD_LIBRARY_PATH correctly. William> Otherwise it wouldnt work in the case without insight. I William> even tried manually adding the java libdirs to William> /etc/ld.so.conf, that didnt work either. Try `set env LD_LIBRARY_PATH ...' from the console before running the inferior. William> BTW, I get the same failure from insight in "-nw" no windows William> mode. Sounds like a generic gdb bug, probably unconnected to Insight. Perhaps the gdb list would be a better choice. Tom