Socket-related prolem running mon on Solaris

2005-04-11 Thread Alex David Shadrach Hooper
Hi, I'm trying to run Mon on solaris (SunOS unified-ext 5.8 Generic_108528-13 sun4u sparc SUNW,UltraAX-e2) and keep getting the error Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /usr/local/lib/perl5/5.8.0/sun4-solaris/Socket.pm line 373. which is caused by (I

Re: Socket-related prolem running mon on Solaris

2005-04-11 Thread Ed Ravin
On Mon, Apr 11, 2005 at 03:55:01PM +0100, Alex David Shadrach Hooper wrote: I'm trying to run Mon on solaris (SunOS unified-ext 5.8 Generic_108528-13 sun4u sparc SUNW,UltraAX-e2) and keep getting the error Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at

Re: Socket-related prolem running mon on Solaris

2005-04-11 Thread Alex David Shadrach Hooper
Pulled from Ed Ravin's mail (Mon, Apr 11, 2005 at 11:21:59AM -0400): 229 230 setlogsock('unix') 231 if grep /^ $^O $/xo, (linux, openbsd, freebsd, netbsd); 232 233 openlog (mon, cons,pid, $CF{SYSLOG_FACILITY}); And do something with the setlogsock() that's