<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Christian Krahn</title>
	<atom:link href="http://www.krahn.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krahn.org</link>
	<description>Using: PHP, Python, JS, MySQL, Perl, Google API&#039;s ; BLOGGING ABOUT: everything related to Web Development</description>
	<lastBuildDate>Thu, 22 Sep 2011 06:13:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on &#8220;Collecting classes \&#8217;utf8&#8242; codec can&#8217;t decode byte 0xa0 in position 12345&#8243; when using qooxdoo by Christian</title>
		<link>http://www.krahn.org/2011/09/collecting-classes-utf8-codec-cant-decode-byte-0xa0-in-position-12345-when-using-qooxdoo/#comment-3829</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 22 Sep 2011 06:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=214#comment-3829</guid>
		<description>Here is the trace:


----------------------------------------------------------------------------
    Executing: source::source-script
----------------------------------------------------------------------------
&gt;&gt;&gt; Scanning libraries
&gt;&gt;&gt; Collecting classes  &#124;Traceback (most recent call last):
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\bin\generator.py&quot;,
 line 255, in 
    main()
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\bin\generator.py&quot;,
 line 238, in main
    generatorObj.run()
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\Ge
nerator.py&quot;, line 534, in run
    includeNoDeps, variantset, script=script, verifyDeps=True)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\Ge
nerator.py&quot;, line 201, in computeClassList
    classList = self._depLoader.getClassList(includeWithDeps, excludeWithDeps, i
ncludeNoDeps, [], variants, verifyDeps, script)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 103, in getClassList
    result = resolveDepsSmartCludes()
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 77, in resolveDepsSmartCludes
    result = self.classlistFromInclude(includeWithDeps, excludeWithDeps, variant
s, verifyDeps, script)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 290, in classlistFromInclude
    classlistFromClassRecursive(depsItem, excludeWithDeps, variants, result, war
n_deps, [], allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 180, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, loadDepsChain, allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 180, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, loadDepsChain, allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 194, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, [], allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 194, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, [], allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 180, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, loadDepsChain, allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 180, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, loadDepsChain, allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 180, in classlistFromClassRecursive
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn
_deps, loadDepsChain, allowBlockLoaddeps)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 151, in classlistFromClassRecursive
    deps, cached = self.getCombinedDeps(depsItem.name, variants, buildType, genP
roxy=genProxyIter.next())
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\DependencyLoader.py&quot;, line 369, in getCombinedDeps
    static, cached = classObj.dependencies (variants)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\clazz\MClassDependencies.py&quot;, line 190, in dependencies
    deps = buildShallowDeps()
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\clazz\MClassDependencies.py&quot;, line 93, in buildShallowDeps
    self._analyzeClassDepsNode(self.tree(variantSet), treeDeps, variantSet, inLo
adContext=True)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co
de\clazz\MClassCode.py&quot;, line 64, in tree
    opttree, cacheMod = cache.read(cacheId, self.path, memory=tradeSpaceForSpeed
)
  File &quot;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\ru
ntime\Cache.py&quot;, line 277, in read
    content = pickle.load(fobj)
