[MacPorts] #28582: MacPorts OpenSSL breaks a new Ruby release
MacPorts
noreply at macports.org
Mon Apr 4 06:57:54 PDT 2011
#28582: MacPorts OpenSSL breaks a new Ruby release
--------------------------------------------+-------------------------------
Reporter: joelmichael+macports@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: openssl ruby19
--------------------------------------------+-------------------------------
Comment(by kimuraw@…):
Hi Mark,
You mean that?
* run ruby with RUBYOPT=-ropenssl => OK
* run ruby without RUBYOPT=-ropenssl => NG
If YES, please show me the result of the following commands.
{{{
$ DYLD_PRINT_LIBRARIES=1 ruby1.9 -e 'require "openssl"' 2>&1 | grep -i ssl
$ DYLD_PRINT_LIBRARIES=1 ruby1.9 -ropenssl -e '' 2>&1 | grep -i ssl
}}}
This is the result on my Mac with port:ruby19.
{{{
$ DYLD_PRINT_LIBRARIES=1 ruby1.9 -e 'require "openssl"' 2>&1 | grep -i ssl
dyld: loaded: /opt/local/lib/ruby1.9/1.9.1/universal-
darwin10/openssl.bundle
dyld: loaded: /opt/local/lib/libssl.1.0.0.dylib
$ DYLD_PRINT_LIBRARIES=1 ruby1.9 -ropenssl -e '' 2>&1 | grep -i ssl
dyld: loaded: /opt/local/lib/ruby1.9/1.9.1/universal-
darwin10/openssl.bundle
dyld: loaded: /opt/local/lib/libssl.1.0.0.dylib
}}}
--
Ticket URL: <https://trac.macports.org/ticket/28582#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list