You are not logged in.
I'm getting errors while load basket and tomboy.
For basket:
[shantanu@bluehead ~]$ basket
basket: error while loading shared libraries: libgpgme.so.11: cannot open shared object file: No such file or directory
[shantanu@bluehead ~]$
For tomboy:
[shantanu@bluehead ~]$ tomboy
** (/opt/gnome/lib/tomboy/Tomboy.exe:2546): WARNING **: The following assembly r eferenced from /opt/gnome/lib/tomboy/Tomboy.exe could not be loaded:
Assembly: gnome-sharp (assemblyref_index=2)
Version: 1.0.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the MO NO_PATH environment variable, or in the location of the executing assembly (/opt /gnome/lib/tomboy).
** (/opt/gnome/lib/tomboy/Tomboy.exe:2546): WARNING **: Could not load file or a ssembly 'gnome-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195d ab3c99f' or one of its dependencies.
=================================================================
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:
mono [0x8157b55]
mono [0x8122b08]
[0xb7fd1440]
mono(mono_object_new+0x18) [0x8093948]
mono(mono_exception_from_name_two_strings+0x44) [0x80c9e34]
mono(mono_get_exception_file_not_found2+0x4e) [0x80c9f9e]
mono [0x80e93bd]
mono [0x80ead67]
mono(mono_class_vtable+0x351) [0x80907e1]
mono(mono_object_new+0x18) [0x8093948]
mono(mono_exception_from_name_two_strings+0x44) [0x80c9e34]
mono(mono_get_exception_file_not_found2+0x4e) [0x80c9f9e]
mono [0x80e93bd]
mono [0x80ead67]
mono(mono_class_vtable+0x351) [0x80907e1]
mono(mono_object_new+0x18) [0x8093948]
mono(mono_exception_from_name_domain+0x2f) [0x80ca1ef]
mono(mono_exception_from_name+0x28) [0x80ca268]
mono [0x80eae2f]
mono(mono_class_vtable+0x351) [0x80907e1]
mono [0x81442db]
mono(mono_runtime_exec_main+0x60) [0x8093230]
mono(mono_runtime_run_main+0x1b3) [0x8093513]
mono(mono_main+0xe49) [0x8058c99]
mono [0x8057982]
/lib/libc.so.6(__libc_start_main+0xd8) [0xb7dd07c8]
mono [0x80578d1]
Aborted
[shantanu@bluehead ~]$
Anybody got any idea about these errors. My system is up-to-date, so donno why i'm getting that shared lib error.
Edit: basket solved by installing gpgme
Offline
verify that you have gtk-sharp and gnome-sharp installed
Had the same prb and installing gtk-sharp solved it
Why is it not a dependency ?
Offline
I had the same problem with tomboy, the tarball from the AUR should work. As for the first problem, is gpgme installed and is /usr/lib/ in /etc/ld.so.conf?
Offline
I installed tomboy from aur only, but its still not working. the basket problem resolved by installing gpgme.
Offline
solution for tomboy:
pacman -S gtk-sharp
for basket, gpgme is now in the dependency list and you need not install it separately.
Offline