On Oct 1, 2010, at 10:29 AM, Christian wrote: > Some idea how to solve that problem and how i can make the ./ > openssl.so loadable?
You can try the following: $ ruby -e 'require "openssl"; puts OpenSSL::Digest::MD5.digest "foo"' Is you ruby installation linked against openssl.so? I am not sure if it should be, because on my system it's not linked or I just do not understand how it is working. $ otool -L /usr/bin/ruby /usr/bin/ruby: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/libruby.1.dylib (compatibility version 1.8.0, current version 1.8.7) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0) Anyway in my opinion this should be fixed by the SuSe team. All the best, Sandor Szücs -- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.