Rexml / OpenSSL on Windows

Someone I know has a Ruby problem:
“I would like to deploy a Ruby application on Windows and need some
modules: openssl and rexml. Do I have to install cygnus to compile
the modules ? Any hints appreciated”

Thanks,
bye
-stephan

Stephan J. Schmidt wrote:

"I would like to deploy a Ruby application on Windows and need some
modules: openssl and rexml. Do I have to install cygnus to compile
the modules ?

REXML is Ruby.

Tobi

···


http://www.pinkjuice.com/

Someone I know has a Ruby problem:
“I would like to deploy a Ruby application on Windows and need some
modules: openssl and rexml. Do I have to install cygnus to compile
the modules ? Any hints appreciated”

REXML is “100% pure Ruby” :wink: so no special requirements there. The OpenSSL
module is a C extension (i.e. you will need to compile it to a DLL) but I
don’t believe it requires Cygwin. I’ve built it in the past for the
mswin32-based Ruby and managed to get it to work :wink:

Thanks,
bye
-stephan

···

On Tue, 2002-06-04 at 13:53, Tobias Reif wrote:

Stephan J. Schmidt wrote:

"I would like to deploy a Ruby application on Windows and need some
modules: openssl and rexml. Do I have to install cygnus to compile
the modules ?

REXML is Ruby.

Tobi


http://www.pinkjuice.com/

Thanks,
bye
-stephan

···

On Tue, 2002-06-04 at 15:39, Lyle Johnson wrote:

Someone I know has a Ruby problem:
“I would like to deploy a Ruby application on Windows and need some
modules: openssl and rexml. Do I have to install cygnus to compile
the modules ? Any hints appreciated”

REXML is “100% pure Ruby” :wink: so no special requirements there. The OpenSSL
module is a C extension (i.e. you will need to compile it to a DLL) but I
don’t believe it requires Cygwin. I’ve built it in the past for the
mswin32-based Ruby and managed to get it to work :wink: