<?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 on: Installing Ubuntu 10.04 Lucid Lynx for PHP development</title>
	<atom:link href="http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/</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>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>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>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>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>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>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>
	<item>
		<title>By: Nick Marinho</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3100</link>
		<dc:creator>Nick Marinho</dc:creator>
		<pubDate>Sat, 23 Oct 2010 03:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3100</guid>
		<description>Install the php5-sqlite and pdo is installed.

I did it now.

Be happy!</description>
		<content:encoded><![CDATA[<p>Install the php5-sqlite and pdo is installed.</p>
<p>I did it now.</p>
<p>Be happy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tien</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-3083</link>
		<dc:creator>Tien</dc:creator>
		<pubDate>Thu, 21 Oct 2010 03:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-3083</guid>
		<description>This is of great help to a newcomer to PHP and Ubuntu.
Thank you</description>
		<content:encoded><![CDATA[<p>This is of great help to a newcomer to PHP and Ubuntu.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-2801</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2801</guid>
		<description>Glad i could help :)</description>
		<content:encoded><![CDATA[<p>Glad i could help <img src='https://s3-eu-west-1.amazonaws.com/static.krahn.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/#comment-2800</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2800</guid>
		<description>Mistake from my side... PDO has been moved into core (the php source) so this pecl  extension is dead. http://pecl.php.net/package/PDO</description>
		<content:encoded><![CDATA[<p>Mistake from my side&#8230; PDO has been moved into core (the php source) so this pecl  extension is dead. <a href="http://pecl.php.net/package/PDO" rel="nofollow">http://pecl.php.net/package/PDO</a></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:43:08 -->
