You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Martin Wood <mw...@orctel.co.uk> on 2000/06/20 12:52:12 UTC

Prototype mismatches?

Hi all,

Small problem - if I place a "use IO::Socket" directive in my mod_perl
(Solaris 2.5.1, Apache 1.3.12, mod_perl 1.23, Perl 5.6.0, IO::Socket
1.20) startup.pl file, the error log groans about several "Prototype
mismatches" :-

[Tue Jun 20 11:35:17 2000] Carp.pm: Prototype mismatch: sub
Socket::INADDR_ANY vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris/Socket.pm line 328.
[Tue Jun 20 11:35:17 2000] Carp.pm: Prototype mismatch: sub
Socket::INADDR_BROADCAST vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris/Socket.pm line 329.
[Tue Jun 20 11:35:17 2000] Carp.pm: Prototype mismatch: sub
Socket::INADDR_LOOPBACK vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris/Socket.pm line 330.
[Tue Jun 20 11:35:17 2000] Carp.pm: Prototype mismatch: sub
Socket::INADDR_LOOPBACK vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris/Socket.pm line 331.
[Tue Jun 20 11:35:17 2000] [notice] Apache/1.3.12 (Unix) mod_perl/1.23
configured -- resuming normal operations

Should I be worried about this? Everything _seems_ okay...but obviously
I would prefer these messages not to appeaar :)

Martin