Re: [bugle-users] file not found
Status: Inactive
Brought to you by:
bmerry
|
From: Bruce M. <bm...@gm...> - 2009-12-12 16:23:12
|
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/ |