tosmi (Toni Schmidbauer)
- Login: tosmi
- Email: toni@stderr.at
- Registered on: 10/07/2014
- Last sign in: 10/08/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/08/2014
-
08:44 AM Ruby Bug #10335: ssl connect using net/http on solaris x86 fails with core dump
- Naohisa Goto wrote:
> FYI, in my environment (SPARC Enterprise M5000), compiling OpenSSL 1.0.1i with "-xO5" and with "-m64" by using SolarisStudio 12.3 works fine.
thats true. i just compiled openssl on a sparc system (T5-2) and it w...
10/07/2014
-
01:54 PM Ruby Bug #10335: ssl connect using net/http on solaris x86 fails with core dump
- Toni Schmidbauer wrote:
> i still have to verify this with a more recent openssl version.
so i'm able to confirm the solution, this is a problem with compiling openssl and not ruby:
ruby 2.0.0p576 / openssl 1.0.1i -> works
ruby 2... -
01:15 PM Ruby Bug #10335: ssl connect using net/http on solaris x86 fails with core dump
- Naohisa Goto wrote:
> The function "tls1_PRF" exists in libssl.so, and I still doubt if the OpenSSL is correctly installed.
> ...
seems like i found the solution... the culprit seems to be the default optimization flags the sun studio ... -
11:54 AM Ruby Bug #10335: ssl connect using net/http on solaris x86 fails with core dump
- Naohisa Goto wrote:
> % ldd /opt/puppet/lib/ruby/2.1.0/i386-solaris2.10/openssl.so
libssl.so.1.0.0 => /opt/puppet/lib/libssl.so.1.0.0
libcrypto.so.1.0.0 => /opt/puppet/lib/libcrypto.so.1.0.0
libsoc... -
11:21 AM Ruby Bug #10335 (Third Party's Issue): ssl connect using net/http on solaris x86 fails with core dump
- we tried to compile ruby 2.1.3 on solaris x86 with the current sun studio compiler 12.3 (for running puppet).
we used the following configure options to compile openssl:
~~~
./Configure --prefix=/opt/puppet shared solaris-x86-cc...