You are not logged in.

#1 2010-05-06 00:27:34

at
Member
Registered: 2009-06-07
Posts: 3

Ruby on Rails and openssl issue

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:17

building the patched version from abs and downgrading openssl(just kills my system hmm ) didn't work.

any ideas or hins?

thx

Offline

#2 2010-05-06 01:15:29

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Ruby on Rails and openssl issue

Did you do a full system update ?

pacman -Syu

first ?

Offline

#3 2010-05-06 01:54:52

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: Ruby on Rails and openssl issue

Is your ruby built from aur?

Offline

#4 2010-05-06 09:24:07

at
Member
Registered: 2009-06-07
Posts: 3

Re: Ruby on Rails and openssl issue

flamelab wrote:

Did you do a full system update ?

pacman -Syu

first ?

yeah as i posted before


Daenyth wrote:

Is your ruby built from aur?

i tried it from the aur, the abs and from extra.. always the same failure!

Offline

#5 2010-05-06 09:29:31

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,967
Website

Re: Ruby on Rails and openssl issue

You are not using ruby from the extra repo. We provide version 1.9 and its also isntalled into /usr.

Offline

#6 2010-05-06 09:39:01

at
Member
Registered: 2009-06-07
Posts: 3

Re: Ruby on Rails and openssl issue

 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

Board footer

Powered by FluxBB