GNOME Bugzilla – Bug 308117
mono plugin fails to load
Last modified: 2013-09-13 00:50:20 UTC
Version details: 2.3.3.1 Distribution/Version: Yellow Dog Linux 4.0.1 The mono plugin fails to load, complaining that mono_runtime_invoke() is undefined. It appears that liborg-gnome-evolution-mono.so file was *not* linked against the mono libraries. I edited the Makefile and set LDFLAGS equal the output from pkg-config --libs mono which on my system is [ignore any line wrap]: -Wl,--export-dynamic -pthread -L/opt/garnome/lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 That made the problem "go away".
Created attachment 50969 [details] [review] does this fix it? can you apply this patch and see if it fixes it?
The patch works with evo-2.3.7. Thank you, Michael. -Joseph
thanks, in cvs now