hi there
I installed the "beagle" with:
Code:
"yum install beagle-devel.x86_64 beagle-evolution.x86_64 beagle-firefox.x86_64
beagle-gnome.x86_64 beagle-thunderbird.x86_64 kerry.x86_64 libbeagle.x86_64
libbeagle-devel.x86_64 libbeagle-python.x86_64 xesam-glib.x86_64"
so it's installed:
Code:
"beagle.x86_64 0:0.3.9-15.fc12 evolution-sharp.x86_64 0:0.21.1-5.fc12
gmime-sharp.x86_64 0:2.4.11-1.fc12 gnome-sharp.x86_64 0:2.24.0-7.fc12
gsf-sharp.x86_64 0:0.8.1-12.fc12 gtk-sharp2.x86_64 0:2.12.9-1.fc12
mono-data.x86_64 0:2.4.3.1-1.fc12 mono-data-sqlite.x86_64 0:2.4.3.1-1.fc12
mono-web.x86_64 0:2.4.3.1-1.fc12 mono-winforms.x86_64 0:2.4.3.1-1.fc12
monodoc.x86_64 0:2.4.3.1-1.fc12 ndesk-dbus.x86_64 0:0.6.1a-8.fc12
ndesk-dbus-glib.x86_64 0:0.4.1-8.fc12 taglib-sharp.x86_64 0:2.0.3.2-5.fc12
thunderbird.x86_64 0:3.0.1-1.fc12"
so when i wanna run beagle by "beagled" in command line, I'll receive this error

:
Code:
** (/usr/lib64/beagle/BeagleDaemon.exe:6751): WARNING **: The following
assembly referenced from /usr/lib64/beagle/BeagleDaemon.exe could not be
loaded:
Assembly: glib-sharp (assemblyref_index=6)
Version: 2.12.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/usr/lib64/beagle/).
** (/usr/lib64/beagle/BeagleDaemon.exe:6751): WARNING **: Could not load file
or assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
Unhandled Exception: System.TypeLoadException: Could not load type
'Beagle.Daemon.BeagleDaemon' from assembly 'BeagleDaemon, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null'.
Beagle Daemon exited with errors. See ~/.beagle/Log/current-Beagle for more
details.
---------------------
so i have the same problem with f-spot. when i run it in command line it's
result is:
Code:
"** (/usr/lib64/f-spot/f-spot.exe:13070): WARNING **: The following assembly
referenced from /usr/lib64/f-spot/f-spot.exe could not be loaded:
Assembly: glib-sharp (assemblyref_index=4)
Version: 2.12.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/usr/lib64/f-spot/).
** (/usr/lib64/f-spot/f-spot.exe:13070): WARNING **: Could not load file or
assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'glib-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f'"
i found this page:
Assemblies and the GAC
and run this code:
Code:
export MONO_PATH=/path/to/assemblies:/another/path/to/assemblies
but nothing different. so you can find the result of
here or
here
my OS is updated today.
thank you because of help me.