X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:in-reply-to:message-id
	:references:mime-version:content-type; q=dns; s=default; b=Teaqz
	RX8ZzI9AhlEKNLA9QRA4IjA5VWU/Z2lCHykY2yffgi+I/fB9qXWl4mD9AsiO9pME
	JM2lCUGjq6zTBc4OmCpw6Xmb2fheNMR9vaoDM5TZODHVfnaaXhiu/DwntAqManGj
	X82Szdvj56ACLRjuQCqXqnXW+0nqS3UJT4Qank=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:in-reply-to:message-id
	:references:mime-version:content-type; s=default; bh=8YjAYU5cRb2
	KljhmCm378NvJQB0=; b=SP4qTGDhWt91EUU5aQYl20Egwc03YIb/FUEPyPJ8TyA
	NQR/xSnnPRNDXoS0+mnUw8P2bvPqHYT3qHV3Km3nAk107RtSIxyJWbvNr/QrNQai
	F9tkBoqI3G+d0KFJmIlQmgIqVqyC2qBtdAyFE23oWBX6aHPYI+khksZA83iQM8CA
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_HG autolearn=ham version=3.3.1
Date: Sat, 8 Jun 2013 11:05:26 -0500 (CDT)
From: "L. V. Lammert" <lvl@omnitec.net>
To: Cygwin Mailing List <cygwin@cygwin.com>
Subject: Ruby
In-Reply-To: <CAHYyVz4_HMTHB4m2r52Dio8q-MnUHjZB2xrsAT0sUOi7iOC0sg@mail.gmail.com>
Message-ID: <Pine.BSO.4.53.1306081049280.15055@Mail.omnitec.net>
References: <CAHYyVz4_HMTHB4m2r52Dio8q-MnUHjZB2xrsAT0sUOi7iOC0sg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-SPAM-Info: Omnitec Corporation MailScanner
X-SPAM-MailScanner: Found to be clean

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

