Ugh, you're killing me. You don't get the proper "Connection refused" error when trying to connect to localhost? Try this on the Solaris box:
$ telnet 127.0.0.1 12345 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused $ telnet 127.0.0.1 12346 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused $ telnet 127.0.0.1 12347 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused $ Any three random ports should be fine. It needs to say something like that and under perl it must set $! = ECONNREFUSED, right? What did it say? -- Rob On 19 Nov 2002, Josts Smokehouse wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. >
