<?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>Rubynaut: Ruby and OpenSSL on Ubuntu</title>
    <link>http://www.rubynaut.net/articles/2007/07/27/ruby-openssl</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Ruby and OpenSSL on Ubuntu</title>
      <description>&lt;p&gt;If you try to use scrubyt or mechanize on ubuntu you could get some error like:&lt;/p&gt;


&lt;code&gt;no such file to load -- openssl&lt;/code&gt;

	&lt;p&gt;After having installed Opensll via apt-get you will also need &lt;strong&gt;libssl_dev&lt;/strong&gt;.&lt;/p&gt;


&lt;code&gt;sudo apt-get openssl libssl-dev&lt;/code&gt;

	&lt;p&gt;Then now go to the ruby source folder, and in openssl extension folder: /.../ruby1.8/ext/openssl&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;ruby extconf.rb
make
sudo make install&lt;/pre&gt;&lt;/code&gt;

	&lt;p&gt;check your installation with &lt;code&gt;ruby -rubygems -e "require 'mechanize'"&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:57:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:72bba65d-4d5e-4d75-8309-fd0095b206ab</guid>
      <author>stephane</author>
      <link>http://www.rubynaut.net/articles/2007/07/27/ruby-openssl</link>
    </item>
  </channel>
</rss>
