You are not logged in.
after a systemupdate ruby on rails isnt working anymore. it seems that the problem is openssl..
at@at-book ~ $ ruby -ropenssl -rzlib -rreadline -e "puts :Hello"
/opt/ruby1.8/lib/ruby/1.8/i686-linux/openssl.so: /opt/ruby1.8/lib/ruby/1.8/i686-linux/openssl.so: undefined symbol: each_conf_value_doall_arg - /opt/ruby1.8/lib/ruby/1.8/i686-linux/openssl.so (LoadError)
from /opt/ruby1.8/lib/ruby/1.8/openssl.rb:17building the patched version from abs and downgrading openssl(just kills my system
) didn't work.
any ideas or hins?
thx
Offline
Did you do a full system update ?
pacman -Syu
first ?
Offline
Offline
Did you do a full system update ?
pacman -Syu
first ?
yeah as i posted before
Is your ruby built from aur?
i tried it from the aur, the abs and from extra.. always the same failure!
Offline
You are not using ruby from the extra repo. We provide version 1.9 and its also isntalled into /usr.
Offline
ruby -ropenssl -rzlib -rreadline -e "puts :Hello"
/usr/lib/ruby/1.9.1/openssl.rb:17:in `require': /usr/lib/ruby/1.9.1/i686-linux/openssl.so: undefined symbol: each_conf_value_doall_arg - /usr/lib/ruby/1.9.1/i686-linux/openssl.so (LoadError)
from /usr/lib/ruby/1.9.1/openssl.rb:17:in `<top (required)>'
from ruby:0:in `require'i also tried but changed nothing
Offline