<?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>Comentarios en: Instalar XCache en CentOS y RHEL para PHP5 [Solucionado]</title>
	<atom:link href="http://www.vichaunter.com/blog/servidores/instalar-xcache-en-centos-y-rhel-para-php5-solucionado/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vichaunter.com/blog/servidores/instalar-xcache-en-centos-y-rhel-para-php5-solucionado</link>
	<description>Memorias de un personaje real</description>
	<lastBuildDate>Tue, 31 Aug 2010 00:45:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Por: Fernando</title>
		<link>http://www.vichaunter.com/blog/servidores/instalar-xcache-en-centos-y-rhel-para-php5-solucionado/comment-page-1#comment-118</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 10 Sep 2009 09:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vichaunter.com/blog/?p=181#comment-118</guid>
		<description>Hola,
ya has visto que ha ido todo bien y he publicado las soluciones a los problemas que me he ido encontrando. Muchas gracias !! .

Un saludo.</description>
		<content:encoded><![CDATA[<p>Hola,<br />
ya has visto que ha ido todo bien y he publicado las soluciones a los problemas que me he ido encontrando. Muchas gracias !! .</p>
<p>Un saludo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Instalar xCache en centOS 5 &#8211; Plesk 9.2 &#124; Fernando Gomez</title>
		<link>http://www.vichaunter.com/blog/servidores/instalar-xcache-en-centos-y-rhel-para-php5-solucionado/comment-page-1#comment-116</link>
		<dc:creator>Instalar xCache en centOS 5 &#8211; Plesk 9.2 &#124; Fernando Gomez</dc:creator>
		<pubDate>Wed, 09 Sep 2009 23:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vichaunter.com/blog/?p=181#comment-116</guid>
		<description>[...] que se encuentren con el mismo problema, como me ha pasado a mi con los post de Rubén Ortiz y Vichaunter [...]</description>
		<content:encoded><![CDATA[<p>[...] que se encuentren con el mismo problema, como me ha pasado a mi con los post de Rubén Ortiz y Vichaunter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: admin</title>
		<link>http://www.vichaunter.com/blog/servidores/instalar-xcache-en-centos-y-rhel-para-php5-solucionado/comment-page-1#comment-115</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vichaunter.com/blog/?p=181#comment-115</guid>
		<description>Buenas, 
Supongo que estás intentando instalarlo en centos verdad?
Por lo que puedo entender el problema te lo está dando por el compilador de c, puede ser que hayas tocado antes estos paquetes del sistema? por que en la parte de checking parece que no encuentra parte de los paquetes instalados y por eso no puede utilizarlos.

&lt;blockquote&gt;yum install gcc
yum install gcc-c++
&lt;/blockquote&gt;

Esto debería resolver tu problema. Ya me contarás a ver si te ha servido.

Un saludo</description>
		<content:encoded><![CDATA[<p>Buenas,<br />
Supongo que estás intentando instalarlo en centos verdad?<br />
Por lo que puedo entender el problema te lo está dando por el compilador de c, puede ser que hayas tocado antes estos paquetes del sistema? por que en la parte de checking parece que no encuentra parte de los paquetes instalados y por eso no puede utilizarlos.</p>
<blockquote><p>yum install gcc<br />
yum install gcc-c++
</p></blockquote>
<p>Esto debería resolver tu problema. Ya me contarás a ver si te ha servido.</p>
<p>Un saludo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://www.vichaunter.com/blog/servidores/instalar-xcache-en-centos-y-rhel-para-php5-solucionado/comment-page-1#comment-114</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Wed, 09 Sep 2009 15:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.vichaunter.com/blog/?p=181#comment-114</guid>
		<description>He intentado seguir las instrucciones para instalar xcache. Previamente he tenido que instalar php-devel para que funcioanra el phpize .

Todo va bien, hasta que voy a compilar. Cuando introduzco  ./configure --enable-xcache

Me responde:

checking for egrep... grep -E
checking for a sed that does not truncate output... //bin/sed
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log&#039; for more details.


me voy al log y veo:

## ----------- ##
## Core tests. ##
## ----------- ##

configure:1522: checking for egrep
configure:1532: result: grep -E
configure:1537: checking for a sed that does not truncate output
configure:1593: result: //bin/sed
configure:1685: checking for gcc
configure:1714: result: no
configure:1765: checking for cc
configure:1794: result: no
configure:1807: checking for cc
configure:1853: result: no
configure:1906: checking for cl
configure:1935: result: no
configure:1949: error: no acceptable C compiler found in $PATH
See `config.log&#039; for more details.

¿podrias echarme una mano ?
Gracias.</description>
		<content:encoded><![CDATA[<p>He intentado seguir las instrucciones para instalar xcache. Previamente he tenido que instalar php-devel para que funcioanra el phpize .</p>
<p>Todo va bien, hasta que voy a compilar. Cuando introduzco  ./configure &#8211;enable-xcache</p>
<p>Me responde:</p>
<p>checking for egrep&#8230; grep -E<br />
checking for a sed that does not truncate output&#8230; //bin/sed<br />
checking for gcc&#8230; no<br />
checking for cc&#8230; no<br />
checking for cc&#8230; no<br />
checking for cl&#8230; no<br />
configure: error: no acceptable C compiler found in $PATH<br />
See `config.log&#8217; for more details.</p>
<p>me voy al log y veo:</p>
<p>## &#8212;&#8212;&#8212;&#8211; ##<br />
## Core tests. ##<br />
## &#8212;&#8212;&#8212;&#8211; ##</p>
<p>configure:1522: checking for egrep<br />
configure:1532: result: grep -E<br />
configure:1537: checking for a sed that does not truncate output<br />
configure:1593: result: //bin/sed<br />
configure:1685: checking for gcc<br />
configure:1714: result: no<br />
configure:1765: checking for cc<br />
configure:1794: result: no<br />
configure:1807: checking for cc<br />
configure:1853: result: no<br />
configure:1906: checking for cl<br />
configure:1935: result: no<br />
configure:1949: error: no acceptable C compiler found in $PATH<br />
See `config.log&#8217; for more details.</p>
<p>¿podrias echarme una mano ?<br />
Gracias.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
