<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.AnalyX.org &#187; zica</title>
	<atom:link href="http://www.analyx.org/tag/zica/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.analyx.org</link>
	<description>De um nerd para outros nerds!</description>
	<lastBuildDate>Tue, 10 Aug 2010 15:12:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>O Retorno &#8211; FreeBSD zica: PHP Fatal error:  Call to undefined function preg_match()</title>
		<link>http://www.analyx.org/2010/02/28/o-retorno-freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/</link>
		<comments>http://www.analyx.org/2010/02/28/o-retorno-freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 02:44:35 +0000</pubDate>
		<dc:creator>Leonardo Marques</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[zica]]></category>

		<guid isPermaLink="false">http://www.analyx.org/?p=230</guid>
		<description><![CDATA[Depois de um reboot anormal (rede elétrica problemática), o FreeBSD voltou a retornar esse famigerado erro: PHP Fatal error: Call to undefined function preg_match() Entretanto, dessa vez, o procedimento descrito no post anterior não deu jeito, tive de ser mais ignorante, simplesmente mandei remover tudo que tinha de php5 no sistema e mandei reinstalar. Para [...]]]></description>
			<content:encoded><![CDATA[<p>Depois de um reboot anormal (rede elétrica problemática), o FreeBSD voltou a retornar esse famigerado erro:</p>
<blockquote><p>PHP Fatal error:  Call to undefined function preg_match()</p></blockquote>
<p>Entretanto, dessa vez, o procedimento descrito no <a href="http://www.analyx.org/2010/02/07/freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/">post anterior</a> não deu jeito, tive de ser mais ignorante, simplesmente mandei remover tudo que tinha de php5 no sistema e mandei reinstalar.</p>
<p>Para visualizar o que você tem de instalado do php5 (suporte a linguagem, módulos, etc..)</p>
<blockquote><p>pkg_version -v | grep -i php5</p></blockquote>
<p>Para remover tudo:</p>
<blockquote><p>pkg_delete -f php5-\*</p></blockquote>
<p>Pronto. Agora é só ir em lang/php5 e lang/php5-extensions, dar um make clean em cada, e mandar instalar tudo com o famoso:</p>
<blockquote><p>make install clean</p></blockquote>
<p>Espero que seja útil.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.analyx.org/2010/02/28/o-retorno-freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD zica: PHP Fatal error:  Call to undefined function preg_match()</title>
		<link>http://www.analyx.org/2010/02/07/freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/</link>
		<comments>http://www.analyx.org/2010/02/07/freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:52:25 +0000</pubDate>
		<dc:creator>Leonardo Marques</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[zica]]></category>

		<guid isPermaLink="false">http://www.analyx.org/?p=200</guid>
		<description><![CDATA[Hoje eu fui passar meu site para um servidor que roda FreeBSD, e decidi atualizar o PHP4 para o PHP5. Depois de tudo facilmente desinstalado e instalado (lang/php5 e lang/php5-extensions), apache configurado e tudo mais, todos os sites que usam php estavam abrindo em branco e nos logs apareciam coisas desse tipo: PHP Fatal error: [...]]]></description>
			<content:encoded><![CDATA[<p>Hoje eu fui passar meu site para um servidor que roda FreeBSD, e decidi atualizar o PHP4 para o PHP5.</p>
<p>Depois de tudo facilmente desinstalado e instalado (lang/php5 e lang/php5-extensions), apache configurado e tudo mais, todos os sites que usam php estavam abrindo em branco e nos logs apareciam coisas desse tipo:</p>
<blockquote><p>PHP Fatal error:  Call to undefined function preg_match()</p></blockquote>
<p>Depois de uma googlada, vi que o erro estava na extensão devel/php5-pcre.<br />
<a href="http://http://www.michiknows.com/2007/02/27/fatal-error-call-to-undefined-function-preg_match/">Site que continha o workaround original.</a></p>
<p>Tentei remover essa extensão, mas não foi possível haja visto que outras dependiam dela, entretanto outra linha funcionou perfeitamente:</p>
<blockquote><p># make reinstall clean</p></blockquote>
<p>Depois foi só restartar o apache e tudo voltou a funcionar normalmente.</p>
<p>Só para constar: FreeBSD 7.2, apache 1.3 e php5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.analyx.org/2010/02/07/freebsd-zica-php-fatal-error-call-to-undefined-function-preg_match/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Erro na instalação do MATLAB R2009a no Linux &#8211; Permissão xsetup</title>
		<link>http://www.analyx.org/2010/01/05/erro-na-instalacao-do-matlab-r2009a-no-linux-permissao-xsetup/</link>
		<comments>http://www.analyx.org/2010/01/05/erro-na-instalacao-do-matlab-r2009a-no-linux-permissao-xsetup/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 02:23:03 +0000</pubDate>
		<dc:creator>Leonardo Marques</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zica]]></category>

		<guid isPermaLink="false">http://www.analyx.org/?p=113</guid>
		<description><![CDATA[Esses dias eu fui instalar o MATLAB no Linux (Ubuntu 8.10) e obtive o seguinte erro: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- An error status was returned by the program &#8216;xsetup&#8217;, the X Window System version of &#8216;install&#8217;. The following messages were written to standard error: /home/leonardo/Azureus Downloads/Laboratoire Matriciel 2009 for Linux/update/install/main.sh: 178: /home/leonardo/Azureus Downloads/Laboratoire Matriciel 2009 for Linux/update/bin/glnx86/xsetup: Permission [...]]]></description>
			<content:encoded><![CDATA[<p>Esses dias eu fui instalar o MATLAB no Linux (Ubuntu 8.10) e obtive o seguinte erro:</p>
<blockquote><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>    An error status was returned by the program &#8216;xsetup&#8217;,<br />
    the X Window System version of &#8216;install&#8217;. The following<br />
    messages were written to standard error:</p>
<p>        /home/leonardo/Azureus Downloads/Laboratoire Matriciel 2009 for Linux/update/install/main.sh: 178: /home/leonardo/Azureus Downloads/Laboratoire Matriciel 2009 for Linux/update/bin/glnx86/xsetup: Permission denied</p>
<p>    Attempt to fix the problem and try again. If X is not available<br />
    or &#8216;xsetup&#8217; cannot be made to work then try the terminal<br />
    version of &#8216;install&#8217; using the command:</p>
<p>            install* -t    or    INSTALL* -t</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p></blockquote>
<p>Para corrigir bastou acertar as permissões do arquivo xsetup.</p>
<p>Dentro do diretório de instalação do MATLAB, execute:</p>
<blockquote><p>chmod 755 update/bin/glnx86/xsetup</p></blockquote>
<p>E então, a instalação proseguiu corretamente.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.analyx.org/2010/01/05/erro-na-instalacao-do-matlab-r2009a-no-linux-permissao-xsetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
