pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem with gem1.8



* Filip Hajny wrote:
> Stefan - I take it you're running on Solaris systems too? Try commenting
> the option out of your Makefile and rebuilding. My take is your problem
> has nothing to do with your proxy, and compiling without
> wide-getaddrinfo should fix it.

Yes, I'm running Solaris (5.10 Generic_142900-12) and I can confirm your 
solution. Recompiled ruby18-base without "--enable-wide-getaddrinf" and now 
your example is working.

% ruby18 -e 'require "socket"; print Socket::getaddrinfo("rubyforge.org", 
"echo", Socket::AF_INET)[0][3],"\n"; print Socket::getaddrinfo("rubyforge.org", 
"echo")[0][3],"\n"'
205.234.109.19
205.234.109.19


Thank you,
Stefan


Home | Main Index | Thread Index | Old Index