The only problem that I'm having now is just getting the Socket library
to compile.
I've tried running ./configure --disable-ipv6 and then make
But when you go into the ext/socket directory there is no Makefile.
If I manually run extconf.rb I get the followng output:
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for netinet/tcp.h... yes
checking for netinet/udp.h... yes
checking for sendmsg()... no
checking for recvmsg()... no
checking for inet_ntop()... no
checking for inet_ntoa()... no
checking for inet_pton()... no
checking for inet_aton()... no
checking for getservbyport()... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking for sys/un.h... yes
checking for sys/uio.h... yes
checking for socket()... no
My mkmf.log file is FULL of stuff which can be seen here ->
http://www.austin-moody.com/junk/mkmf.log.html
Anyone have any ideas?