H
Hal Fulton
I'm building the July 20 snapshot on Fedora 1.
openssl isn't getting built apparently.
extconf reports:
$ ruby extconf.rb
=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for unistd.h... yes
checking for sys/time.h... yes
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.
[hal@dhcppc2 openssl]$ find /usr -name ssl.h 2>/dev/null | grep ruby | xargs ls -ld
drwxr-xr-x 3 hal hal 4096 Jul 20 14:02 .
I'm probably being dense here. What's going on?
Hal
openssl isn't getting built apparently.
extconf reports:
$ ruby extconf.rb
=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for unistd.h... yes
checking for sys/time.h... yes
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.
[hal@dhcppc2 openssl]$ find /usr -name ssl.h 2>/dev/null | grep ruby | xargs ls -ld
drwxr-xr-x 3 hal hal 4096 Jul 20 14:02 .
I'm probably being dense here. What's going on?
Hal