Hi list,
Frist of all, I'm very sorry if I bother you all with *another* post on
using openssl, but I'm really tearibng my hair off since a number of
weeks...
As the subject says, I'm runnint CentOS5, I've installed ruby 1.8.6 with
no particular issue.
Rubygems is also installed, with no particular message.
When i try to run the an appication developed with ruby, I get the
following:
[root@wac-srv-pent-03 metasploit]# ./msfweb
./lib/rex/socket/ssl_tcp_server.rb:4:in `require': no such file to load
-- openssl (LoadError)
from ./lib/rex/socket/ssl_tcp_server.rb:4
from ./lib/rex/socket/comm/local.rb:5:in `require'
from ./lib/rex/socket/comm/local.rb:5
from ./lib/rex/socket.rb:22:in `require'
from ./lib/rex/socket.rb:22
from ./lib/rex.rb:71:in `require'
from ./lib/rex.rb:71
from ./lib/msf/core.rb:16:in `require'
from ./lib/msf/core.rb:16
from ./lib/msf/base.rb:19:in `require'
from ./lib/msf/base.rb:19
from ./msfweb:11:in `require'
from ./msfweb:11
[root@wac-srv-pent-03 metasploit]#
On the CentOS box, the following libs are installed:
openssl 0.9.8b-8.3
openssl-devel 0.9.8b-8.3
openssl-perl 0.9.8b-8.3
openssl097a 0.9.7a-9
I have seen on several posts that I should install libopenssl-ruby1.8,
but I can't locate a version that would run on CentOS.
Help please !!
BTW: I'm not a developer, just a basic user of an application developed
with ruby... please don't shoot at sight if the solution appears to be
dead simple to you guys ....
···
--
Posted via http://www.ruby-forum.com/.