On Fri, Jul 16, 2004 at 04:54:13PM -0400, Greg Folkert wrote: > On Fri, 2004-07-16 at 12:40, Andy Firman wrote: > > On Fri, Jul 16, 2004 at 11:36:36AM -0400, Mark Roach wrote: > > > On Fri, 2004-07-16 at 10:35 -0400, Andy Firman wrote: > > > > Running Sid on my laptop with Evolution 1.4.6-3 and I would > > > > like to connect to an Exchange server. > > > > > > > There are some packages here: > > > > http://www.gnome.org/~jdub/debian/sid/ > > > > > > > > Or should one install evo1.5 from experimental? > > > > Will that screw things up for me in regards to library dependancies? > > > > > > I am using evo1.5 from experimental. It doesn't include the ximian > > > connector. I installed evolution1.5-dev and pulled the cvs version of > > > ximian conector (1_5_9_2 branch) and was able to compile and install it > > > with a little fighting with makefiles but it seems pretty unstable. > > > > > > If you really want to get some work done stick with 1.4 and jdub's > > > packages. > > > > Yes that is what I really want but I am missing something. > > Sorry if I am missing something obvious. > > > > This is in my sources.list > > > > deb http://www.gnome.org/~jdub/debian/sid ./ > > deb-src http://www.gnome.org/~jdub/debian/sid ./ > > > > apt-cache search ximian-connector shows nothing. > > > > How do I get his packages in? > > His stuff is all PowerPC packages. > > I just did this after adding those sources to my sources.list, as root: > > 1. apt-get build-dep ximian-connector > 2. apt-get source ximian-connector > 3. cd ximian-connector > 4. dpkg-buildpackage > 5. cd .. > 6. dpkg -i evolution-exchange_1.4.7.2-1_i386.deb > 7. restart evolution. > > I am using "Sid" or "Unstable". I have just connected to an exchange > server, it works.
Thanks Greg. This is how I ended up doing it: apt-get install apt-src mkdir foo cd foo apt-src install ximian-connector ls cd ximian-connector-1.4.7.2/ dpkg-buildpackage -b -us -uc (got an error with regards to perl xml somthing) apt-get install intltool dpkg-buildpackage -b -us -uc dpkg -i evolution-exchange_1.4.7.2-1_i386.deb VERY NICE! Thanks to Novell for open sourcing the connector! And thanks to all the debian-users for helping me get this in. Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

