Hi,

On Thu, 2006-03-16 at 21:16 +0100, Jøris Vuffray wrote:
> I'm getting this error after beagled start:
> 
> Unhandled Exception: System.DllNotFoundException: libbeagleglue
> in (wrapper managed-to-native)
> Beagle.Util.ExceptionHandlingThread:wrap_gettid ()
> in [0x0000b]
> (at 
> /var/tmp/portage/beagle-0.2.2.1/work/beagle-0.2.2.1/Util/ExceptionHandlingThread.cs:53)
>  Beagle.Util.ExceptionHandlingThread:ThreadStarted ()
> in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()

Try running beagled with MONO_LOG_LEVEL=debug MONO_LOG_MASK=dll and see
what errors you get.  If the problem is that it can't find
libbeagleglue.so at all, then you need to add the path to
LD_LIBRARY_PATH or /etc/ld.so.conf.  If the problem is that it can't
find the wrap_gettid() function, then you probably forgot to run "make
install" after a recent build.

Joe

_______________________________________________
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers

Reply via email to