<?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>entwicklungsgedanken &#187; debian</title>
	<atom:link href="http://www.entwicklungsgedanken.de/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklungsgedanken.de</link>
	<description>Verschiedene Gedanken rund um die Softwareentwicklung</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:09:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to install postgres 8.4 on Debian 5 (lenny)</title>
		<link>http://www.entwicklungsgedanken.de/2010/03/06/how-to-install-postgres-8-4-on-debian-5-lenny/</link>
		<comments>http://www.entwicklungsgedanken.de/2010/03/06/how-to-install-postgres-8-4-on-debian-5-lenny/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 13:28:23 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[backport]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=385</guid>
		<description><![CDATA[Because I didn&#8217;t found this information in one place I&#8217;m writing this quick &#8220;guide&#8221; on how to install PostgreSQL 8.4.x on Debian 5.x &#8220;lenny&#8221;. Debian lenny stable packages are bundled with Postgres 8.3.x but thanks to Debian Backports the newer Postgres version is available for lenny. Simply do it Add the backports-sources (/etc/apt/sources.list) and update [...]]]></description>
			<content:encoded><![CDATA[<p>Because I didn&#8217;t found this information in one place I&#8217;m writing this quick &#8220;guide&#8221; on how to install <a href="http://www.postgresql.org/docs/8.4/interactive/index.html">PostgreSQL 8.4.x</a> on <a href="http://www.debian.org/">Debian 5.x &#8220;lenny&#8221;</a>.</p>
<p>Debian lenny stable packages are bundled with Postgres 8.3.x but thanks to Debian <a href="http://www.backports.org/dokuwiki/doku.php">Backports</a> the newer Postgres version is available for lenny.</p>
<h3>Simply do it</h3>
<p>Add the backports-sources (/etc/apt/sources.list) and update (apt-get update)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>www.backports.org<span style="color: #000000; font-weight: bold;">/</span>debian lenny-backports main contrib non-free</pre></div></div>

<p>Install postgres</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-t</span> lenny-backports <span style="color: #c20cb9; font-weight: bold;">install</span> postgresql-<span style="color: #000000;">8.4</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2010/03/06/how-to-install-postgres-8-4-on-debian-5-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing &#8220;error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory.&#8221;</title>
		<link>http://www.entwicklungsgedanken.de/2009/12/15/fixing-error-while-loading-shared-libraries-libgssapi_krb5-so-2-cannot-open-shared-object-file-no-such-file-or-directory/</link>
		<comments>http://www.entwicklungsgedanken.de/2009/12/15/fixing-error-while-loading-shared-libraries-libgssapi_krb5-so-2-cannot-open-shared-object-file-no-such-file-or-directory/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:50:45 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[libgssapi_krb5.so.2]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/2009/12/15/fixing-error-while-loading-shared-libraries-libgssapi_krb5-so-2-cannot-open-shared-object-file-no-such-file-or-directory/</guid>
		<description><![CDATA[One of my development systems is running on Debian Lenny (no this one does not host SharePoint). After update the system via apt-get update something went wrong and “core services” (samba, ssh) were out of order. It seems this is a bug in the packages provided by Debian. After struggling for a while a simple [...]]]></description>
			<content:encoded><![CDATA[<p>One of my development systems is running on Debian Lenny (no this one does not host SharePoint). After update the system via apt-get update something went wrong and “core services” (samba, ssh) were out of order.</p>
<p>It seems this is a bug in the packages provided by Debian. After struggling for a while a simple</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libkrb53 <span style="color: #660033;">--reinstall</span></pre></div></div>

<p>fixed the problem and everything works again. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2009/12/15/fixing-error-while-loading-shared-libraries-libgssapi_krb5-so-2-cannot-open-shared-object-file-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
