<?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 for semanticpool</title>
	<atom:link href="http://www.semanticpool.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticpool.de</link>
	<description>finest thoughts since 2003</description>
	<lastBuildDate>Sun, 28 Nov 2010 15:46:10 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Invalid command &#8216;RewriteEngine&#8217; by Designer</title>
		<link>http://www.semanticpool.de/invalid-command-rewrite-engine/comment-page-1/#comment-23444</link>
		<dc:creator>Designer</dc:creator>
		<pubDate>Sun, 28 Nov 2010 15:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/?p=392#comment-23444</guid>
		<description>hi,
you can try this:

Options Indexes FollowSymLinks

in yours httpd.conf file.</description>
		<content:encoded><![CDATA[<p>hi,<br />
you can try this:</p>
<p>Options Indexes FollowSymLinks</p>
<p>in yours httpd.conf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian RMagick install: &#8220;Can&#8217;t find Magick-config&#8221; by @klebervirgilio</title>
		<link>http://www.semanticpool.de/debian-rmagick-install-cant-find-magick-config/comment-page-1/#comment-23430</link>
		<dc:creator>@klebervirgilio</dc:creator>
		<pubDate>Mon, 16 Aug 2010 15:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/?p=334#comment-23430</guid>
		<description>WOOOWWW!! Tks so much!! works for me!</description>
		<content:encoded><![CDATA[<p>WOOOWWW!! Tks so much!! works for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian RMagick install: &#8220;Can&#8217;t find Magick-config&#8221; by Alexander</title>
		<link>http://www.semanticpool.de/debian-rmagick-install-cant-find-magick-config/comment-page-1/#comment-23417</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/?p=334#comment-23417</guid>
		<description>Thanx for help!</description>
		<content:encoded><![CDATA[<p>Thanx for help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian RMagick install: &#8220;Can&#8217;t find Magick-config&#8221; by Mark</title>
		<link>http://www.semanticpool.de/debian-rmagick-install-cant-find-magick-config/comment-page-1/#comment-23411</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 22 Jun 2010 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/?p=334#comment-23411</guid>
		<description>On Ubuntu 10.04LTS, I ONLY had to do: apt-get install libmagick9-dev

I did NOT have to install any of the other libs / devs as indicated by others above.</description>
		<content:encoded><![CDATA[<p>On Ubuntu 10.04LTS, I ONLY had to do: apt-get install libmagick9-dev</p>
<p>I did NOT have to install any of the other libs / devs as indicated by others above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hidden Skype Emoticons by piraaa</title>
		<link>http://www.semanticpool.de/hidden-skype-emoticons/comment-page-1/#comment-23409</link>
		<dc:creator>piraaa</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/hidden-skype-emoticons/#comment-23409</guid>
		<description>what about scotland :(</description>
		<content:encoded><![CDATA[<p>what about scotland :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cannot open shared object file: No such file or directory by GS</title>
		<link>http://www.semanticpool.de/cannot-open-shared-object-file-no-such-file-or-directory/comment-page-1/#comment-23400</link>
		<dc:creator>GS</dc:creator>
		<pubDate>Thu, 20 May 2010 14:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/?p=415#comment-23400</guid>
		<description>Exact solution to the issue. Thanks!</description>
		<content:encoded><![CDATA[<p>Exact solution to the issue. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cannot open shared object file: No such file or directory by Eso</title>
		<link>http://www.semanticpool.de/cannot-open-shared-object-file-no-such-file-or-directory/comment-page-1/#comment-23369</link>
		<dc:creator>Eso</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.semanticpool.de/?p=415#comment-23369</guid>
		<description>Thanks that helped a lot. Though I had to use:
sudo /sbin/ldconfig /usr/local/imagemagick/lib

because I set a custom prefix when installing imagemagick.

When i tried without sudo I had the following error:- 
/sbin/ldconfig: Can&#039;t create temporary cache file /etc/ld.so.cache~: Permission denied

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks that helped a lot. Though I had to use:<br />
sudo /sbin/ldconfig /usr/local/imagemagick/lib</p>
<p>because I set a custom prefix when installing imagemagick.</p>
<p>When i tried without sudo I had the following error:-<br />
/sbin/ldconfig: Can&#8217;t create temporary cache file /etc/ld.so.cache~: Permission denied</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

