NotImplementedError: the MD5() function is unimplemented on this machine
------------------------------------------------------------------------

                 Key: JRUBY-4754
                 URL: http://jira.codehaus.org/browse/JRUBY-4754
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.8.7
    Affects Versions: JRuby 1.5
         Environment: Mac OS X 10.6.3, JRuby trunk
            Reporter: Michael Johann
            Priority: Critical


In JRuby 1.4.0 the following works like expected:

{code}
irb(main):001:0> require "md5"
=> true
irb(main):002:0> MD5.hexdigest("bla")
=> "128ecf542a35ac5270a87dc740918404"
{code}

In trunk the following problem occurs:

{code}
jruby-head > require "md5"
 => true 
jruby-head > MD5.hexdigest("bla")
NotImplementedError: the MD5() function is unimplemented on this machine
        from (irb):2:in `digest'
        from (irb):2:in `hexdigest'
        from (irb):2
jruby-head >
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to