This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ruby


Trying to create an install procedure for a simple Ruby script using
rest-client for our remote Windows machines, but Ruby is choking on
openssl [on a newly installed machine - runs fine on my dev VMs]:

$ irb
irb(main):001:0> require 'openssl'
LoadError: No such process - /usr/lib/ruby/1.9.1/i386-cygwin/openssl.so

ldd is also blocking for some reason on the install machine, if that is
any clue:

	    Dev Machine	    Install Machine
chgcheck	OK		  OK
ldd		OK		no return!


The only clues I have found online refer to compiling Ruby with an SSL
flag, but I have not compiled Ruby on my dev platform, and would prefer to
not compile when installation on a remote machine.

ALso found some 'installer generator gems', but the most promising one,
ocra, does not run under Cygwin!

Any pointers to the source of the problem or a possible installer for Ruby
apps that works under Cygwin would be greately appreciated, ..

	TIA!!

	Lee

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]