Need openssl.so
-
Can anyone drop me openssl.so which is a necessary part of https.rb, used in win32 platform?
I searched the install dir of ruby1.86,but didn't find this file, and I googled it without finding it
thanks -
It's in the 1.91 lib, but then it might not be compatible...
Here's a site from where you can get it - I suspect this version is pretty old and might work with 1.8*...
http://gnuwin32.sourceforge.net/packages/openssl.htm -
It is in the "C:\Ruby186\lib\ruby\1.8\i386-mswin32" directory.
I sent you a zipped copy via Private Message. (But you should not distro it.)
Instead users should be installing this version of Ruby for SketchUp 8:
Ruby (v1.8.6-p287) Windows One-Click InstallerThe Ruby lib path(s) including the platform dir path(s), need to be added to the
$LOAD_PATH
array, in order to access standard Ruby libray files:
[Code] Ruby LOAD PATHs script (Win32) -
Thanks , TIG and Dan, I have decided to install Ruby, though it seem a little complex to me
Advertisement