M
Matt Lawrence
I just built Ruby 1.8.1 on an AIX 4.3.3 box using gcc. When I try to run
something that uses "require 'net/http'", I get the following:
/usr/local/lib/ruby/1.8/net/protocol.rb:21:in `require': No such file to
load -- socket (LoadError)
from /usr/local/lib/ruby/1.8/net/protocol.rb:21
from /usr/local/lib/ruby/1.8/net/http.rb:26:in `require'
from /usr/local/lib/ruby/1.8/net/http.rb:26
from ./testit:3:in `require'
from ./testit:3
And, I can't fins any file named 'socket*' under /usr/local/lib
HELP?????
-- Matt
The American Non-Sequiteur Society: We may not make sense, but we do like
pizza.
something that uses "require 'net/http'", I get the following:
/usr/local/lib/ruby/1.8/net/protocol.rb:21:in `require': No such file to
load -- socket (LoadError)
from /usr/local/lib/ruby/1.8/net/protocol.rb:21
from /usr/local/lib/ruby/1.8/net/http.rb:26:in `require'
from /usr/local/lib/ruby/1.8/net/http.rb:26
from ./testit:3:in `require'
from ./testit:3
And, I can't fins any file named 'socket*' under /usr/local/lib
HELP?????
-- Matt
The American Non-Sequiteur Society: We may not make sense, but we do like
pizza.