Comment 10 for bug 316726

Revision history for this message
Hakan Urhan (hakanurhan) wrote :

Although hggdh stated that the update will be available soon, here is resolution for the people that can't wait for it (like me).

I downloaded the source package from (Thanks to hggdh for the link)
ftp://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.24/evolution-exchange-2.24.3.tar.bz2

and I had to install the following packages to be able to compile it (I use Ubuntu 8.10 2.6.27-11)

evolution-dev libcamel1.2-dev libedataserver1.2-dev libnspr4-dev libsoup2.4-dev libsqlite3-dev intltool libebook1.2-dev libecal1.2-dev libedataserverui1.2-dev libegroupwise1.2-dev libebackend1.2-dev libexchange-storage1.2-dev libedata-book1.2-dev libedata-cal1.2-dev libldap2-dev

then
>./configure
>make
>sudo make install

solved my problem. I removed the extra dev packages afterwards.

Me