1.8.0 build, Solaris and socket

M

Mark Probert

Hi, rubyists.


I am getting an error when I try to use telnet under 1.8.0 (it was
working fine under 1.6.8 and 1.7.3).

(mark-1)-> tn.rb
/devtools/shasta/lib/ruby/1.8/net/telnet.rb:164:in `require': No such
file to load -- socket (LoadError)
from /devtools/shasta/lib/ruby/1.8/net/telnet.rb:164
from tn.rb:2:in `require'
from tn.rb:2

(zcars0u3)-> cat tn.rb
#! /devtools/shasta/bin/ruby
require 'net/telnet'

(zcars0u3)-> /devtools/shasta/bin/ruby -v
ruby 1.8.0 (2003-08-04) [sparc-solaris2.8]

Any ideas?
 
B

Bermejo, Rodrigo

May there was a problem during installation.

cd ext/socket
cat mkmf.log

I had the same problem under HPUX, and I just could solve it selecting
to build it non dinamically.(ext/Setup)

-r.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,197
Latest member
Sean29G025

Latest Threads

Top