From: KUBO Takehiro Date: 2005-01-14T16:43:58+09:00 Subject: Re: Ruby on AIX? At Sun, 9 Jan 2005 01:38:23 +0900, Andreas Semt wrote: > > Is someone currently working on a "port" for Ruby on AIX? > This would be *really* great ... a working socket library on AIX in the > future. I have successfully compiled socket.so on AIX 4.3.3 and ruby 1.8.2. (1) run configure script with '--disable-ipv6'. (2) add '-eInit_socket' to DLDFLAGS in 'ext/socket/Makefile'. ./configure --disable-ipv6 vi ext/socket/Makefile make A very very simple one liner runs successfully: ruby -rsocket -e "p Socket" But, sorry, I have not test whether it actually works or not. I don't know how to use it. -- KUBO Takehiro kubo@jiubao.org