<?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; how-to</title>
	<atom:link href="http://www.myownpercept.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myownpercept.com</link>
	<description>"Only in quiet waters things mirror themselves undistorted. Only in a quiet mind is adequate perception of the world."~Hans Margolius</description>
	<lastBuildDate>Mon, 02 Aug 2010 12:51:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fatal error: Class &#8216;Net_SMTP&#8217; not found in /usr/lib/php/Mail/smtp.php on line 349</title>
		<link>http://www.myownpercept.com/2010/08/fatal-error-class-net_smtp-not-found-in-usrlibphpmailsmtp-php-on-line-349/</link>
		<comments>http://www.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[Tips & Tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[how-to]]></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[digg_url = 'http://www.myownpercept.com/2010/08/fatal-error-class-net_smtp-not-found-in-usrlibphpmailsmtp-php-on-line-349/';digg_title = 'Fatal error: Class &#8216;Net_SMTP&#8217; not found in /usr/lib/php/Mail/smtp.php on line 349';
Error:

1
2
3
4
5
Warning: include_once&#40;Net/SMTP.php&#41; &#91;function.include-once&#93;: failed to open stream: No such file or directory in /usr/lib/php/Mail/smtp.php on line 348
&#160;
Warning: include_once&#40;&#41; &#91;function.include&#93;: Failed opening 'Net/SMTP.php' for inclusion &#40;include_path='.:/usr/lib/php'&#41; in /usr/lib/php/Mail/smtp.php on line 348
&#160;
Fatal error: Class 'Net_SMTP' not found in /usr/lib/php/Mail/smtp.php on line 349

Just install [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2010/08/fatal-error-class-net_smtp-not-found-in-usrlibphpmailsmtp-php-on-line-349/';digg_title = 'Fatal error: Class &#8216;Net_SMTP&#8217; not found in /usr/lib/php/Mail/smtp.php on line 349';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p><strong>Error</strong>:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">Warning<span style="color: #339933;">:</span> <span style="color: #b1b100;">include_once</span><span style="color: #009900;">&#40;</span>Net<span style="color: #339933;">/</span>SMTP<span style="color: #339933;">.</span>php<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span><span style="color: #000000; font-weight: bold;">function</span><span style="color: #339933;">.</span>include<span style="color: #339933;">-</span>once<span style="color: #009900;">&#93;</span><span style="color: #339933;">:</span> failed to open stream<span style="color: #339933;">:</span> No such <span style="color: #990000;">file</span> or directory in <span style="color: #339933;">/</span>usr<span style="color: #339933;">/</span>lib<span style="color: #339933;">/</span>php<span style="color: #339933;">/</span><span style="color: #990000;">Mail</span><span style="color: #339933;">/</span>smtp<span style="color: #339933;">.</span>php on line <span style="color: #cc66cc;">348</span>
&nbsp;
Warning<span style="color: #339933;">:</span> <span style="color: #b1b100;">include_once</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span><span style="color: #000000; font-weight: bold;">function</span><span style="color: #339933;">.</span><span style="color: #b1b100;">include</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">:</span> Failed opening <span style="color: #0000ff;">'Net/SMTP.php'</span> <span style="color: #b1b100;">for</span> inclusion <span style="color: #009900;">&#40;</span>include_path<span style="color: #339933;">=</span><span style="color: #0000ff;">'.:/usr/lib/php'</span><span style="color: #009900;">&#41;</span> in <span style="color: #339933;">/</span>usr<span style="color: #339933;">/</span>lib<span style="color: #339933;">/</span>php<span style="color: #339933;">/</span><span style="color: #990000;">Mail</span><span style="color: #339933;">/</span>smtp<span style="color: #339933;">.</span>php on line <span style="color: #cc66cc;">348</span>
&nbsp;
Fatal error<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">Class</span> <span style="color: #0000ff;">'Net_SMTP'</span> not found in <span style="color: #339933;">/</span>usr<span style="color: #339933;">/</span>lib<span style="color: #339933;">/</span>php<span style="color: #339933;">/</span><span style="color: #990000;">Mail</span><span style="color: #339933;">/</span>smtp<span style="color: #339933;">.</span>php on line <span style="color: #cc66cc;">349</span></pre></td></tr></table></div>

<p>Just install the missing pear package:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">sudo pear install Net_SMTP</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.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>creating init.d script for Juggernaut</title>
		<link>http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/</link>
		<comments>http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 10:26:04 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=295</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/';digg_title = 'creating init.d script for Juggernaut';
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/';digg_title = 'creating init.d script for Juggernaut';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<blockquote><p>The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although the obvious use of this is for chat, the most exciting prospect is collaborative cms and wikis.</p></blockquote>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">#!/bin/sh -e 
APP_PATH=/home/zooz.com/current 
JUGGERNAUT_CONFIG=&quot;$APP_PATH/juggernaut.yml&quot; 
JUGGERNAUT_PID=&quot;$APP_PATH/tmp/pids/juggernaut.pid&quot; 
JUGGERNAUT_LOG=&quot;$APP_PATH/log/juggernaut.log&quot; 
RAILS_ENV=production 
case $1 in 
        start) 
                echo &quot;Starting Juggernaut ...&quot; 
                juggernaut -d -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
        ;; 
        stop) 
                echo &quot;Stopping Juggernaut ...&quot; 
                juggernaut -k * -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
        ;; 
        restart) 
                echo &quot;Juggernaut restart ...&quot; 
                echo &quot;Stopping Juggernaut ...&quot; 
                juggernaut -k * -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
                echo &quot;Starting Juggernaut ...&quot; 
                juggernaut -d -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
        ;; 
