1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-22 17:57:46 +03:00

bug #1364: install_gems checks for openssl library

This commit is contained in:
Javi Fontan 2012-09-24 16:13:23 +02:00
parent f4cc63beee
commit 985da96533

View File

@ -424,6 +424,11 @@ try_library :mkmf, <<-EOT.unindent
* Install the ruby development package for your distro
EOT
try_library :openssl, <<-EOT.unindent
ruby openssl libraries are needed. They usually come as companion
package to ruby.
EOT
install_rubygems
command=''