<?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>Comments on: libphp5.so: undefined symbol: _efree</title>
	<atom:link href="http://www.liucougar.net/blog/archives/71/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liucougar.net/blog/archives/71</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 13:30:32 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-181707</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-181707</guid>
		<description>Awesome.  I was beating my head against the wall with this one.

Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome.  I was beating my head against the wall with this one.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aa'ed Alqarta</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-181694</link>
		<dc:creator>Aa'ed Alqarta</dc:creator>
		<pubDate>Sat, 06 Jun 2009 14:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-181694</guid>
		<description>Thanks dude...</description>
		<content:encoded><![CDATA[<p>Thanks dude&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abe Spain</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-181683</link>
		<dc:creator>Abe Spain</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-181683</guid>
		<description>Indeed this does work, make clean.</description>
		<content:encoded><![CDATA[<p>Indeed this does work, make clean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-177200</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 22 Dec 2008 01:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-177200</guid>
		<description>Thanks ivan</description>
		<content:encoded><![CDATA[<p>Thanks ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-149758</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Tue, 16 Sep 2008 12:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-149758</guid>
		<description>Thanks a lot man.. :) Was pulling my hair out of frustration! It worked beautifully..</description>
		<content:encoded><![CDATA[<p>Thanks a lot man.. <img src='http://www.liucougar.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Was pulling my hair out of frustration! It worked beautifully..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Or</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-69525</link>
		<dc:creator>Or</dc:creator>
		<pubDate>Tue, 25 Dec 2007 15:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-69525</guid>
		<description>Thanks Ivan, worked for me:

`make clean`
or
`gmake clean`
or w/e you want to use.</description>
		<content:encoded><![CDATA[<p>Thanks Ivan, worked for me:</p>
<p>`make clean`<br />
or<br />
`gmake clean`<br />
or w/e you want to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-53901</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 12 Oct 2007 13:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-53901</guid>
		<description>I also had this problem... nothing online seemed to help.  

What worked for me was to do a `gmake clean` before recompiling php. Clean will remove all files compiled from the previous build forcing the new build ro recompile all the files... hope this helps.

Ivan</description>
		<content:encoded><![CDATA[<p>I also had this problem&#8230; nothing online seemed to help.  </p>
<p>What worked for me was to do a `gmake clean` before recompiling php. Clean will remove all files compiled from the previous build forcing the new build ro recompile all the files&#8230; hope this helps.</p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liucougar</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-46191</link>
		<dc:creator>liucougar</dc:creator>
		<pubDate>Fri, 07 Sep 2007 01:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-46191</guid>
		<description>try to remove libphp5.so and libphp5.la under /usr/local/apache2/modules, and copy over the compiled ones</description>
		<content:encoded><![CDATA[<p>try to remove libphp5.so and libphp5.la under /usr/local/apache2/modules, and copy over the compiled ones</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Bauer</title>
		<link>http://www.liucougar.net/blog/archives/71/comment-page-1#comment-46118</link>
		<dc:creator>Al Bauer</dc:creator>
		<pubDate>Thu, 06 Sep 2007 17:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/71#comment-46118</guid>
		<description>I am still having the same problem. Even though I copied libphp5.la to the /usr/local/apache2/modules directory. then did a chmod 755 on it. I still get the error:
httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot l
oad /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modu
les/libphp5.so: undefined symbol: _efree

any suggestions.</description>
		<content:encoded><![CDATA[<p>I am still having the same problem. Even though I copied libphp5.la to the /usr/local/apache2/modules directory. then did a chmod 755 on it. I still get the error:<br />
httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot l<br />
oad /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modu<br />
les/libphp5.so: undefined symbol: _efree</p>
<p>any suggestions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
