PDA

View Full Version : syncevolution eror


nparafe
26th October 2010, 10:43 AM
I have installed syncevolution and syncevolution-gtk. When trying to edit sync services the following message appears : Failed to get list of supported services from SyncEvolution.
Anyone has a solution for this?
Thank you for your time.

PS : I have only tried this in fedora 14 64 bit

vpvfi
29th October 2010, 10:53 PM
syncevolution is pretty broken on F14, see https://bugzilla.redhat.com/show_bug.cgi?id=640750 . The workaround is to do something like this:
LD_LIBRARY_PATH=/usr/lib64/syncevolution/ syncevolution --help
The GUI probably just won't work, you need to use the TUI version like that. You might want to make an alias in ~/.bashrc like this:
alias syncevolution='LD_LIBRARY_PATH='/usr/lib64/syncevolution/' syncevolution'