<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: RMagick for Fedora Core 6 - (How to overcome [BUG] Segmentation fault)</title>
	<link>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/</link>
	<description>Ruby on Rails news resources and information RoR code snippets and help scripts for newbies.</description>
	<pubDate>Mon, 06 Sep 2010 13:17:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Frank</title>
		<link>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comment-28</link>
		<author>Frank</author>
		<pubDate>Mon, 12 Mar 2007 03:03:24 +0000</pubDate>
		<guid>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comment-28</guid>
		<description>Thanks. Very helpful. And it worked like a champ on my f6.</description>
		<content:encoded><![CDATA[<p>Thanks. Very helpful. And it worked like a champ on my f6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hamer</title>
		<link>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comment-17</link>
		<author>Christian Hamer</author>
		<pubDate>Thu, 08 Mar 2007 16:15:04 +0000</pubDate>
		<guid>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comment-17</guid>
		<description>I had the same problem on FC6 with 'gem install rmagick' throwing off lots of errors when trying to generate documentation.  Turns out it was looking for TrueType fonts in /usr/share/fonts/default/TrueType.  I worked around this by making sure corefonts (http://corefonts.sf.net) was installed and then:
# cd /usr/share/fonts/default
# ln -s ../msttcorefonts TrueType
then re-running 'gem install rmagick' which ran to completion with no errors.  My rmagick scripts now work fine without having to rebuild anything else.  I don't love the symlink solution, but it's straightforward and does work for me with the FC6 versions of ruby, ImageMagick[-devel], etc.</description>
		<content:encoded><![CDATA[<p>I had the same problem on FC6 with &#8216;gem install rmagick&#8217; throwing off lots of errors when trying to generate documentation.  Turns out it was looking for TrueType fonts in /usr/share/fonts/default/TrueType.  I worked around this by making sure corefonts (http://corefonts.sf.net) was installed and then:<br />
# cd /usr/share/fonts/default<br />
# ln -s ../msttcorefonts TrueType<br />
then re-running &#8216;gem install rmagick&#8217; which ran to completion with no errors.  My rmagick scripts now work fine without having to rebuild anything else.  I don&#8217;t love the symlink solution, but it&#8217;s straightforward and does work for me with the FC6 versions of ruby, ImageMagick[-devel], etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdeering</title>
		<link>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comment-11</link>
		<author>mdeering</author>
		<pubDate>Fri, 23 Feb 2007 18:29:10 +0000</pubDate>
		<guid>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comment-11</guid>
		<description>&lt;code&gt;rpm -e ruby libruby
error: package libruby is not installed &lt;/code&gt;

This line does nothing for me.  Do you mean to execute this line with "libruby" replaced by each of the rpms listed by the command
&lt;code&gt;
rpm -qa &#124; grep ruby

ruby-ri-1.8.5.2-1.fc6
ruby-mysql-2.7.1-2.fc6
ruby-docs-1.8.5.2-1.fc6
ruby-libs-1.8.5.2-1.fc6
ruby-irb-1.8.5.2-1.fc6
subversion-ruby-1.4.2-2.fc6
ruby-1.8.5.2-1.fc6
rubygems-0.9.1-1.fc6
ruby-mode-1.8.5.2-1.fc6
ruby-devel-1.8.5.2-1.fc6
ruby-rdoc-1.8.5.2-1.fc6
&lt;/code&gt;

Thanks</description>
		<content:encoded><![CDATA[<p><code>rpm -e ruby libruby<br />
error: package libruby is not installed </code></p>
<p>This line does nothing for me.  Do you mean to execute this line with &#8220;libruby&#8221; replaced by each of the rpms listed by the command<br />
<code><br />
rpm -qa | grep ruby</p>
<p>ruby-ri-1.8.5.2-1.fc6<br />
ruby-mysql-2.7.1-2.fc6<br />
ruby-docs-1.8.5.2-1.fc6<br />
ruby-libs-1.8.5.2-1.fc6<br />
ruby-irb-1.8.5.2-1.fc6<br />
subversion-ruby-1.4.2-2.fc6<br />
ruby-1.8.5.2-1.fc6<br />
rubygems-0.9.1-1.fc6<br />
ruby-mode-1.8.5.2-1.fc6<br />
ruby-devel-1.8.5.2-1.fc6<br />
ruby-rdoc-1.8.5.2-1.fc6<br />
</code></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
