<?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>semanticpool &#187; how to fix the error&#8230;</title>
	<atom:link href="http://www.semanticpool.de/category/how-to-fix-the-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticpool.de</link>
	<description>finest thoughts since 2003</description>
	<lastBuildDate>Mon, 14 Jun 2010 15:08:04 +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>no such file to load &#8212; mkmf</title>
		<link>http://www.semanticpool.de/no-such-file-to-load-mkmf/</link>
		<comments>http://www.semanticpool.de/no-such-file-to-load-mkmf/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:05:27 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[how to fix the error...]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=565</guid>
		<description><![CDATA[I got the following error when i wanted to install passenger via
gem install passenger
on my ubuntu machine:
no such file to load &#8212; mkmf
To fix this i had to install the ruby modules via
sudo apt-get install ruby1.8-dev
]]></description>
			<content:encoded><![CDATA[<p>I got the following error when i wanted to install passenger via</p>
<pre>gem install passenger</pre>
<p>on my ubuntu machine:</p>
<blockquote><p>no such file to load &#8212; mkmf</p></blockquote>
<p>To fix this i had to install the ruby modules via</p>
<pre>sudo apt-get install ruby1.8-dev</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/no-such-file-to-load-mkmf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache2-ssl-certificate: command not found</title>
		<link>http://www.semanticpool.de/apache2-ssl-certificate-command-not-found/</link>
		<comments>http://www.semanticpool.de/apache2-ssl-certificate-command-not-found/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 08:01:43 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[how to fix the error...]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=519</guid>
		<description><![CDATA[I got the following error when trying to create a ssl-certificate on Ubuntu 8.04:
apache2-ssl-certificate: command not found
The problem was that there is a new command to create such a certificate:
sudo apt-get install ssl-cert
sudo mkdir /etc/apache2/ssl
sudo /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem
]]></description>
			<content:encoded><![CDATA[<p>I got the following error when trying to create a ssl-certificate on Ubuntu 8.04:</p>
<blockquote><p>apache2-ssl-certificate: command not found</p></blockquote>
<p>The problem was that there is a new command to create such a certificate:</p>
<pre>sudo apt-get install ssl-cert
sudo mkdir /etc/apache2/ssl
sudo /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/apache2-ssl-certificate-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10</title>
		<link>http://www.semanticpool.de/error-unexpected-html-page-found-at-httptrac-hacks-orgsvnaccountmanagerplugin0-10/</link>
		<comments>http://www.semanticpool.de/error-unexpected-html-page-found-at-httptrac-hacks-orgsvnaccountmanagerplugin0-10/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:36:58 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[how to fix the error...]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=517</guid>
		<description><![CDATA[I got the following error:
error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10
To fix it, you need to update setuptools via
sudo easy_install -U setuptools
]]></description>
			<content:encoded><![CDATA[<p>I got the following error:</p>
<blockquote><p>error: Unexpected HTML page found at http://trac-hacks.org/svn/accountmanagerplugin/0.10</p></blockquote>
<p>To fix it, you need to update setuptools via</p>
<pre>sudo easy_install -U setuptools</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/error-unexpected-html-page-found-at-httptrac-hacks-orgsvnaccountmanagerplugin0-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>cannot open shared object file: No such file or directory</title>
		<link>http://www.semanticpool.de/cannot-open-shared-object-file-no-such-file-or-directory/</link>
		<comments>http://www.semanticpool.de/cannot-open-shared-object-file-no-such-file-or-directory/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:47:41 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[how to fix the error...]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[rmagick]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=415</guid>
		<description><![CDATA[I&#8217;ve gotten this error after i&#8217;ve installed ImageMagick (from source) and RMagick (using gem) on my Debian system
libMagickCore.so.2: cannot open shared object file: No such file or directory &#8211; /usr/lib/ruby/gems/1.8/gems/rmagick-2.8.0/lib/RMagick2.so
To get rid of this error i executed
ldconfig /usr/local/lib
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten this error after i&#8217;ve installed ImageMagick (from source) and RMagick (using gem) on my Debian system</p>
<blockquote><p>libMagickCore.so.2: cannot open shared object file: No such file or directory &#8211; /usr/lib/ruby/gems/1.8/gems/rmagick-2.8.0/lib/RMagick2.so</p></blockquote>
<p>To get rid of this error i executed</p>
<pre>ldconfig /usr/local/lib</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/cannot-open-shared-object-file-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Invalid command &#8216;RewriteEngine&#8217;</title>
		<link>http://www.semanticpool.de/invalid-command-rewrite-engine/</link>
		<comments>http://www.semanticpool.de/invalid-command-rewrite-engine/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 09:51:38 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Building the Web]]></category>
		<category><![CDATA[how to fix the error...]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=392</guid>
		<description><![CDATA[After i made a new Apache installation on Ubuntu in whose httpd.conf file i use the
RewriteEngine on
command, i got the following error, when starting Apache:
Invalid command &#8216;RewriteEngine&#8217;
To fix this problem, i executed
sudo a2enmod rewrite
to enable the Rewrite module.
]]></description>
			<content:encoded><![CDATA[<p>After i made a new Apache installation on Ubuntu in whose httpd.conf file i use the</p>
<pre>RewriteEngine on</pre>
<p>command, i got the following error, when starting Apache:</p>
<blockquote><p>Invalid command &#8216;RewriteEngine&#8217;</p></blockquote>
<p>To fix this problem, i executed</p>
<pre>sudo a2enmod rewrite</pre>
<p>to enable the Rewrite module.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/invalid-command-rewrite-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpize not found</title>
		<link>http://www.semanticpool.de/phpize-not-found/</link>
		<comments>http://www.semanticpool.de/phpize-not-found/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 14:48:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[This&That]]></category>
		<category><![CDATA[how to fix the error...]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=387</guid>
		<description><![CDATA[I needed to install phpize on my Ubuntu system
The phpize command is used to prepare the build    environment for a PHP extension. [...]
and got the following error:
phpize not found
To solve this problem i needed to install the php5-dev package
sudo apt-get install php5-dev
]]></description>
			<content:encoded><![CDATA[<p>I needed to install phpize on my Ubuntu system</p>
<blockquote><p>The <em>phpize</em> command is used to prepare the build    environment for a PHP extension. [<a href="http://php.mirrors.ilisys.com.au/manual/en/install.pecl.phpize.php">...</a>]</p></blockquote>
<p>and got the following error:</p>
<blockquote><p>phpize not found</p></blockquote>
<p>To solve this problem i needed to install the php5-dev package</p>
<pre>sudo apt-get install php5-dev</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/phpize-not-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>no such file to load &#8212; mysql</title>
		<link>http://www.semanticpool.de/no-such-file-to-load-mysql/</link>
		<comments>http://www.semanticpool.de/no-such-file-to-load-mysql/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 22:59:45 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Ruby/RoR]]></category>
		<category><![CDATA[how to fix the error...]]></category>

		<guid isPermaLink="false">http://www.semanticpool.de/?p=379</guid>
		<description><![CDATA[I got the error
no such file to load &#8212; mysql
when running my Rails application. After that i tried to install the mysql gem module using
sudo gem install mysql
but it gave me an error saying:
ERROR:  Error installing mysql:
ERROR: Failed to build gem native extension.
I then included a parameter to the install command which showed the path [...]]]></description>
			<content:encoded><![CDATA[<p>I got the error</p>
<blockquote><p>no such file to load &#8212; mysql</p></blockquote>
<p>when running my Rails application. After that i tried to install the mysql <a href="http://www.rubygems.org/">gem</a> module using</p>
<pre>sudo gem install mysql</pre>
<p>but it gave me an error saying:</p>
<blockquote><p>ERROR:  Error installing mysql:<br />
ERROR: Failed to build gem native extension.</p></blockquote>
<p>I then included a parameter to the install command which showed the path to the mysql_config file</p>
<pre>sudo gem install mysql --with-mysql-config=/usr/local/mysql/bin/mysql_config</pre>
<p>That did the trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticpool.de/no-such-file-to-load-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
