From: nobu.nokada@... Date: 2005-01-15T10:01:09+09:00 Subject: Re: Ruby on AIX? Hi, At Sat, 15 Jan 2005 07:18:25 +0900, Matt Lawrence wrote in [ruby-talk:126507]: > On Fri, 14 Jan 2005, KUBO Takehiro wrote: > > > 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'. Does it direct the entry point or to export the symbol? Anyway, -eInit_foo option is required on AIX in general? > Ok, that seems to work on AIX 5.1. However, it gets a Segmentation fault > in socket.so when I go to run it. Help? Can you show the stack trace? -- Nobu Nakada