tom
01-25-2006, 09:37 PM
Hi -
I've got ruby 1.8.4 installed, along with rails 1.0.0 & switchtower 0.10.0
But switchtower won't deploy, I get an error:
# rake remote_exec ACTION=setup
(in /root/rubyconf)
loading configuration /usr/local/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/recipes/standard.rb
loading configuration ./config/deploy.rb
executing task setup
executing "mkdir -p -m 775 /var/web/rubyconf/releases /var/web/rubyconf/shared/system &&\n mkdir -p -m 777 /var/web/rubyconf/shared/log"
servers: ["localhost"]
rake aborted!
no such file to load -- openssl
I've built several ruby installation before without any problems, but this is the first ruby 1.8.4. has anyone run into this?
I've checked around on the net, and installed openssl-devel, and reinstalled everything (ruby/rails/switchtower). No joy.
Found a reference to something related here: http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/3330721bda835ca5/9e4aafbf182643d7?lnk=st&q=%22SSL+is+not+installed+on+this+system%22&rnum=1&hl=en#9e4aafbf182643d7
but I can't find the "libopenssl-ruby" they mention.
I'm not really sure what the default rimu distro is, but I also found this at http://www.vmunix.com/mark/blog/archives/category/coding/
RHEL Update 2 fixes OpenSSL problem for Ruby
1 Comment Published by mark December 14th, 2005 in general, solaris, coding
I don’t know what changed exactly, but I can now use OpenSSL in Ruby. I just recompiled ruby 1.8.3 from source after a “yum update” to Update 2 and now I can use OpenSSL:
Any help appreciated.
Tom
I've got ruby 1.8.4 installed, along with rails 1.0.0 & switchtower 0.10.0
But switchtower won't deploy, I get an error:
# rake remote_exec ACTION=setup
(in /root/rubyconf)
loading configuration /usr/local/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/recipes/standard.rb
loading configuration ./config/deploy.rb
executing task setup
executing "mkdir -p -m 775 /var/web/rubyconf/releases /var/web/rubyconf/shared/system &&\n mkdir -p -m 777 /var/web/rubyconf/shared/log"
servers: ["localhost"]
rake aborted!
no such file to load -- openssl
I've built several ruby installation before without any problems, but this is the first ruby 1.8.4. has anyone run into this?
I've checked around on the net, and installed openssl-devel, and reinstalled everything (ruby/rails/switchtower). No joy.
Found a reference to something related here: http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/3330721bda835ca5/9e4aafbf182643d7?lnk=st&q=%22SSL+is+not+installed+on+this+system%22&rnum=1&hl=en#9e4aafbf182643d7
but I can't find the "libopenssl-ruby" they mention.
I'm not really sure what the default rimu distro is, but I also found this at http://www.vmunix.com/mark/blog/archives/category/coding/
RHEL Update 2 fixes OpenSSL problem for Ruby
1 Comment Published by mark December 14th, 2005 in general, solaris, coding
I don’t know what changed exactly, but I can now use OpenSSL in Ruby. I just recompiled ruby 1.8.3 from source after a “yum update” to Update 2 and now I can use OpenSSL:
Any help appreciated.
Tom