From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16811 invoked by alias); 8 Jun 2013 16:06:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16795 invoked by uid 89); 8 Jun 2013 16:06:44 -0000 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 Received: from mail.omnitec.net (HELO Mail.omnitec.net) (206.197.251.199) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 08 Jun 2013 16:06:43 +0000 Received: from mail.omnitec.net (mail.omnitec.net [206.197.251.199]) by Mail (8.12.8/8.12.8) with ESMTP id r58G5QZN013540 for ; Sat, 8 Jun 2013 11:05:26 -0500 (CDT) Date: Sat, 08 Jun 2013 16:06:00 -0000 From: "L. V. Lammert" To: Cygwin Mailing List Subject: Ruby In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SPAM-Info: Omnitec Corporation MailScanner X-SPAM-MailScanner: Found to be clean X-SW-Source: 2013-06/txt/msg00147.txt.bz2 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