taikoo / rubyizumi

Automatically exported from code.google.com/p/rubyizumi
GNU Affero General Public License v3.0
0 stars 0 forks source link

Openssl LoadError #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get the trunk version or the latest tarball (0.11 r39)

2. Start the server with:
ruby server.rb /usr/local/src/flv

3. Receiving this error:
server.rb:32:in `require': no such file to load -- openssl (LoadError)
    from server.rb:32

What version of the product are you using? On what operating system?
ruby 1.8.6 (2007-06-07 patchlevel 36) [x86_64-linux]

Original issue reported on code.google.com by thijs.triemstra@gmail.com on 6 May 2008 at 8:20

GoogleCodeExporter commented 8 years ago
Thanks for your report! Oops, I forgot to remove that require 'openssl'... It's 
no
more unused. Please remove the line and use it. I'll release new version as 
0.12.

In passing, I mainly use Mac OSX 10.5 and Ruby 1.8.6.
{{{
$ ruby -v
ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0]
}}}

Original comment by takuma...@gmail.com on 7 May 2008 at 4:27

GoogleCodeExporter commented 8 years ago

Original comment by takuma...@gmail.com on 7 May 2008 at 4:31

GoogleCodeExporter commented 8 years ago
Fixed at revision 41 as version 0.12

Original comment by takuma...@gmail.com on 7 May 2008 at 11:51