<?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>Zarathustra Shall Speak &#187; PHP</title>
	<atom:link href="http://zarathustrashallspeak.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://zarathustrashallspeak.com</link>
	<description>And you yourself are also this Will to Power.</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:44:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding libjpeg to a compiled php5</title>
		<link>http://zarathustrashallspeak.com/2008/11/14/adding-libjpeg-to-a-compiled-php5/</link>
		<comments>http://zarathustrashallspeak.com/2008/11/14/adding-libjpeg-to-a-compiled-php5/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 08:17:18 +0000</pubDate>
		<dc:creator>Akairenn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://zarathustrashallspeak.com/?p=43</guid>
		<description><![CDATA['make clean' would be cooler if it involved Leon.]]></description>
			<content:encoded><![CDATA[<p>So, found out something interesting and weird about php5 today.</p>
<p>Apparently, if you compile php5 from source, and then later wish to compile with libjpeg support, you may not end up with libjpeg support for gd. There&#8217;s some sort of weird bug with php5&#8242;s config cache.</p>
<p>The solution is easy: rm config.cache before ./configure &#8211; recommend following that up with a make clean just because it&#8217;s usually a good idea to make clean before recompiling something.</p>
]]></content:encoded>
			<wfw:commentRss>http://zarathustrashallspeak.com/2008/11/14/adding-libjpeg-to-a-compiled-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling PHP: U8T_CANONICAL is missing?</title>
		<link>http://zarathustrashallspeak.com/2007/08/09/compiling-php-on-centos-u8t_canonical-is-missing/</link>
		<comments>http://zarathustrashallspeak.com/2007/08/09/compiling-php-on-centos-u8t_canonical-is-missing/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 14:43:26 +0000</pubDate>
		<dc:creator>Akairenn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://zarathustrashallspeak.com/?p=3</guid>
		<description><![CDATA[Just a weird issue I stumbled upon when attempting to compile PHP 5.2 on CentOS.  ]]></description>
			<content:encoded><![CDATA[<p><em>configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.</em></p>
<p>This should not happen? Damned right it shouldn&#8217;t, especially when you need PHP 5.2 on the triple. Googling won&#8217;t help you, Mr. Bond &#8211; Googling for this specific error leaves much to be desired. Until (hopefully) now.</p>
<p>The fix is so easy, even a caveman could do it:</p>
<pre class="code">
yum install libc-client libc-client-devel
</pre>
<p>Do that, and Bob&#8217;s yer uncle.</p>
<p>Of course, there&#8217;s another problem apparently. If, when restarting Apache, you get the following&#8230;</p>
<pre class="code">
Starting httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/libphp5.so into server:
/usr/lib/libc-client.so.0: undefined symbol: mm_dlog [FAILED]
</pre>
<p>&#8230;Then you&#8217;re using a version of CentOS with some sort of borked libc. In this case, you have two options. Either remove &#8211;with-imap from your PHP configuration (Do you *really* need it, even? Chances are you do not&#8230;) or compile libc-client as a shared library and point the configuration to your copy rather than the distribution&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://zarathustrashallspeak.com/2007/08/09/compiling-php-on-centos-u8t_canonical-is-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

