<?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>Kommentare zu: mcrypt auf Mac OS X Snow Leopard 10.6.4 installieren</title>
	<atom:link href="http://blog.danielschroeter.de/mac-stuff/mcrypt-auf-mac-os-x-snow-leopard-10-6-4-installieren/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danielschroeter.de/mac-stuff/mcrypt-auf-mac-os-x-snow-leopard-10-6-4-installieren/</link>
	<description>blog.danielschroeter.de</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:15:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Von: Daniel Schröter</title>
		<link>http://blog.danielschroeter.de/mac-stuff/mcrypt-auf-mac-os-x-snow-leopard-10-6-4-installieren/comment-page-1/#comment-210</link>
		<dc:creator>Daniel Schröter</dc:creator>
		<pubDate>Fri, 13 Aug 2010 12:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danielschroeter.de/?p=489#comment-210</guid>
		<description>Probiere es mal so aus:
1. Download libmcrypt

2. Kompilieren und installieren:
./configure --disable-posix-threads --enable-dynamic-loading
make
sudo make install

3. Download PHP

4. in den Ordner php-5.3.1/ext/mcrypt/ wechseln.

5. PHP Kompilieren und installieren
phpize
./configure
make
sudo make install

6. Die mcrypt Extension in die php.ini hinzufügen
extension=mcrypt.so</description>
		<content:encoded><![CDATA[<p>Probiere es mal so aus:<br />
1. Download libmcrypt</p>
<p>2. Kompilieren und installieren:<br />
./configure &#8211;disable-posix-threads &#8211;enable-dynamic-loading<br />
make<br />
sudo make install</p>
<p>3. Download PHP</p>
<p>4. in den Ordner php-5.3.1/ext/mcrypt/ wechseln.</p>
<p>5. PHP Kompilieren und installieren<br />
phpize<br />
./configure<br />
make<br />
sudo make install</p>
<p>6. Die mcrypt Extension in die php.ini hinzufügen<br />
extension=mcrypt.so</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Teo</title>
		<link>http://blog.danielschroeter.de/mac-stuff/mcrypt-auf-mac-os-x-snow-leopard-10-6-4-installieren/comment-page-1/#comment-209</link>
		<dc:creator>Teo</dc:creator>
		<pubDate>Fri, 13 Aug 2010 11:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danielschroeter.de/?p=489#comment-209</guid>
		<description>Hallo, 

ich bin der Schritt-für-Schritt Anleitung gefolgt, aber wenn ich an dem Punkt: 

MACOSX_DEPLOYMENT_TARGET=10.6 ... usw

angelangt bin, meldet mir  configure, dass mcrypt.h nicht gefunden wurde und libmcrypt neu installieren möge.</description>
		<content:encoded><![CDATA[<p>Hallo, </p>
<p>ich bin der Schritt-für-Schritt Anleitung gefolgt, aber wenn ich an dem Punkt: </p>
<p>MACOSX_DEPLOYMENT_TARGET=10.6 &#8230; usw</p>
<p>angelangt bin, meldet mir  configure, dass mcrypt.h nicht gefunden wurde und libmcrypt neu installieren möge.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

