<?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: Configurar &#8216;Vacation Autoresponder&#8217; a prueba de Spam. CentOS 5.</title>
	<atom:link href="http://weblog.paulbernal.com/general/configurar-un-vacation-autoresponder-a-prueba-de-spam-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.paulbernal.com/general/configurar-un-vacation-autoresponder-a-prueba-de-spam-centos-5/</link>
	<description>classes, scripts, snippets, PHP, JavaScript y algo más ...</description>
	<lastBuildDate>Fri, 11 Nov 2011 19:39:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Por: don pool</title>
		<link>http://weblog.paulbernal.com/general/configurar-un-vacation-autoresponder-a-prueba-de-spam-centos-5/comment-page-1/#comment-133</link>
		<dc:creator>don pool</dc:creator>
		<pubDate>Tue, 11 Jan 2011 18:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.paulbernal.com/general/configurar-un-vacation-autoresponder-a-prueba-de-spam-centos-5/#comment-133</guid>
		<description>Sí Daniel, se me había olvidado especificar que la compilación requiere de ciertas herramientas de desarrollo (principalmente compiladores) para correr adecuadamente. Es necesario que se instale al menos el paquete GCC que es la &quot;GNU Compiler Collection&quot; y trae lo básico necesario para compilar código C. Para instalar el gcc en CentOS puedes ejecutar como root:

yum -y install gcc

Espero te sirva!
Salu2
don pool</description>
		<content:encoded><![CDATA[<p>Sí Daniel, se me había olvidado especificar que la compilación requiere de ciertas herramientas de desarrollo (principalmente compiladores) para correr adecuadamente. Es necesario que se instale al menos el paquete GCC que es la &#8220;GNU Compiler Collection&#8221; y trae lo básico necesario para compilar código C. Para instalar el gcc en CentOS puedes ejecutar como root:</p>
<p>yum -y install gcc</p>
<p>Espero te sirva!<br />
Salu2<br />
don pool</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Daniel M</title>
		<link>http://weblog.paulbernal.com/general/configurar-un-vacation-autoresponder-a-prueba-de-spam-centos-5/comment-page-1/#comment-124</link>
		<dc:creator>Daniel M</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.paulbernal.com/general/configurar-un-vacation-autoresponder-a-prueba-de-spam-centos-5/#comment-124</guid>
		<description>estaba probando haber si funcionaba, vacation pero cual hago la compilacion me salta este error:

gcc  -g -Wall -DMAIN   -Xlinker -warn-common -D_PATH_VACATION=\&quot;/usr/bin/vacatio                                             n\&quot; -o vacation vacation.c strlcpy.c strlcat.c rfc822.c -lgdbm
vacation.c:81:18: error: gdbm.h: No such file or directory
In file included from vacation.c:92:
vacation.h:61: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âd                                             bâ
vacation.c: In function âmainâ:
vacation.c:200: error: âdbâ undeclared (first use in this function)
vacation.c:200: error: (Each undeclared identifier is reported only once
vacation.c:200: error: for each function it appears in.)
vacation.c:200: warning: implicit declaration of function âgdbm_openâ
vacation.c:200: error: âGDBM_NEWDBâ undeclared (first use in this function)
vacation.c:200: error: âGDBM_WRITERâ undeclared (first use in this function)
vacation.c:222: warning: implicit declaration of function âgdbm_closeâ
vacation.c: In function ârecentâ:
vacation.c:529: error: âdatumâ undeclared (first use in this function)
vacation.c:529: error: expected â;â before âkeyâ
vacation.c:533: error: âkeyâ undeclared (first use in this function)
vacation.c:535: error: âdataâ undeclared (first use in this function)
vacation.c:535: warning: implicit declaration of function âgdbm_fetchâ
vacation.c:535: error: âdbâ undeclared (first use in this function)
vacation.c: In function âsetintervalâ:
vacation.c:567: error: âdatumâ undeclared (first use in this function)
vacation.c:567: error: expected â;â before âkeyâ
vacation.c:569: error: âkeyâ undeclared (first use in this function)
vacation.c:571: error: âdataâ undeclared (first use in this function)
vacation.c:573: warning: implicit declaration of function âgdbm_storeâ
vacation.c:573: error: âdbâ undeclared (first use in this function)
vacation.c:573: error: âGDBM_REPLACEâ undeclared (first use in this function)
vacation.c: In function âsetreplyâ:
vacation.c:583: error: âdatumâ undeclared (first use in this function)
vacation.c:583: error: expected â;â before âkeyâ
vacation.c:586: error: âkeyâ undeclared (first use in this function)
vacation.c:589: error: âdataâ undeclared (first use in this function)
vacation.c:591: error: âdbâ undeclared (first use in this function)
vacation.c:591: error: âGDBM_REPLACEâ undeclared (first use in this function)
make: *** [vacation] Error 1</description>
		<content:encoded><![CDATA[<p>estaba probando haber si funcionaba, vacation pero cual hago la compilacion me salta este error:</p>
<p>gcc  -g -Wall -DMAIN   -Xlinker -warn-common -D_PATH_VACATION=\&#8221;/usr/bin/vacatio                                             n\&#8221; -o vacation vacation.c strlcpy.c strlcat.c rfc822.c -lgdbm<br />
vacation.c:81:18: error: gdbm.h: No such file or directory<br />
In file included from vacation.c:92:<br />
vacation.h:61: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âd                                             bâ<br />
vacation.c: In function âmainâ:<br />
vacation.c:200: error: âdbâ undeclared (first use in this function)<br />
vacation.c:200: error: (Each undeclared identifier is reported only once<br />
vacation.c:200: error: for each function it appears in.)<br />
vacation.c:200: warning: implicit declaration of function âgdbm_openâ<br />
vacation.c:200: error: âGDBM_NEWDBâ undeclared (first use in this function)<br />
vacation.c:200: error: âGDBM_WRITERâ undeclared (first use in this function)<br />
vacation.c:222: warning: implicit declaration of function âgdbm_closeâ<br />
vacation.c: In function ârecentâ:<br />
vacation.c:529: error: âdatumâ undeclared (first use in this function)<br />
vacation.c:529: error: expected â;â before âkeyâ<br />
vacation.c:533: error: âkeyâ undeclared (first use in this function)<br />
vacation.c:535: error: âdataâ undeclared (first use in this function)<br />
vacation.c:535: warning: implicit declaration of function âgdbm_fetchâ<br />
vacation.c:535: error: âdbâ undeclared (first use in this function)<br />
vacation.c: In function âsetintervalâ:<br />
vacation.c:567: error: âdatumâ undeclared (first use in this function)<br />
vacation.c:567: error: expected â;â before âkeyâ<br />
vacation.c:569: error: âkeyâ undeclared (first use in this function)<br />
vacation.c:571: error: âdataâ undeclared (first use in this function)<br />
vacation.c:573: warning: implicit declaration of function âgdbm_storeâ<br />
vacation.c:573: error: âdbâ undeclared (first use in this function)<br />
vacation.c:573: error: âGDBM_REPLACEâ undeclared (first use in this function)<br />
vacation.c: In function âsetreplyâ:<br />
vacation.c:583: error: âdatumâ undeclared (first use in this function)<br />
vacation.c:583: error: expected â;â before âkeyâ<br />
vacation.c:586: error: âkeyâ undeclared (first use in this function)<br />
vacation.c:589: error: âdataâ undeclared (first use in this function)<br />
vacation.c:591: error: âdbâ undeclared (first use in this function)<br />
vacation.c:591: error: âGDBM_REPLACEâ undeclared (first use in this function)<br />
make: *** [vacation] Error 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