esac</pre></td></tr></table></div>

<p>you my check for further info on how to create</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/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://www.myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/</link>
		<comments>http://www.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[Tips & Tricks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=274</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/';digg_title = 'ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)';
Today I got the error below :

1
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

after typing :

1
mysql -u root

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 [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/';digg_title = 'ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>Today I got the error below :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)</pre></td></tr></table></div>

<p>after typing :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">mysql -u root</pre></td></tr></table></div>

<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>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">/etc/init.d/mysql stop</pre></td></tr></table></div>

<p>or</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">/etc/init.d/mysqld stop</pre></td></tr></table></div>

<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center><br />
Then run the following command line in background :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">mysqld_safe --skip-grant-tables &amp;</pre></td></tr></table></div>

<p>Secondly run :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">mysql -u root</pre></td></tr></table></div>

<p>Finally, In your MySQL command line prompt issue the following command:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">USE</span> mysql<span style="color: #000033;">;</span>
<span style="color: #990099; font-weight: bold;">UPDATE</span> <span style="color: #000099;">user</span> <span style="color: #990099; font-weight: bold;">SET</span> <span style="color: #000099;">password</span><span style="color: #CC0099;">=</span><span style="color: #000099;">PASSWORD</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">&quot;my<span style="color: #008080; font-weight: bold;">_</span>password&quot;</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">WHERE</span> <span style="color: #000099;">user</span><span style="color: #CC0099;">=</span><span style="color: #008000;">&quot;root&quot;</span><span style="color: #000033;">;</span>
FLUSH <span style="color: #990099; font-weight: bold;">PRIVILEGES</span><span style="color: #000033;">;</span>
EXIT</pre></td></tr></table></div>

<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p>Password is now reset to <strong>my_password</strong>. So just restart your MySQL server using :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">/etc/init.d/mysql restart</pre></td></tr></table></div>

<p>or</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">/etc/init.d/mysqld restart</pre></td></tr></table></div>

<p>and use your new password to authenticate :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">mysql -u root -p</pre></td></tr></table></div>

