P
Peter Lerche
Hi,
When I "require socket" in my application I get following error.
/usr/local/lib/ruby/1.8/x86_64-linux/socket.so: cannot open shared object
file: No such file or directory
- /usr/local/lib/ruby/1.8/x86_64-linux/socket.so
The socket.so is of course located in above directory.
Ruby test file.
require "socket"
if $0 == __FILE__
print "Hello World"
end
My ruby version is: ruby 1.8.2 (2004-12-25) [x86_64-linux]
Any help would be appriciated.
When I "require socket" in my application I get following error.
/usr/local/lib/ruby/1.8/x86_64-linux/socket.so: cannot open shared object
file: No such file or directory
- /usr/local/lib/ruby/1.8/x86_64-linux/socket.so
The socket.so is of course located in above directory.
Ruby test file.
require "socket"
if $0 == __FILE__
print "Hello World"
end
My ruby version is: ruby 1.8.2 (2004-12-25) [x86_64-linux]
Any help would be appriciated.