<?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>My Own Percept&#187; error</title>
	<atom:link href="http://myownpercept.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://myownpercept.com</link>
	<description>&#34;Only in quiet waters things mirror themselves undistorted. Only in a quiet mind is adequate perception of the world.&#34;~Hans Margolius</description>
	<lastBuildDate>Fri, 30 Mar 2012 16:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Error: Failed to get the adb version: Cannot run program &#8230; on Ubuntu 10.04 (Lucid Lynx)</title>
		<link>http://myownpercept.com/2010/10/error-failed-to-get-the-adb-version-cannot-run-program-on-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://myownpercept.com/2010/10/error-failed-to-get-the-adb-version-cannot-run-program-on-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 17:51:05 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=308</guid>
		<description><![CDATA[<p>I met the following error when trying to launch an Android project using eclipse: After googling I found those useful steps to make it running properly: 1. install getlibs from http://frozenfox.freehostia.com/cappy/getlibs-all.deb 2. open terminal and go to your android folder and then platforms/android-1.6/tools 3. run this command from terminal getlibs aapt Source: http://ubuntuforums.org/showthread.php?t=1317567</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I met the following error when trying to launch an Android project using eclipse:</p><pre class="crayon-plain-tag">[2010-10-23 19:31:02 - adb]Failed to get the adb version: Cannot run program &quot;/usr/src/android-sdk-linux_x86/tools/adb&quot;: java.io.IOException: error=2, No such file or directory</pre><p>After googling I found those useful steps to make it running properly:</p>
<blockquote><p>1. install getlibs from <strong>http://frozenfox.freehostia.com/cappy/getlibs-all.deb</strong></p>
<p>2. open terminal and go to your android folder and then <strong>platforms/android-1.6/tools </strong></p>
<p>3. run this command from terminal <em>getlibs aapt</em></p></blockquote>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=1317567">http://ubuntuforums.org/showthread.php?t=1317567</a></p>
]]></content:encoded>
			<wfw:commentRss>http://myownpercept.com/2010/10/error-failed-to-get-the-adb-version-cannot-run-program-on-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fatal error: Class &#8216;Net_SMTP&#8217; not found in /usr/lib/php/Mail/smtp.php on line 349</title>
		<link>http://myownpercept.com/2010/08/fatal-error-class-net_smtp-not-found-in-usrlibphpmailsmtp-php-on-line-349/</link>
		<comments>http://myownpercept.com/2010/08/fatal-error-class-net_smtp-not-found-in-usrlibphpmailsmtp-php-on-line-349/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 12:48:18 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Net_SMTP]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=299</guid>
		<description><![CDATA[<p>Error: Solution: All you need is to install the missing pear package:</p>
 ]]></description>
			<content:encoded><![CDATA[<p><strong>Error</strong>: </p>
<p></p><pre class="crayon-plain-tag">Warning: include_once(Net/SMTP.php) [function.include-once]: failed to open stream: No such file or directory in /usr/lib/php/Mail/smtp.php on line 348 
Warning: include_once() [function.include]: Failed opening 'Net/SMTP.php' for inclusion (include_path='.:/usr/lib/php') in /usr/lib/php/Mail/smtp.php on line 348 
Fatal error: Class 'Net_SMTP' not found in /usr/lib/php/Mail/smtp.php on line 349</pre><p> </p>
<p><strong>Solution</strong>:<br />
All you need is to install the missing pear package: </p>
<p></p><pre class="crayon-plain-tag">sudo pear install Net_SMTP</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://myownpercept.com/2010/08/fatal-error-class-net_smtp-not-found-in-usrlibphpmailsmtp-php-on-line-349/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@&#039;localhost&#8217; (using password: NO)</title>
		<link>http://myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/</link>
		<comments>http://myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:10:29 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=274</guid>
		<description><![CDATA[<p>Today I got the error below : after typing : I don&#8217;t know why ? but I know how to solve it. First of all let&#8217;s disable password authentication : Stop your MySQL daemon: or Then run the following command line in background : Secondly run : Finally, In your MySQL command line prompt issue [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Today I got the error below :</p><pre class="crayon-plain-tag">ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)</pre><p></p>
<p>after typing :</p><pre class="crayon-plain-tag">mysql -u root</pre><p></p>
<p>I don&#8217;t know why ? but I know how to solve it.<br />
First of all let&#8217;s disable password authentication :<br />
Stop your MySQL daemon:</p><pre class="crayon-plain-tag">/etc/init.d/mysql stop</pre><p>or</p><pre class="crayon-plain-tag">/etc/init.d/mysqld stop</pre><p></p>
<p>Then run the following command line in background :</p><pre class="crayon-plain-tag">mysqld_safe --skip-grant-tables &amp;</pre><p></p>
<p>Secondly run :</p><pre class="crayon-plain-tag">mysql -u root</pre><p></p>
<p>Finally, In your MySQL command line prompt issue the following command:</p>
<p></p><pre class="crayon-plain-tag">USE mysql;
UPDATE user SET password=PASSWORD(&quot;my_password&quot;) WHERE user=&quot;root&quot;;
FLUSH PRIVILEGES;
EXIT</pre><p></p>
<p>Password is now reset to <strong>my_password</strong>. So just restart your MySQL server using :</p>
<p></p><pre class="crayon-plain-tag">/etc/init.d/mysql restart</pre><p>or</p><pre class="crayon-plain-tag">/etc/init.d/mysqld restart</pre><p></p>
<p>and use your new password to authenticate : </p>
<p></p><pre class="crayon-plain-tag">mysql -u root -p</pre><p></p>
<p>All that remains is to enter your password.</p>
]]></content:encoded>
			<wfw:commentRss>http://myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ERROR: &#8216;phpize&#8217; failed on ubuntu</title>
		<link>http://myownpercept.com/2009/06/error-phpize-failed-on-ubuntu/</link>
		<comments>http://myownpercept.com/2009/06/error-phpize-failed-on-ubuntu/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:55:22 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpize]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=251</guid>
		<description><![CDATA[<p>Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error : Solution : Just install php5-dev package or php4-dev if you are running php 4.x</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error :</p><pre class="crayon-plain-tag">pecl install pecl_http
downloading pecl_http-1.6.3.tgz ...
Starting to download pecl_http-1.6.3.tgz (173,005 bytes)
.....................done: 173,005 bytes
71 source files, building
running: phpize
sh: phpize: not found
ERROR: `phpize' failed</pre><p></p>
<p><strong>Solution :</strong><br />
Just install php5-dev package</p>
<p></p><pre class="crayon-plain-tag">apt-get install php5-dev</pre><p>or php4-dev if you are running php 4.x</p><pre class="crayon-plain-tag">apt-get install php4-dev</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://myownpercept.com/2009/06/error-phpize-failed-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoadError : no such file to load — readline (LoadError) when running script/console on ubuntu</title>
		<link>http://myownpercept.com/2009/06/loaderror-no-such-file-to-load-readline-loaderror-when-running-scriptconsole-on-ubuntu/</link>
		<comments>http://myownpercept.com/2009/06/loaderror-no-such-file-to-load-readline-loaderror-when-running-scriptconsole-on-ubuntu/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:51:27 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[extconf]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=228</guid>
		<description><![CDATA[<p>Q : What&#8217;s the best thing that may happen to a developer ? A : A Bug at the beginning of the day I ran script/console in a rails project to debug something on console, but I got this LoadError: How to fix ? I figured out that some libraries are missing after installing ruby [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<blockquote><p>Q : What&#8217;s the best thing that may happen to a developer ?<br />
A : A Bug <img src='http://myownpercept.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  at the beginning of the day <img src='http://myownpercept.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>I ran script/console in a rails project to debug something on console,  but I got this LoadError:</p><pre class="crayon-plain-tag">Loading development environment (Rails 2.1.0)
/usr/local/lib/ruby/1.8/irb/completion.rb:10:in &lt;code&gt;require&rsquo;: no such file to load &mdash; readline (LoadError)
        from /usr/local/lib/ruby/1.8/irb/completion.rb:10
        from /usr/local/lib/ruby/1.8/irb/init.rb:252:in &lt;/code&gt;require&rsquo;
        from /usr/local/lib/ruby/1.8/irb/init.rb:252:in &lt;code&gt;load_modules&rsquo;
        from /usr/local/lib/ruby/1.8/irb/init.rb:250:in &lt;/code&gt;each&rsquo;
        from /usr/local/lib/ruby/1.8/irb/init.rb:250:in &lt;code&gt;load_modules&rsquo;
        from /usr/local/lib/ruby/1.8/irb/init.rb:21:in &lt;/code&gt;setup&rsquo;
        from /usr/local/lib/ruby/1.8/irb.rb:54:in `start&rsquo;
        from /usr/local/bin/irb:13</pre><p></p>
<p><strong>How to fix ?</strong><br />
I figured out that some libraries are missing after installing ruby from sources (I got those troubles after upgrading my ubuntu from 8.10 to 9.04 and then reinstalling ruby from sources to solve a non-compatibility problem of the already installed ruby binary package with ubuntu 9.04) :</p><pre class="crayon-plain-tag">sudo apt-get install libncurses5-dev
sudo apt-get install libreadline5-dev</pre><p>Then move to your ruby source folder, subfolder ext/readline and then configure, build and install stuffs.</p>
<p></p><pre class="crayon-plain-tag">cd /usr/src/ruby-1.8.6-p368/ext/readline/
ruby extconf.rb
sudo make
sudo make install</pre><p>you may get something like this : ( when running <em>ruby extconf.rb</em>)</p><pre class="crayon-plain-tag">marouan@myownpercept:/usr/src/ruby-1.8.6-p368/ext/readline$ sudo ruby extconf.rb
checking for tgetnum() in -lncurses... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline() in -lreadline... yes
checking for rl_filename_completion_function()... yes
checking for rl_username_completion_function()... yes
checking for rl_completion_matches()... yes
checking for rl_deprep_term_function in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completion_append_character in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_basic_word_break_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completer_word_break_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_basic_quote_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completer_quote_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_filename_quote_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_attempted_completion_over in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_library_version in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_event_hook in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_cleanup_after_signal()... yes
checking for rl_clear_signals()... yes
checking for rl_vi_editing_mode()... yes
checking for rl_emacs_editing_mode()... yes
checking for replace_history_entry()... yes
checking for remove_history()... yes
creating Makefile</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://myownpercept.com/2009/06/loaderror-no-such-file-to-load-readline-loaderror-when-running-scriptconsole-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

