Getting your SyncML phone working with Ubuntu just got a lot harder in their newest release, but fortunately it is still possible with a bit of work. In the latest release, they moved from libsoup 2.2 to 2.4 and didn't leave the old version in the repositories, so to get it working, you need to download the .deb packages for karmic and install them side by side.
- http://packages.ubuntu.com/karmic/libsoup2.2-8
- http://packages.ubuntu.com/karmic/libsyncml0
- http://packages.ubuntu.com/karmic/opensync-plugin-syncml
When installing libsyncml0, i had to install libwbxml2-0 which can be gotten from aptitude. Also there are a couple of other programs you should also get.
So, to get your phone working (in my case a Nokia Symbian 3rd edition phone) you need to do the following things.
aptitude install libwbxml2-0 multisync-tools multisync0.90 opensync-plugin-evolution
and then install the deb packages from the previous links in ... Read More