<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>a.muse: Tag install</title>
    <link>http://www.jessirae.com/blog/articles/tag/install</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Installing Openssl on Ubuntu</title>
      <description>If you have tried to install Mechanize or any gem that requires openssl on &lt;a href="http://www.amazon.com/gp/product/067232993X?ie=UTF8&amp;#38;tag=classroommovi-20&amp;#38;linkCode=as2&amp;#38;camp=1789&amp;#38;creative=390957&amp;#38;creativeASIN=067232993X"&gt;Ubuntu&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=classroommovi-20&amp;#38;l=as2&amp;#38;o=1&amp;#38;a=067232993X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;
 or Debian, you may have encountered the following error&amp;#8230;
	&lt;blockquote&gt;
		&lt;p&gt;LoadError: no such file to load&amp;#8212;openssl&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;despite the fact that you have installed openssl with &amp;#8220;gem install libopenssl-ruby&amp;#8221;.&lt;/p&gt;


	&lt;p&gt;Thanks to &lt;a href="http://www.ruby-forum.com/topic/90083"&gt;this thread&lt;/a&gt;, I found out that in order to install openssl, you have to tell ruby how to compile the openssl extension, like this&amp;#8230;&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;cd /ruby-1.8.4/ext/openssl
ruby extconf.rb
make
make install&lt;/code&gt;&lt;/pre&gt;
</description>
      <pubDate>Sun, 11 Mar 2007 23:25:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:abdfc916-13cd-4918-bac5-f27f8b2ca23f</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2007/03/11/installing-openssl-on-ubuntu</link>
      <category>ruby &amp; rails</category>
      <category>mechanize</category>
      <category>install</category>
      <category>make</category>
      <category>openssl</category>
      <category>ruby</category>
      <category>ubuntu</category>
      <category>debian</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/12692</trackback:ping>
    </item>
    <item>
      <title>Install mouseHole on Ubuntu</title>
      <description>&lt;a href="http://code.whytheluckystiff.net/mouseHole/wiki"&gt;mouseHole&lt;/a&gt; is a personal proxy server written in ruby, allowing you to&amp;#8230;
	&lt;blockquote&gt;
		&lt;p&gt;rewrite the web as you view it, altering content and behavior as you browse. Basically, it&amp;#8217;s an alternative to Greasemonkey, which does similar things from inside the Firefox web browser.&lt;/p&gt;
	&lt;/blockquote&gt;


&lt;center&gt;&lt;img src="http://www.jessirae.com/blog/files/doorway2.png" alt="" /&gt;&lt;/center&gt;

	&lt;p&gt;To get mouseHole up and running, first install the required gems (json and sqlite3) if you don&amp;#8217;t already have them installed.  I encountered the following issues while installing those gems&amp;#8230;&lt;/p&gt;


&lt;ul&gt;&lt;strong&gt;Installing json&lt;/strong&gt;

	&lt;p&gt;&lt;a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/8382"&gt;lib/json/editor.rb:977:50: &amp;#8217;:&amp;#8217; not followed by identified or operator&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;The solution is to remove the colon from line 977.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Installing sqlite3&lt;/strong&gt;&lt;/p&gt;


The command for installing the sqlite3 gem is &lt;em&gt;gem install sqlite3-ruby&lt;/em&gt; and not gem install sqlite3.
&lt;/ul&gt;

	&lt;p&gt;Lastly, if you are running Debian or Ubuntu, visit &lt;em&gt;http://localhost:3704&lt;/em&gt; instead of &lt;em&gt;http://127.0.0.1:3704&lt;/em&gt; after starting mouseHole.&lt;/p&gt;
</description>
      <pubDate>Mon, 15 Jan 2007 00:23:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:45c3ef13-699f-4745-8c67-39fea4bf27cf</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2007/01/15/install-mousehole</link>
      <category>technology</category>
      <category>ruby &amp; rails</category>
      <category>ubuntu</category>
      <category>_why</category>
      <category>install</category>
      <category>ruby</category>
      <category>proxy</category>
      <category>mouseHole</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/7750</trackback:ping>
    </item>
  </channel>
</rss>
