<?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: Adding the mcrypt module to PHP on Leopard</title>
	<atom:link href="http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 15:55:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Timothy</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-5208</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Fri, 04 Sep 2009 15:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-5208</guid>
		<description>I reinstalled xtools and reinstalled libmcrypt and that seemed to fix the C++ compiler issue.</description>
		<content:encoded><![CDATA[<p>I reinstalled xtools and reinstalled libmcrypt and that seemed to fix the C++ compiler issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-5206</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Fri, 04 Sep 2009 15:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-5206</guid>
		<description>Seemed to install fine except I saw this at the end &quot;checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables&quot; and I&#039;m not sure if that is a problem or not?  Doesn&#039;t sound right...</description>
		<content:encoded><![CDATA[<p>Seemed to install fine except I saw this at the end &#8220;checking for C++ compiler default output file name&#8230; configure: error: C++ compiler cannot create executables&#8221; and I&#8217;m not sure if that is a problem or not?  Doesn&#8217;t sound right&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-4995</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 13 Aug 2009 06:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-4995</guid>
		<description>Hi Anonymous, it could be caused by a miriad of problems. But try to compile mcrypt again and then compile php again. Make sure both are either 32 or 64 bits compilations. If it still does not work mail me at info @ this domain.</description>
		<content:encoded><![CDATA[<p>Hi Anonymous, it could be caused by a miriad of problems. But try to compile mcrypt again and then compile php again. Make sure both are either 32 or 64 bits compilations. If it still does not work mail me at info @ this domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-4993</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-4993</guid>
		<description>Great site ... thanks for sharing your experience ...

I installed the newest versions of MySQL, Apache and PHP according your instructions ... everything worked fine ... then I doubled back to enable mcrypt ... and here&#039;s the problem I&#039;ve run during the PHP make ...

---

Generating phar.php
dyld: Symbol not found: _arcfour_LTX__is_block_algorithm
  Referenced from: /usr/local/lib/libmcrypt.4.dylib
  Expected in: flat namespace

/bin/sh: line 1: 40287 Trace/BPT trap          ` if test -x &quot;/Users/anon/Downloads/php-5.3.0/sapi/cli/php&quot;; then /Users/anon/Downloads/php-5.3.0/build/shtool echo -n -- &quot;/Users/anon/Downloads/php-5.3.0/sapi/cli/php -n&quot;; if test &quot;x&quot; != &quot;x&quot;; then /Users/anon/Downloads/php-5.3.0/build/shtool echo -n -- &quot; -d extension_dir=/Users/anon/Downloads/php-5.3.0/modules&quot;; for i in bz2 zlib phar; do if test -f &quot;/Users/anon/Downloads/php-5.3.0/modules/$i.la&quot;; then . /Users/anon/Downloads/php-5.3.0/modules/$i.la; /Users/anon/Downloads/php-5.3.0/build/shtool echo -n -- &quot; -d extension=$dlname&quot;; fi; done; fi; else /Users/anon/Downloads/php-5.3.0/build/shtool echo -n -- &quot;&quot;; fi;` -d &#039;open_basedir=&#039; -d &#039;output_buffering=0&#039; -d &#039;memory_limit=-1&#039; -d phar.readonly=0 -d &#039;safe_mode=0&#039; /Users/anon/Downloads/php-5.3.0/ext/phar/build_precommand.php &gt; ext/phar/phar.php
make: *** [ext/phar/phar.php] Error 133

---

Any ideas ... ?</description>
		<content:encoded><![CDATA[<p>Great site &#8230; thanks for sharing your experience &#8230;</p>
<p>I installed the newest versions of MySQL, Apache and PHP according your instructions &#8230; everything worked fine &#8230; then I doubled back to enable mcrypt &#8230; and here&#8217;s the problem I&#8217;ve run during the PHP make &#8230;</p>
<p>&#8212;</p>
<p>Generating phar.php<br />
dyld: Symbol not found: _arcfour_LTX__is_block_algorithm<br />
  Referenced from: /usr/local/lib/libmcrypt.4.dylib<br />
  Expected in: flat namespace</p>
<p>/bin/sh: line 1: 40287 Trace/BPT trap          ` if test -x &#8220;/Users/anon/Downloads/php-5.3.0/sapi/cli/php&#8221;; then /Users/anon/Downloads/php-5.3.0/build/shtool echo -n &#8212; &#8220;/Users/anon/Downloads/php-5.3.0/sapi/cli/php -n&#8221;; if test &#8220;x&#8221; != &#8220;x&#8221;; then /Users/anon/Downloads/php-5.3.0/build/shtool echo -n &#8212; &#8221; -d extension_dir=/Users/anon/Downloads/php-5.3.0/modules&#8221;; for i in bz2 zlib phar; do if test -f &#8220;/Users/anon/Downloads/php-5.3.0/modules/$i.la&#8221;; then . /Users/anon/Downloads/php-5.3.0/modules/$i.la; /Users/anon/Downloads/php-5.3.0/build/shtool echo -n &#8212; &#8221; -d extension=$dlname&#8221;; fi; done; fi; else /Users/anon/Downloads/php-5.3.0/build/shtool echo -n &#8212; &#8220;&#8221;; fi;` -d &#8216;open_basedir=&#8217; -d &#8216;output_buffering=0&#8242; -d &#8216;memory_limit=-1&#8242; -d phar.readonly=0 -d &#8217;safe_mode=0&#8242; /Users/anon/Downloads/php-5.3.0/ext/phar/build_precommand.php &gt; ext/phar/phar.php<br />
make: *** [ext/phar/phar.php] Error 133</p>
<p>&#8212;</p>
<p>Any ideas &#8230; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-4556</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Thu, 02 Jul 2009 21:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-4556</guid>
		<description>#
15 Mar 2009
12:46 am

I</description>
		<content:encoded><![CDATA[<p>#<br />
15 Mar 2009<br />
12:46 am</p>
<p>I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-4319</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 13 Jun 2009 19:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-4319</guid>
		<description>@OSXniCKels, Thanks for mentioning this. Although most of your remarks have been answered in other sections of this site.</description>
		<content:encoded><![CDATA[<p>@OSXniCKels, Thanks for mentioning this. Although most of your remarks have been answered in other sections of this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSXniCKels</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-4315</link>
		<dc:creator>OSXniCKels</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-4315</guid>
		<description>Oops, another little quirk...on my system, I had to change the &quot;--prefix=&quot; to &quot;/etc&quot;.  That&#039;s where php lives for me.</description>
		<content:encoded><![CDATA[<p>Oops, another little quirk&#8230;on my system, I had to change the &#8220;&#8211;prefix=&#8221; to &#8220;/etc&#8221;.  That&#8217;s where php lives for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSXniCKels</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-4314</link>
		<dc:creator>OSXniCKels</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-4314</guid>
		<description>thanks man. i got a mysql error when compiling with 32-bit mode. Haha, didn&#039;t realize which version i had. But it works with 64-bit mode.

Also, I have OSX 10.5(.7) using the default apache install.  I had to change that last line for &quot;apxs2&quot; to:

[code]--with-apxs2=/etc/apache2/bin/apxs[/code]

because apache lives at /etc/apache2 (aka /private/etc/apache2)

Thanks again!!</description>
		<content:encoded><![CDATA[<p>thanks man. i got a mysql error when compiling with 32-bit mode. Haha, didn&#8217;t realize which version i had. But it works with 64-bit mode.</p>
<p>Also, I have OSX 10.5(.7) using the default apache install.  I had to change that last line for &#8220;apxs2&#8243; to:</p>
<p>[code]--with-apxs2=/etc/apache2/bin/apxs[/code]</p>
<p>because apache lives at /etc/apache2 (aka /private/etc/apache2)</p>
<p>Thanks again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdesign</title>
		<link>http://diymacserver.com/installing-php/adding-the-mcrypt-module-to-php/comment-page-1/#comment-3678</link>
		<dc:creator>webdesign</dc:creator>
		<pubDate>Tue, 07 Apr 2009 22:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=455#comment-3678</guid>
		<description>Works like a charm thx :)</description>
		<content:encoded><![CDATA[<p>Works like a charm thx <img src='http://diymacserver.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
