<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: How to install PHP PDO extensions on Debian Lenny</title>
	<atom:link href="http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/</link>
	<description>About emacs, web development, free software and other lifestyle topics</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:08:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vServer PHP Erweiterungen installieren - Server Support Forum</title>
		<link>http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/comment-page-1/#comment-3798</link>
		<dc:creator>vServer PHP Erweiterungen installieren - Server Support Forum</dc:creator>
		<pubDate>Sat, 19 Feb 2011 13:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gabrielsaldana.org/?p=356#comment-3798</guid>
		<description>&lt;p&gt;[...]      Dann hatte ich ja richtig geraten   apt-get install php5-gd  PDO: http://blog.gabrielsaldana.org/how-to-ins...-debian-lenny/  Weitere Instruktionen in meinem ersten post.     __________________ Einige Beitraege sind auf [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...]      Dann hatte ich ja richtig geraten   apt-get install php5-gd  PDO: <a href="http://blog.gabrielsaldana.org/how-to-ins...-debian-lenny/" rel="nofollow">http://blog.gabrielsaldana.org/how-to-ins&#8230;-debian-lenny/</a>  Weitere Instruktionen in meinem ersten post.     __________________ Einige Beitraege sind auf [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel zby-cz</title>
		<link>http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/comment-page-1/#comment-2331</link>
		<dc:creator>Pavel zby-cz</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gabrielsaldana.org/?p=356#comment-2331</guid>
		<description>&lt;p&gt;Hi,
I had problem in Debian Lenny saying &quot;pecl.php.net is using a unsupported protocal - This should never happen.
install failed&quot;&lt;/p&gt;

&lt;p&gt;The solution is to delete /usr/share/php/.channels directory and run &quot;pecl update-channels&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
I had problem in Debian Lenny saying &#8220;pecl.php.net is using a unsupported protocal &#8211; This should never happen.
install failed&#8221;</p>

<p>The solution is to delete /usr/share/php/.channels directory and run &#8220;pecl update-channels&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bmau</title>
		<link>http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/comment-page-1/#comment-2252</link>
		<dc:creator>bmau</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gabrielsaldana.org/?p=356#comment-2252</guid>
		<description>&lt;p&gt;You also need package libmysqlclient-dev if you want to install with pecl:
apt-get install libmysqlclient-dev&lt;/p&gt;

&lt;p&gt;but much easier is to install as sokai pointed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You also need package libmysqlclient-dev if you want to install with pecl:
apt-get install libmysqlclient-dev</p>

<p>but much easier is to install as sokai pointed.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sokai</title>
		<link>http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/comment-page-1/#comment-2171</link>
		<dc:creator>sokai</dc:creator>
		<pubDate>Thu, 21 May 2009 10:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gabrielsaldana.org/?p=356#comment-2171</guid>
		<description>&lt;p&gt;&lt;em&gt;damn&lt;/em&gt; ...the package name for pdo.so is not &quot;php-common&quot; but php5-common! &lt;em&gt;sry&lt;/em&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><em>damn</em> &#8230;the package name for pdo.so is not &#8220;php-common&#8221; but php5-common! <em>sry</em></p>]]></content:encoded>
	</item>
	<item>
		<title>By: sokai</title>
		<link>http://blog.gabrielsaldana.org/how-to-install-php-pdo-on-debian-lenny/comment-page-1/#comment-2170</link>
		<dc:creator>sokai</dc:creator>
		<pubDate>Thu, 21 May 2009 10:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gabrielsaldana.org/?p=356#comment-2170</guid>
		<description>&lt;p&gt;Thanks for that hint but I found out that pdo.so and pdo_mysql.so are available in the lenny packages php-common and php5-mysql. - I think it&#039;s easier to install and update the core packages than using pecl.
sofar&#124;sokai&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for that hint but I found out that pdo.so and pdo_mysql.so are available in the lenny packages php-common and php5-mysql. &#8211; I think it&#8217;s easier to install and update the core packages than using pecl.
sofar|sokai</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: blog.gabrielsaldana.org @ 2012-02-08 04:33:25 by W3 Total Cache -->
