[前][次][番号順一覧][スレッド一覧]

ruby-changes:23635

From: kosaki <ko1@a...>
Date: Fri, 18 May 2012 15:24:44 +0900 (JST)
Subject: [ruby-changes:23635] kosaki:r35686 (trunk): * ext/openssl/extconf.rb: Clarify a message when hit Apple

kosaki	2012-05-18 15:24:34 +0900 (Fri, 18 May 2012)

  New Revision: 35686

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35686

  Log:
    * ext/openssl/extconf.rb: Clarify a message when hit Apple
      OpenSSL issue.

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/extconf.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35685)
+++ ChangeLog	(revision 35686)
@@ -1,3 +1,8 @@
+Fri May 18 15:23:06 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* ext/openssl/extconf.rb: Clarify a message when hit Apple
+	  OpenSSL issue.
+
 Fri May 18 15:14:32 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* ext/extmk.rb: Show a message when extconf.rb raised an exception.
Index: ext/openssl/extconf.rb
===================================================================
--- ext/openssl/extconf.rb	(revision 35685)
+++ ext/openssl/extconf.rb	(revision 35686)
@@ -58,7 +58,7 @@
   raise "OpenSSL 0.9.6 or later required."
 end
 unless OpenSSL.check_func("SSL_library_init()", "openssl/ssl.h")
-  raise "Ignore OpenSSL broken by Apple"
+  raise "Ignore OpenSSL broken by Apple.\nPlease use another openssl. (e.g. using `configure --with-openssl-dir=/path/to/openssl')"
 end
 
 message "=== Checking for OpenSSL features... ===\n"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]