<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martin Notes &#187; OpenChange</title>
	<atom:link href="http://martinnotes.com/tag/openchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinnotes.com</link>
	<description>Open source in real life</description>
	<lastBuildDate>Tue, 17 Aug 2010 14:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Build the OpenChange Evolution plugin on Ubuntu</title>
		<link>http://martinnotes.com/2008/12/30/build-openchange-evolution-plugin/</link>
		<comments>http://martinnotes.com/2008/12/30/build-openchange-evolution-plugin/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:26:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[OpenChange]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=132</guid>
		<description><![CDATA[I have a bit of an obsession with getting Ubuntu to work with MS Exchange 2007. On the website of Johnny Jacob I read that they have started to publish source releases of the plugin. So I downloaded the source of the 0.25.3 release and started fixing dependencies. First of all you have to fix [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-136" title="screenshot2" src="http://martinnotes.com/wp-content/uploads/2008/12/screenshot2.png" alt="screenshot2" width="40" height="40" />I have a bit of an obsession with getting Ubuntu to work with MS Exchange 2007. On the website of <a href="http://johnnyjacob.wordpress.com/2008/12/15/evolution-mapi-debut-tarball-release-rpm-repos-are-online/">Johnny Jacob</a> I read that they have started to publish source releases of the plugin. So I downloaded the <a href="http://ftp.gnome.org/pub/GNOME/sources/evolution-mapi/0.25/">source of the 0.25.3 release</a> and started fixing dependencies.</p>
<p>First of all you have to fix the pkg-config path setting. I find this weird, since I have to set it to the default setting, ah well. Do this:</p>
<pre>PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH</pre>
<p>Then I had to replace some version numbers in the config. This sounds strange, but <a href="http://johnnyjacob.wordpress.com/2008/12/15/evolution-mapi-debut-tarball-release-rpm-repos-are-online/#comment-15502">Johnny said it would work</a>. Although I made a broad interpretation of his comment.</p>
<pre>replace 2.25.2 with 2.24.2 in configure.in
replace 2.25.2 with 2.24.2 in configure</pre>
<p>Of course there is a list of dependencies to fulfill:</p>
<pre>sudo apt-get install intltool libmapi-dev evolution-data-server-dev evolution-dev libtalloc-dev libdcerpc-dev libsamba-hostconfig-dev libldb-dev libebackend1.2-dev libecal1.2-dev libedata-cal1.2-dev libebook1.2-dev libedata-book1.2-dev</pre>
<p>Sadly that&#8217;s where things went wrong. The libldb-dev depends on libldb0, but to install libldb0 I need to remove libldb-samba4-0, libmapi-dev and libmapi0, which broke the dependencies:</p>
<address>The following information may help to resolve the situation:</address>
<address> The following packages have unmet dependencies:</address>
<address> libldb-dev: Depends: libldb0 (= 0.92~git20080616-1)</address>
<address>E: Broken packages</address>
<p>For now I&#8217;ll have to wait until this issue is fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/30/build-openchange-evolution-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

