<?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>Pennysmalls &#187; OSX</title>
	<atom:link href="http://pennysmalls.com/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://pennysmalls.com</link>
	<description>A blog about Ruby, Rails and other tech.  Mostly.</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:24:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Breakage in Leopard &#8211; RMagick fails to find libdpstk.1.dylib</title>
		<link>http://pennysmalls.com/2007/10/28/breakage-in-leopard-rmagick-fails-to-find-libdpstk1dylib/</link>
		<comments>http://pennysmalls.com/2007/10/28/breakage-in-leopard-rmagick-fails-to-find-libdpstk1dylib/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 05:53:01 +0000</pubDate>
		<dc:creator>Stephen Sykes</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://pennysmalls.com/2007/10/28/breakage-in-leopard-rmagick-fails-to-find-libdpstk1dylib/</guid>
		<description><![CDATA[Some small breakage in Leopard &#8211; it seems a couple of parts of X11 have been removed.  Starting my rails setup, which has GraphicsMagick installed (read here for how), results in this:

dyld: NSLinkModule() error
dyld: Library not loaded: /usr/X11R6/lib/libdpstk.1.dylib
  Referenced from: /usr/local/lib/ruby/gems/1.8/gems/rmagick-1.15.9/lib/RMagick.bundle
  Reason: image not found
Trace/BPT trap
Those dylib files do not exist any [...]]]></description>
			<content:encoded><![CDATA[<p>Some small breakage in Leopard &#8211; it seems a couple of parts of X11 have been removed.  Starting my rails setup, which has GraphicsMagick installed (<a href="http://www.stephensykes.com/blog_perm.html?138">read here for how</a>), results in this:</p>
<pre>
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/X11R6/lib/libdpstk.1.dylib
  Referenced from: /usr/local/lib/ruby/gems/1.8/gems/rmagick-1.15.9/lib/RMagick.bundle
  Reason: image not found
Trace/BPT trap</pre>
<p>Those dylib files do not exist any more.  But&#8230; I have a backup (I hope you do).  I ended up doing this:</p>
<pre>
$ cd /Volumes/BackupDisk/usr/X11R6/lib
$ sudo cp libdps*1.0* /usr/X11R6/lib/
$ sudo ln -s /usr/X11R6/lib/libdpstk.1.0.dylib /usr/X11R6/lib/libdpstk.1.dylib
$ sudo ln -s /usr/X11R6/lib/libdps.1.0.dylib /usr/X11R6/lib/libdps.1.dylib</pre>
<p>All fixed.</p>
<p>Without a backup you are going to need to find those two files from somewhere.  I&#8217;m not sure I can legally post them here, but email me if you are stuck.</p>
]]></content:encoded>
			<wfw:commentRss>http://pennysmalls.com/2007/10/28/breakage-in-leopard-rmagick-fails-to-find-libdpstk1dylib/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
