Re: [bugle-users] file not found
Status: Inactive
Brought to you by:
bmerry
|
From: declic c. <dec...@gm...> - 2009-12-12 19:38:35
|
Hi Bruce, After some debugging, I found that Bugle search for libGL.so and can't find it. I have this file in : /usr/lib64/ and /usr/lib/ The search for this file is done in the file ltdl.c in the function try_dlopen. I'm a bit surprised libGL.so isn't found. Maybe I have to add /usr/lib64/ and /usr/lib/ to the PATH ? I will debug a little more tomorow. Regards -- Christophe Loustaunau 2009/12/12 Bruce Merry <bm...@gm...> > 2009/12/12 declic creation <dec...@gm...>: > > Hi, > > > > I'm trying to use Bugle on OpenSuse but with no success at this time. > > > > I have tried these two command line : > > > > LD_PRELOAD=/usr/local/lib/libbugle.so BUGLE_CHAIN=showfps glxgears > > > > BUGLE_FILTER_DIR=/usr/local/lib/bugle > BUGLE_FILTERS=/home/clo/.bugle/filters > > BUGLE_CHAIN=showfps LD_PRELOAD=libbugle.so glxgears > > > > When i try this I have the output : file not found. > > But I don't know what find Bugle can't find ? > > Hmm, I don't know either. Grepping the code for 'file not found' turns > up only one instance, in the libltdl code, although it might be coming > from strerror. > > I'm afraid I don't have a good answer, since I can't reproduce the > issue. Your best bet might be to step through (or sprinkle printf's > into) the bugle startup code in src/interceptor.c and see how far it > gets. > > Regards > Bruce > -- > Dr Bruce Merry > bmerry <@> gmail <.> com > http://www.brucemerry.org.za/ > http://blog.brucemerry.org.za/ > |