Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Imran Rafique
Ignore my pointless mail - I just saw the other thread with Alex's reply :) -- Regards,        Imran Rafique On 23 February 2012 12:19, Imran Rafique wrote: > Doug, > > I ran into the same problem a while ago, and Alex told me (on IRC) > that 64bit picolisp's networking functions require ipv6

Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Imran Rafique
Doug, I ran into the same problem a while ago, and Alex told me (on IRC) that 64bit picolisp's networking functions require ipv6 (as Joe said). If you have the ipv6 kernel modulle already compiled (most distro's kernel config's will at least compile it as a module, even if they don't enable it),

Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Joe Bogner
Doug - you need to install ipv6 support on linux. Look for an ipv6 package for your distro On Feb 23, 2012 1:28 AM, "Doug Snead" wrote: > Might be even easier to reproduce ... just try the port function: > > # picoLisp-2.2.7.tgz ... > ~/lisp/picoLisp > $ ./p > : (port 1234) > -> 3 > > That's ok,

Re: server - IP socket error: Address family not supported by protocol

2012-02-22 Thread Doug Snead
Might be even easier to reproduce ... just try the port function: # picoLisp-2.2.7.tgz ... ~/lisp/picoLisp $ ./p : (port 1234) -> 3 That's ok, but the most recent version, # picoLisp-3.0.9.tgz # ./pil : (port 1234) !? (port 1234) IP socket error: Address family not supported by protocol ?