<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Just Like (a) Human &#187; 2007 &#187; February &#187; 06</title>
	<atom:link href="http://pxnet.pixelechoes.net/2007/02/06/feed/" rel="self" type="application/rss+xml" />
	<link>http://pxnet.pixelechoes.net</link>
	<description>If our world was... just like a human, would we abuse it so?</description>
	<pubDate>Fri, 02 Jan 2009 23:59:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>		<item>
		<title>PHP5 woes.</title>
		<link>http://pxnet.pixelechoes.net/2007/02/06/php5-woes/</link>
		<comments>http://pxnet.pixelechoes.net/2007/02/06/php5-woes/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 17:59:01 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
		
		<category><![CDATA[Boredom]]></category>

		<category><![CDATA[Geeking]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://pxnet.pixelechoes.net/2007/02/06/php5-woes/</guid>
		<description><![CDATA[I have been trying to get php5 up and running on my spare computer here (Pentium II, 400 MHz, 128 MB of PC-100, running FreeBSD 6) for the past two or three days now.
Unfortunately, it&#8217;s been a constantly uphill battle. I can&#8217;t get a damn thing done with it, due to the torrential amount of [...]]]></description>
			<content:encoded><![CDATA[<p>I have been trying to get php5 up and running on my spare computer here (Pentium II, 400 MHz, 128 MB of PC-100, running FreeBSD 6) for the past two or three days now.</p>
<p>Unfortunately, it&#8217;s been a constantly uphill battle. I can&#8217;t get a damn thing done with it, due to the torrential amount of errors I&#8217;ve dealt with. As soon as I clear one batch of errors, another one appears.</p>
<p>I&#8217;ve become increasingly frustrated with trying to set this up, despite googling for answers (This includes using the special <a href="http://google.com/bsd">google.com/bsd</a> search to focus my results a fair bit more).</p>
<p>Right now, all I want php5 for is to test <a href="http://habariproject.org/">Habari</a> on my little box. Everything else that I&#8217;d like to play around with can probably be easily done from php4.</p>
<p>Instead, I get this:</p>
<p><code>PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/bz2.so' - Cannot open "/usr/local/lib/php/20060613-debug/bz2.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/curl.so' - Cannot open "/usr/local/lib/php/20060613-debug/curl.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/gettext.so' - Cannot open "/usr/local/lib/php/20060613-debug/gettext.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/gmp.so' - Cannot open "/usr/local/lib/php/20060613-debug/gmp.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/iconv.so' - Cannot open "/usr/local/lib/php/20060613-debug/iconv.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/imap.so' - Cannot open "/usr/local/lib/php/20060613-debug/imap.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/mbstring.so' - Cannot open "/usr/local/lib/php/20060613-debug/mbstring.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/mcrypt.so' - Cannot open "/usr/local/lib/php/20060613-debug/mcrypt.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/mhash.so' - Cannot open "/usr/local/lib/php/20060613-debug/mhash.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/mysqli.so' - Cannot open "/usr/local/lib/php/20060613-debug/mysqli.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/ncurses.so' - Cannot open "/usr/local/lib/php/20060613-debug/ncurses.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/openssl.so' - Cannot open "/usr/local/lib/php/20060613-debug/openssl.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/pdo.so' - Cannot open "/usr/local/lib/php/20060613-debug/pdo.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/pgsql.so' - Cannot open "/usr/local/lib/php/20060613-debug/pgsql.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/readline.so' - Cannot open "/usr/local/lib/php/20060613-debug/readline.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/recode.so' - Cannot open "/usr/local/lib/php/20060613-debug/recode.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/simplexml.so' - Cannot open "/usr/local/lib/php/20060613-debug/simplexml.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/snmp.so' - Cannot open "/usr/local/lib/php/20060613-debug/snmp.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/sockets.so' - Cannot open "/usr/local/lib/php/20060613-debug/sockets.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/sqlite.so' - Cannot open "/usr/local/lib/php/20060613-debug/sqlite.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/sysvmsg.so' - Cannot open "/usr/local/lib/php/20060613-debug/sysvmsg.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/sysvsem.so' - Cannot open "/usr/local/lib/php/20060613-debug/sysvsem.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/sysvshm.so' - Cannot open "/usr/local/lib/php/20060613-debug/sysvshm.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/dom.so' - Cannot open "/usr/local/lib/php/20060613-debug/dom.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/xmlreader.so' - Cannot open "/usr/local/lib/php/20060613-debug/xmlreader.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/xmlrpc.so' - Cannot open "/usr/local/lib/php/20060613-debug/xmlrpc.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/xmlwriter.so' - Cannot open "/usr/local/lib/php/20060613-debug/xmlwriter.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/xsl.so' - Cannot open "/usr/local/lib/php/20060613-debug/xsl.so" in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613-debug/zip.so' - Cannot open "/usr/local/lib/php/20060613-debug/zip.so" in Unknown on line 0<br />
PHP Warning:  [tag]PHP[/tag] Startup: Unable to load dynamic library &#8216;/usr/local/lib/php/20060613-debug/calendar.so&#8217; - Cannot open &#8220;/usr/local/lib/php/20060613-debug/calendar.so&#8221; in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/local/lib/php/20060613-debug/dbase.so&#8217; - Cannot open &#8220;/usr/local/lib/php/20060613-debug/dbase.so&#8221; in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/local/lib/php/20060613-debug/fileinfo.so&#8217; - Cannot open &#8220;/usr/local/lib/php/20060613-debug/fileinfo.so&#8221; in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/local/lib/php/20060613-debug/ftp.so&#8217; - Cannot open &#8220;/usr/local/lib/php/20060613-debug/ftp.so&#8221; in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/local/lib/php/20060613-[tag]debug[/tag]/gd.so&#8217; - Cannot open &#8220;/usr/local/lib/php/20060613-debug/gd.so&#8221; in Unknown on line 0</code><br />
I&#8217;m rebuilding the extensions at the moment to see what will happen, but right now, it&#8217;s doing all sorts of irritate-the-crap-out-of-me.</p>
<p>What I need at the moment is:<br />
A solution to the [tag]segmentation fault[/tag]ing that php5 is doing (also, where the hell are the logs for this thing?)<br />
A way to get [tag]php5[/tag] and php4 to coexist, so I can at least move forward on that front.</p>
<p>I also need a temporary job that I can commute to and from via the bus system, since my car is in serious need of repair or replacement.</p>
<p>This ain&#8217;t my week, baby.</p>
]]></content:encoded>
			<wfw:commentRss>http://pxnet.pixelechoes.net/2007/02/06/php5-woes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
