<?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: How to install PHP PDO_OCI on Ubuntu Gutsy</title>
	<atom:link href="http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 01:32:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-45996</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-45996</guid>
		<description>@THanassis Bakalidis: thanks for your feedback, maybe the updated guide (http://fabrizioballiano.net/2009/09/22/how-to-install-php-pdo_oci-on-ubuntu-jaunty/) already has the &quot;ln&quot; thing :-)

bye!
fabrizio</description>
		<content:encoded><![CDATA[<p>@THanassis Bakalidis: thanks for your feedback, maybe the updated guide (<a href="http://fabrizioballiano.net/2009/09/22/how-to-install-php-pdo_oci-on-ubuntu-jaunty/" rel="nofollow">http://fabrizioballiano.net/2009/09/22/how-to-install-php-pdo_oci-on-ubuntu-jaunty/</a>) already has the &#8220;ln&#8221; thing :-)</p>
<p>bye!<br />
fabrizio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: THanassis Bakalidis</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-45988</link>
		<dc:creator>THanassis Bakalidis</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-45988</guid>
		<description>Hi, I have followed your instructions and was able to install PDO_OCI on Fedora 11. Only difference was that ln -s /usr/include/php5/ include/php should be changed to ln -s /usr/include/php/ include/php and also I had to run configure. Otherwise there is no make file.

Anyway everything worked after that so thanks for posting.</description>
		<content:encoded><![CDATA[<p>Hi, I have followed your instructions and was able to install PDO_OCI on Fedora 11. Only difference was that ln -s /usr/include/php5/ include/php should be changed to ln -s /usr/include/php/ include/php and also I had to run configure. Otherwise there is no make file.</p>
<p>Anyway everything worked after that so thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PGBigot</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-40302</link>
		<dc:creator>PGBigot</dc:creator>
		<pubDate>Mon, 13 Jul 2009 21:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-40302</guid>
		<description>god damn it must be nice to have a system where there already is an ORACLE_HOME with the right stuff in it. creating ORACLE_HOME and finding the right magical brew of shit to put in there is 99% of the difficulty of compiling this heap of utter shit.</description>
		<content:encoded><![CDATA[<p>god damn it must be nice to have a system where there already is an ORACLE_HOME with the right stuff in it. creating ORACLE_HOME and finding the right magical brew of shit to put in there is 99% of the difficulty of compiling this heap of utter shit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isidro</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-24925</link>
		<dc:creator>Isidro</dc:creator>
		<pubDate>Fri, 30 Jan 2009 23:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-24925</guid>
		<description>Hola!

Tus indicaciones perfectas.

Yo he intentado activar el módulo pdo_oci pero para Ubuntu 64 no funciona :(

He “googleado” pero no he encontrado nada al respecto.

Así que me he tenido, que instalar la versión completa oracle 10g para x86_64 y así he podido compilar la extensión para PHP. Ya funciona o eso parece ;)

Un saludo

  Isidro</description>
		<content:encoded><![CDATA[<p>Hola!</p>
<p>Tus indicaciones perfectas.</p>
<p>Yo he intentado activar el módulo pdo_oci pero para Ubuntu 64 no funciona :(</p>
<p>He “googleado” pero no he encontrado nada al respecto.</p>
<p>Así que me he tenido, que instalar la versión completa oracle 10g para x86_64 y así he podido compilar la extensión para PHP. Ya funciona o eso parece ;)</p>
<p>Un saludo</p>
<p>  Isidro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helder</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-16244</link>
		<dc:creator>Helder</dc:creator>
		<pubDate>Tue, 18 Nov 2008 19:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-16244</guid>
		<description>Ola,

Muito bom seu artigo.

Como fazer para instalar usando o instatclient em vez de instalar o banco completo ?

Grato,
Helder</description>
		<content:encoded><![CDATA[<p>Ola,</p>
<p>Muito bom seu artigo.</p>
<p>Como fazer para instalar usando o instatclient em vez de instalar o banco completo ?</p>
<p>Grato,<br />
Helder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-2460</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Wed, 14 May 2008 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-2460</guid>
		<description>@João Amaro: &#039;cause there&#039;s no need to configure anything :-)</description>
		<content:encoded><![CDATA[<p>@João Amaro: &#8217;cause there&#8217;s no need to configure anything :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Amaro</title>
		<link>http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/comment-page-1/#comment-2459</link>
		<dc:creator>João Amaro</dc:creator>
		<pubDate>Wed, 14 May 2008 16:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/26/how-to-install-php-pdo_oci-on-ubuntu-gutsy/#comment-2459</guid>
		<description>How can you rum make not using ./configure ?</description>
		<content:encoded><![CDATA[<p>How can you rum make not using ./configure ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
