Thanks for your advice. However, on searching for gtk-sharp2 using yum I noticed that gtk-sharp2.i386, version 2.8.2-1 is already installed.
I also checked the GAC:
[EMAIL PROTECTED] ~]$ gacutil -l | grep gtk-sharp
gtk-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
[EMAIL PROTECTED] ~]$
and tried to install:
[EMAIL PROTECTED] downloads]# rpm -ivh gtk-sharp2-2.8.2-1.i386.rpm
Preparing... ########################################### [100%]
package gtk-sharp2-2.8.2-1 is already installed
[EMAIL PROTECTED] downloads]#
I also tried to add the gtk-sharp dll using gacutil -i. But nothing worked

I don't know much (anything?) about Mono.
So I decided not to learn now and use Beagle.
cd $HOME/mono-1.1.15
./uninstall
beagle-search
It works!
Regards,
Chintan.
On Mon, 2006-06-05 at 01:58 -0400, Kevin Kubasik wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Could you also make sure to reinstall gtk-sharp2? it seems that it was either uninstalled or is missing from your current GAC. Either way, if you reinstall it, it will most likely solve you issue. - -Kevin Kubasik Chintan Zaveri wrote: > Hello All, > > beagle-search was working until I installed Mono a few days ago. > (MonoDevelop starts well). > > Here's what happens: > > [EMAIL PROTECTED] ~]$ beagle-search > > ** (/usr/lib/beagle/Search.exe:2923): WARNING **: The following assembly > referenced from /usr/lib/beagle/Search.exe could not be loaded: > Assembly: gtk-sharp (assemblyref_index=0) > Version: 2.8.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/lib/beagle). > > > ================================================================= > Got a SIGSEGV while executing native code. This usually indicates > a fatal error in the mono runtime or one of the native libraries > used by your application. > ================================================================= > > Stacktrace: > > > Native stacktrace: > > beagle-search(mono_handle_native_sigsegv+0xbb) [0x8153d0b] > beagle-search [0x813e66f] > [0x970440] > beagle-search(mono_assembly_load_reference+0x11e) [0x809fd6e] > beagle-search(mono_class_from_typeref+0x164) [0x8089c44] > beagle-search(mono_class_get+0xef) [0x809139f] > beagle-search(mono_class_get_full+0x21) [0x8091411] > beagle-search [0x808fca5] > beagle-search(mono_class_get+0x11c) [0x80913cc] > beagle-search [0x80bfb0a] > beagle-search(mono_get_method_full+0x60) [0x80bfbd0] > beagle-search(mono_get_method+0x27) [0x80bfb67] > beagle-search(mono_jit_exec+0x42) [0x805c552] > beagle-search(strftime+0x1ba2) [0x805c602] > beagle-search(mono_main+0x857) [0x805cfe7] > beagle-search(__fxstat64+0x12b) [0x805b9bb] > /lib/libc.so.6(__libc_start_main+0xdc) [0xa69724] > beagle-search(sinh+0x41) [0x805b911] > Aborted > [EMAIL PROTECTED] ~]$ > > > Any ideas? > > Thanks and regards, > > Chintan Zaveri. > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dashboard-hackers mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/dashboard-hackers - -- Cheers, Kevin Kubasik 240-838-6616 http://kubasik.net/blog -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iQIVAwUBRIPIGf3xZFNDM330AQhrhQ//UouMykgTP6X6FOVQj36dhegixUN3dYGs NdfLouszvT7gRwk7PSmK19g/Qi4avqnyui7kxet+6X3nRbwEu2fqf0f75620IIAn UqdTvDaK6iurThtSeZ/qGYs/2GA+bZcCARdn6dkxqv/kXaTXj/GA8XCUi/T9UO35 AcuoVxsXd8iwN3CDxjDh1dTDKzngQW1BKfaBKXRABLUwKMX7rCV5AUXmar3fAl9D Y8QftE3zk29BfrBbJ6cPzMKxxEpfq0m87ysepsCEv1utgXXgLZQiizOzo8Z9FfBr z1LIj8/rTKjWPf6AHzzQm3iSYnt0zjF+wRkFASBzDvPaqHmE9xa9+2Q/vMg+wGVX ovi1VOBQgUUwqOlO5UtulcOIR01GxHN3lbFwQiodaVqxuoJ7UYxGMKNGXEVjs3sM dLJfhP+5oTP3xLzhy+mLXO+xZaFkAmLDPBSBYZCeyx5xbsXsDUhJbbPLb/W7HSH5 z1W9ck9evng9qMILPv5cVqk0fwLR79oYBNspbxvuWlWTdlDStCSet3y5hhvYA5lx Ls12D58+rKFJIwSJiwDB/crzqJ72MkLyHszg/RLsEj5sNbyjAbu6OGgIztWUQQT0 ZQddpW2cFaJ5Xcb43PQceBlM/Ovf6DydLvx58r/GC/jE2WASxlM1cKKUqHOWzAxU /4Hq27w6cJo= =seI5 -----END PGP SIGNATURE-----
_______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
