<?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>Hank Beaver &#187; RMagick</title>
	<atom:link href="http://www.hankbeaver.com/index.php/category/rmagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Open-source, Internet technologist who works for MaxMedia located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 09 Aug 2011 18:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building &amp; Install RMagick on OS X, lessons learned</title>
		<link>http://www.hankbeaver.com/index.php/2007/12/18/building-install-rmagick-on-os-x-lessons-learned/</link>
		<comments>http://www.hankbeaver.com/index.php/2007/12/18/building-install-rmagick-on-os-x-lessons-learned/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 20:01:55 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[RMagick]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://1000fires.com/wordpress/?p=25</guid>
		<description><![CDATA[There are several ways out there to install RMagick: via ports, package installer, etc. My advice: before you even start working on these.
1. Install ALL updates from Apple for your OSX.
2. Update XCode to the latest downloadable version.
Doing the above will save you a whole weekend and avoid weird errors like this:
.libs/libMagick.dylib must have a [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways out there to install RMagick: via ports, package installer, etc. My advice: before you even start working on these.</p>
<p>1. Install ALL updates from Apple for your OSX.</p>
<p>2. Update XCode to the latest downloadable version.</p>
<p>Doing the above will save you a whole weekend and avoid weird errors like this:<br />
.libs/libMagick.dylib must have a &#8216;:&#8217; between its file names<br />
H</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2007/12/18/building-install-rmagick-on-os-x-lessons-learned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling RMagick on Westhost =&gt; TIPS</title>
		<link>http://www.hankbeaver.com/index.php/2007/09/24/compiling-rmagick-on-westhost-tips/</link>
		<comments>http://www.hankbeaver.com/index.php/2007/09/24/compiling-rmagick-on-westhost-tips/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 17:23:42 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[RMagick]]></category>

		<guid isPermaLink="false">http://1000fires.com/wordpress/?p=13</guid>
		<description><![CDATA[1. Create a working directory, I made ~/app-src.
2. cd to this dir.
3. wget &#8216;http://rubyforge.org/frs/download.php/25349/RMagick-1.15.10.tar.gz&#8217; or latest.
4. create a symlink from the current version of  libMagick.so. to no version extension :
ln -s /usr/local/ImageMagick-6.3.3/lib/libMagick.so.10.0.7 /usr/local/ImageMagick-6.3.3/lib/libMagick.so
5. export the base ImageMagick directory above as LD_LIBRARY_PATH in the current shell you are going to compile in: export LD_LIBRARY_PATH=/usr/local/ImageMagick-6.3.3/
6. ./configure [...]]]></description>
			<content:encoded><![CDATA[<p>1. Create a working directory, I made ~/app-src.</p>
<p>2. cd to this dir.</p>
<p>3. wget &#8216;http://rubyforge.org/frs/download.php/25349/RMagick-1.15.10.tar.gz&#8217; or latest.</p>
<p>4. create a symlink from the current version of  libMagick.so. to no version extension :</p>
<p>ln -s /usr/local/ImageMagick-6.3.3/lib/libMagick.so.10.0.7 /usr/local/ImageMagick-6.3.3/lib/libMagick.so</p>
<p>5. export the base ImageMagick directory above as LD_LIBRARY_PATH in the current shell you are going to compile in: export LD_LIBRARY_PATH=/usr/local/ImageMagick-6.3.3/<br />
6. ./configure &#8211;disable-htmldoc (The HTML doc creation kept failing so I needed to do the above option.) <strong>NOTE: this is a double dash &#8220;- &#8211; &#8221; in front of disable-htmldoc.</strong><br />
7. make</p>
<p>8. make install</p>
<p>9. irb; require &#8216;RMagick&#8217;. so far so good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2007/09/24/compiling-rmagick-on-westhost-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

