Comment 182 for bug 631395

Revision history for this message
Scott Macintire (scott-macintire) wrote :

So I got my evolution + exchange working again. Here's my step-by-step

 * Add proposed repositories
 * apt-get update
 * apt-get upgrade
 * 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/s/sqlite3/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
 * edit the control file to remove the maximum version dependencies for libgtk-editor0 and libgtkhtml3.14-19 [find the libxxx(<<YYY) and remove]
 * 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_3.7.4-2_i386.deb
 * dpkg --install evolution_2.30.3-5_i386_loc.deb
 * dpkg --configure evolution_2.30.3-5_i386_loc.deb
 * apt-get install evolution-exchange

I now have email, calendar, and GAL