UnicodeDecodeError: &#039;utf8&#039; codec can&#039;t decode byte 0xa0 in position 612730: inva
lid start byte</description>
		<content:encoded><![CDATA[<p>Here is the trace:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
    Executing: source::source-script<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; Scanning libraries<br />
&gt;&gt;&gt; Collecting classes  |Traceback (most recent call last):<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\bin\generator.py&#8221;,<br />
 line 255, in<br />
    main()<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\bin\generator.py&#8221;,<br />
 line 238, in main<br />
    generatorObj.run()<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\Ge<br />
nerator.py&#8221;, line 534, in run<br />
    includeNoDeps, variantset, script=script, verifyDeps=True)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\Ge<br />
nerator.py&#8221;, line 201, in computeClassList<br />
    classList = self._depLoader.getClassList(includeWithDeps, excludeWithDeps, i<br />
ncludeNoDeps, [], variants, verifyDeps, script)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 103, in getClassList<br />
    result = resolveDepsSmartCludes()<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 77, in resolveDepsSmartCludes<br />
    result = self.classlistFromInclude(includeWithDeps, excludeWithDeps, variant<br />
s, verifyDeps, script)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 290, in classlistFromInclude<br />
    classlistFromClassRecursive(depsItem, excludeWithDeps, variants, result, war<br />
n_deps, [], allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 180, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, loadDepsChain, allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 180, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, loadDepsChain, allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 194, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, [], allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 194, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, [], allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 180, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, loadDepsChain, allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 180, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, loadDepsChain, allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 180, in classlistFromClassRecursive<br />
    classlistFromClassRecursive(subitem, excludeWithDeps, variants, result, warn<br />
_deps, loadDepsChain, allowBlockLoaddeps)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 151, in classlistFromClassRecursive<br />
    deps, cached = self.getCombinedDeps(depsItem.name, variants, buildType, genP<br />
roxy=genProxyIter.next())<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\DependencyLoader.py&#8221;, line 369, in getCombinedDeps<br />
    static, cached = classObj.dependencies (variants)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\clazz\MClassDependencies.py&#8221;, line 190, in dependencies<br />
    deps = buildShallowDeps()<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\clazz\MClassDependencies.py&#8221;, line 93, in buildShallowDeps<br />
    self._analyzeClassDepsNode(self.tree(variantSet), treeDeps, variantSet, inLo<br />
adContext=True)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\co<br />
de\clazz\MClassCode.py&#8221;, line 64, in tree<br />
    opttree, cacheMod = cache.read(cacheId, self.path, memory=tradeSpaceForSpeed<br />
)<br />
  File &#8220;E:\Uni\Webprogrammierung\src\lib\qooxdoo-1.5-sdk\tool\pylib\generator\ru<br />
ntime\Cache.py&#8221;, line 277, in read<br />
    content = pickle.load(fobj)<br />
UnicodeDecodeError: &#8216;utf8&#8242; codec can&#8217;t decode byte 0xa0 in position 612730: inva<br />
lid start byte</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Collecting classes \&#8217;utf8&#8242; codec can&#8217;t decode byte 0xa0 in position 12345&#8243; when using qooxdoo by Christian</title>
		<link>http://www.krahn.org/2011/09/collecting-classes-utf8-codec-cant-decode-byte-0xa0-in-position-12345-when-using-qooxdoo/#comment-3808</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 19 Sep 2011 09:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=214#comment-3808</guid>
		<description>I am using Eclipse as IDE and the entire project is configured to use UTF-8 encoding. I will give you a stack trace later when I am @home.</description>
		<content:encoded><![CDATA[<p>I am using Eclipse as IDE and the entire project is configured to use UTF-8 encoding. I will give you a stack trace later when I am @home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Collecting classes \&#8217;utf8&#8242; codec can&#8217;t decode byte 0xa0 in position 12345&#8243; when using qooxdoo by Thomas</title>
		<link>http://www.krahn.org/2011/09/collecting-classes-utf8-codec-cant-decode-byte-0xa0-in-position-12345-when-using-qooxdoo/#comment-3807</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 19 Sep 2011 07:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=214#comment-3807</guid>
		<description>Hi,

can you reproduce the issue while adding the &quot;-s&quot; option to generate.py and post the stack trace?! I would be interested where exactly the error occurs. Can you post which character(s) in the path name cause the issue? Which encoding do you use on your file system (cp1252)?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can you reproduce the issue while adding the &#8220;-s&#8221; option to generate.py and post the stack trace?! I would be interested where exactly the error occurs. Can you post which character(s) in the path name cause the issue? Which encoding do you use on your file system (cp1252)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Un tuto de plus sur une installation lamp avec driver PDO pour mysql &#124; LorfDotNet</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3780</link>
		<dc:creator>Un tuto de plus sur une installation lamp avec driver PDO pour mysql &#124; LorfDotNet</dc:creator>
		<pubDate>Thu, 28 Jul 2011 00:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3780</guid>
		<description>[...] un premier lien : http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/ [...]</description>
		<content:encoded><![CDATA[<p>[...] un premier lien : <a href="http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/" rel="nofollow">http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Christian</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3775</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3775</guid>
		<description>Thanks for the info Dan, think I will write an updated post about Ubuntu 11 in the next couple of days/weeks.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Dan, think I will write an updated post about Ubuntu 11 in the next couple of days/weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Dan Dascalescu</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3774</link>
		<dc:creator>Dan Dascalescu</dc:creator>
		<pubDate>Mon, 20 Jun 2011 06:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3774</guid>
		<description>I found that on Ubuntu 11, for some reason installing php5-mysql doesn&#039;t add the &quot;extension=pdo_mysql.so&quot; line to any PHP INI files. To do that, run this:

sudo bash -c &#039;echo extension=pdo_mysql &gt; /etc/php5/cli/conf.d/pdo_mysql.ini&#039;</description>
		<content:encoded><![CDATA[<p>I found that on Ubuntu 11, for some reason installing php5-mysql doesn&#8217;t add the &#8220;extension=pdo_mysql.so&#8221; line to any PHP INI files. To do that, run this:</p>
<p>sudo bash -c &#8216;echo extension=pdo_mysql &gt; /etc/php5/cli/conf.d/pdo_mysql.ini&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Greg</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3773</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 12 Jun 2011 16:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3773</guid>
		<description>Many thanks for putting this together. It has saved a huge amount of time. It will now be my default reference for new *nix installs. 

I wished I had found it a week ago!</description>
		<content:encoded><![CDATA[<p>Many thanks for putting this together. It has saved a huge amount of time. It will now be my default reference for new *nix installs. </p>
<p>I wished I had found it a week ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Carlos Gómez</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3772</link>
		<dc:creator>Carlos Gómez</dc:creator>
		<pubDate>Thu, 12 May 2011 16:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3772</guid>
		<description>Hi Nick Marinho, you need to edit your configure file and look for the line where it search php_pdo_driver and change to look for php5 folder instead php</description>
		<content:encoded><![CDATA[<p>Hi Nick Marinho, you need to edit your configure file and look for the line where it search php_pdo_driver and change to look for php5 folder instead php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My 10 favorite Android Apps by mike gallego</title>
		<link>http://www.krahn.org/2009/05/my-10-favorite-android-apps/#comment-3771</link>
		<dc:creator>mike gallego</dc:creator>
		<pubDate>Mon, 21 Mar 2011 20:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=11#comment-3771</guid>
		<description>I just got my droidX. My favorite app is called &quot;What&#039;s for Lunch?&quot;. It&#039;s an app to help you find a place to eat based on GPS zip code. The funny part is the monkey who will find a random place for you to eat. He does funny things and the backgrounds look like Jersey shore crew, Howard Stern and Charlie Sheen. Funny app.</description>
		<content:encoded><![CDATA[<p>I just got my droidX. My favorite app is called &#8220;What&#8217;s for Lunch?&#8221;. It&#8217;s an app to help you find a place to eat based on GPS zip code. The funny part is the monkey who will find a random place for you to eat. He does funny things and the backgrounds look like Jersey shore crew, Howard Stern and Charlie Sheen. Funny app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Nick Marinho</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3769</link>
		<dc:creator>Nick Marinho</dc:creator>
		<pubDate>Mon, 03 Jan 2011 11:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3769</guid>
		<description>But this only installs the PDO extension.
Now i need PDO_MYSQL and simply I can&#039;t found solution to this error

checking for PDO includes... checking for PDO includes...
configure: error: Cannot find php_pdo_driver.h.
ERROR: `/tmp/pear/temp/PDO_MYSQL/configure&#039; failed</description>
		<content:encoded><![CDATA[<p>But this only installs the PDO extension.<br />
Now i need PDO_MYSQL and simply I can&#8217;t found solution to this error</p>
<p>checking for PDO includes&#8230; checking for PDO includes&#8230;<br />
configure: error: Cannot find php_pdo_driver.h.<br />
ERROR: `/tmp/pear/temp/PDO_MYSQL/configure&#8217; failed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via Amazon Web Services: S3: s3-eu-west-1.amazonaws.com/static.krahn.org

Served from: www.krahn.org @ 2012-02-05 12:22:28 -->