<p>All that remains is to enter your password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2009/07/error-1045-28000-access-denied-for-user-root/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ERROR: &#8216;phpize&#8217; failed on ubuntu</title>
		<link>http://www.myownpercept.com/2009/06/error-phpize-failed-on-ubuntu/</link>
		<comments>http://www.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[Tips & Tricks]]></category>
		<category><![CDATA[how-to]]></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[digg_url = 'http://www.myownpercept.com/2009/06/error-phpize-failed-on-ubuntu/';digg_title = 'ERROR: &#8216;phpize&#8217; failed on ubuntu';



Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error :

1
2
3
4
5
6
7
8
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




Solution :
Just install php5-dev package

1
apt-get install [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/06/error-phpize-failed-on-ubuntu/';digg_title = 'ERROR: &#8216;phpize&#8217; failed on ubuntu';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center><br />
Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">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></td></tr></table></div>

<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center><br />
<strong>Solution :</strong><br />
Just install php5-dev package</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">apt-get install php5-dev</pre></td></tr></table></div>

<p>or php4-dev if you are running php 4.x</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">apt-get install php4-dev</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.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://www.myownpercept.com/2009/06/loaderror-no-such-file-to-load-%e2%80%94-readline-loaderror-when-running-scriptconsole-on-ubuntu/</link>
		<comments>http://www.myownpercept.com/2009/06/loaderror-no-such-file-to-load-%e2%80%94-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[Tips & Tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[how-to]]></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[digg_url = 'http://www.myownpercept.com/2009/06/loaderror-no-such-file-to-load-%e2%80%94-readline-loaderror-when-running-scriptconsole-on-ubuntu/';digg_title = 'LoadError : no such file to load — readline (LoadError) when running script/console on ubuntu';
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, [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/06/loaderror-no-such-file-to-load-%e2%80%94-readline-loaderror-when-running-scriptconsole-on-ubuntu/';digg_title = 'LoadError : no such file to load — readline (LoadError) when running script/console on ubuntu';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<blockquote><p>Q : What&#8217;s the best thing that may happen to a developer ?<br />
A : A Bug <img src='http://www.myownpercept.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  at the beginning of the day <img src='http://www.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>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">Loading development environment (Rails 2.1.0)
/usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require’: no such file to load — 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 `require’
        from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules’
        from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `each’
        from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `load_modules’
        from /usr/local/lib/ruby/1.8/irb/init.rb:21:in `setup’
        from /usr/local/lib/ruby/1.8/irb.rb:54:in `start’
        from /usr/local/bin/irb:13</pre></td></tr></table></div>

<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "1251664758";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center><br />
<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>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">sudo apt-get install libncurses5-dev
sudo apt-get install libreadline5-dev</pre></td></tr></table></div>

<p>Then move to your ruby source folder, subfolder ext/readline and then configure, build and install stuffs.</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "1251664758";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">cd /usr/src/ruby-1.8.6-p368/ext/readline/
ruby extconf.rb
sudo make
sudo make install</pre></td></tr></table></div>

<p>you may get something like this : ( when running <em>ruby extconf.rb</em>)</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">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></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2009/06/loaderror-no-such-file-to-load-%e2%80%94-readline-loaderror-when-running-scriptconsole-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the blue border around an image link</title>
		<link>http://www.myownpercept.com/2009/04/remove-border-around-image/</link>
		<comments>http://www.myownpercept.com/2009/04/remove-border-around-image/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 17:34:22 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=155</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2009/04/remove-border-around-image/';digg_title = 'How to remove the blue border around an image link';



You want to use an image as a link.However, a blue border appears around the image.

1
2
3
&#60;a href=&#34;http://www.myownpercept.com/&#34;&#62;  
  &#60;img src=&#34;logo.png&#34; alt=&#34;&#34; /&#62;
&#60;/a&#62;

This border is meant to inform users that the image is a link. Well, it&#8217;s a link but this [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/04/remove-border-around-image/';digg_title = 'How to remove the blue border around an image link';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>You want to use an image as a link.However, a blue border appears around the image.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.myownpercept.com/&quot;</span>&gt;</span>  
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo.png&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

<p>This border is meant to inform users that the image is a link. Well, it&#8217;s a link but this is ugly :s and may not fit your need. <br />
<script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "1251664758";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
  </p>
<h2>Solution</h2>
<ol>
<li>You simply have to add a border-style, set to none, as a style to your img tag

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.myownpercept.com/&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;border-style: none;&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo.png&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</li>
<li>A cleaner way, that will pass the W3C validation, is by adding those lines to your CSS file :

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">img <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

</li>
<li>A dirty old way, but works,  is by adding border attribute to the img tag.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.myownpercept.com/&quot;</span>&gt;</span>  
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo.png&quot;</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2009/04/remove-border-around-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore Joomla! 1.5 administrator&#8217;s password (for dummies)</title>
		<link>http://www.myownpercept.com/2009/03/restore-joomla-15-password/</link>
		<comments>http://www.myownpercept.com/2009/03/restore-joomla-15-password/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 20:05:07 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=110</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2009/03/restore-joomla-15-password/';digg_title = 'Restore Joomla! 1.5 administrator&#8217;s password (for dummies)';
I have installed a new Joomla! instance but unluckily I forgot my password    .I was seeking for the forget my password link but no way !
Solutions :

Generate a new MD5 hashed / encrypted password, to do this you can visit :  http://pajhome.org.uk/crypt/md5/ type your [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/03/restore-joomla-15-password/';digg_title = 'Restore Joomla! 1.5 administrator&#8217;s password (for dummies)';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>I have installed a new Joomla! instance but unluckily I forgot my password  <img src='http://www.myownpercept.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  .I was seeking for the <em>forget my password</em> link but no way !</p>
<p>Solutions :</p>
<ol>
<li>Generate a new MD5 hashed / encrypted password, to do this you can visit :  <a href="http://pajhome.org.uk/crypt/md5/">http://pajhome.org.uk/crypt/md5/</a> type your clear password and then en crypt it using <strong>MD5</strong>.</li>
<p style="text-align: center;"><img class="alignnone size-full wp-image-111" title="illustration" src="http://www.myownpercept.com/wp-content/uploads/2009/03/my_password.png" alt="illustration" width="443" height="100" /></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "1251664758";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<li>Go to your phpmyadmin or any other MySQL client  and execute the query  below (don&#8217;t forget to replace <em>your_new_encrypted_password</em> by your own encrypted  password) or just do it manually through the gui/phpmyadmin interface: 

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">UPDATE</span> jos_users <span style="color: #990099; font-weight: bold;">SET</span> <span style="color: #000099;">password</span><span style="color: #CC0099;">=</span><span style="color: #008000;">'your<span style="color: #008080; font-weight: bold;">_</span>new<span style="color: #008080; font-weight: bold;">_</span>encrypted<span style="color: #008080; font-weight: bold;">_</span>password'</span> <span style="color: #990099; font-weight: bold;">WHERE</span> name<span style="color: #CC0099;">=</span><span style="color: #008000;">'Administrator'</span><span style="color: #000033;">;</span></pre></div></div>

<p>PS : verify your table&#8217;s prefix, as here I am using jos_ as a table prefix.</li>
<li>You can now log-in using your new password.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2009/03/restore-joomla-15-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug Lite in Google Chrome</title>
		<link>http://www.myownpercept.com/2009/03/firebug-lite-i-google-chrome/</link>
		<comments>http://www.myownpercept.com/2009/03/firebug-lite-i-google-chrome/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:37:23 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[fb lite]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=71</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2009/03/firebug-lite-i-google-chrome/';digg_title = 'Firebug Lite in Google Chrome';
You are a Web developer/designer   , I believe you have used Firebug extension in Firefox to track bugs or to test your hot CSS changes before coding using your favourite editor.




What about if you ever have tried Google Chrome browser and a new love story [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/03/firebug-lite-i-google-chrome/';digg_title = 'Firebug Lite in Google Chrome';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>You are a Web developer/designer <img src='http://www.myownpercept.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , I believe you have used Firebug extension in Firefox to track bugs or to test your hot CSS changes before coding using your favourite editor.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "8779794216";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: center;"><img class="size-full wp-image-73  aligncenter" title="firebug-splash" src="http://www.myownpercept.com/wp-content/uploads/2009/03/firebug-splash.jpg" alt="firebug-splash" width="500" height="302" /></p>
<p>What about if you ever have tried <strong>Google Chrome</strong> browser and a new love story starts .. Leave Firefox ? or forget about your new love ?</p>
<p>Sure there is a &#8220;solution&#8221; and it is named Firebug Lite : a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named &#8220;Firefox&#8221;.</p>
<p> Just insert this line of code to load Firebug Lite in a specific page you want to debug :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:0--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<p><strong>For more information visit : </strong><a title="Get FireBug Lite" href="http://getfirebug.com/lite.html" target="_blank"><strong>http://getfirebug.com/lite.html</strong></a><strong></strong></p>
<p><strong> </strong></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "6525689469";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Also, you can simply drag the red bug icon below to your bookmark toolbar then you will be able to use FB Lite with any page  :</p>
<p style="text-align: center;"><a href="javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);"><img class="size-full wp-image-91  aligncenter" title="Track my bug!" src="http://www.myownpercept.com/wp-content/uploads/2009/03/bug.png" alt="Track my bug!" width="35" height="40" /></a></p>
<p><a href="javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);"></a> </p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);&quot;</span>&gt;</span>Firebug Lite<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<p>All <a title="http://getfirebug.com/console.html" href="http://getfirebug.com/console.html" target="_blank">basic commands</a> of Firebug are supported by this Lite version.  I have tried it with Google Chrome .. It&#8217;s not as smooth as in Forefox .. I hope that a native Firebug extension for Google Chrome and others <a href="http://webkit.org/">webkit</a> based browsers will see the light soon. As I believe that the Lite version is not a real replacement for the Native Firefox extension.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "6525689469";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>You can do a lot of funny stuffs like using Firebug Lite offline , changing FB Lite&#8217;s CSS style.. So check out <a title="Get FireBug Lite" href="http://getfirebug.com/lite.html" target="_blank">http://getfirebug.com/lite.html</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2009/03/firebug-lite-i-google-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
