Subject: | log error: "Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /usr/local/lib/perl5/5.8.8/mach/Socket.pm line 373" |
I tried Smolder again today after not testing it for a long time. I'm
glad to see it's on CPAN now, and has options for a SQLite backend and
built-in web server.
The first thing I did after it appeared to install successfully was just
to run the smolder binary.
It appeared to do nothing and then exit, so I had it log to a file:
./smolder --log_file t.log
It logs this:
Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at
/usr/local/lib/perl5/5.8.8/mach/Socket.pm line 373
##
I suspect there's a much more high level diagnostic it could be giving
me, essentially that there's some more setup to do before I can try it out.