Comment 194 for bug 631395

Revision history for this message
John Doe (wjdnqpscod) wrote :

These are the steps that worked for me in getting closer to a fully working Evolution (some large folders still don't load).

With latest vanilla Evolution and Exchange support from Ubuntu 10.10 already installed, shut down Evolution, then in a console:

sudo bash
wget -q http://ftp.us.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.7.4-2_i386.deb
wget -q http://ftp.us.debian.org/debian/pool/main/e/evolution/evolution_2.30.3-5_i386.deb
dpkg-deb -x evolution_2.30.3-5_i386.deb loc
dpkg-deb --control evolution_2.30.3-5_i386.deb loc/DEBIAN
gedit loc/DEBIAN/control # edit as described in comment #182 and #186
dpkg-deb -b loc evolution_2.30.3-5_i386_loc.deb
dpkg --install libsqlite3-0_3.7.4-2_i386.deb
dpkg --configure libsqlite3-0
wget -q http://ftp.us.debian.org/debian/pool/main/e/evolution/evolution-common_2.30.3-5_all.deb
dpkg --install evolution-common_2.30.3-5_all.deb
dpkg --configure evolution-common
dpkg --install evolution_2.30.3-5_i386_loc.deb
dpkg --configure evolution