Google



Not all movies are my choice. The wife has some say too! :)
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            







My Amazon.com Wish List

Howto Configure the Zimbra Evolution Connector for Ubuntu

Do the following:

sudo apt-get install automake evolution-dev libglib2.0-dev intltool libtool evolution-data-server-dev libcurl3 libcurl3-dev
Then download the connector and run

*********************************************

For SVN, download

sudo apt-get install rapidsvn
And add to your bookmarks and check it to a directory on your computer

*********************************************

sudo ./bootstrap.sh
sudo make
sudo make install

There is also a connector here:

Comments
Lazy_R's Gravatar Hi there,

If you use the URL as stated in the howto:
http://zimbra.svn.sourceforge.net/viewvc/zimbra/tr...

SVN cannot check the sources and will give an error message like:
svn: PROPFIND request failed on '/viewvc/zimbra/trunk/ZimbraEvolution'
svn: PROPFIND of '/viewvc/zimbra/trunk/ZimbraEvolution': 301 Moved (https://zimbra.svn.sourceforge.net)

The correct URL to use is:
http://zimbra.svn.sourceforge.net/svnroot/zimbra/t...
# Posted By Lazy_R | 5/20/07 6:09 AM
hockeypfef's Gravatar Thanks, I have updated the HowTo
# Posted By hockeypfef | 5/20/07 8:34 AM