Front page | perl.perl5.porters |
Postings from November 2000
[ID 20001107.011] IO::Socket error
From:
Jie Gao
Date:
November 7, 2000 14:39
Subject:
[ID 20001107.011] IO::Socket error
Message ID:
200011072239.eA7MdZl14231@banquo.ucc.usyd.edu.au
This is a bug report for perl from J.Gao@isu.usyd.edu.au,
generated with the help of perlbug 1.28 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
When running mod_perl, I am getting the following error in
the error_log when starting the server up:
Prototype mismatch: sub Socket::INADDR_ANY vs () at /usr/local/lib/perl5/5.6.0/sun4-solaris-64int/Socket.pm
line 328.
Prototype mismatch: sub Socket::INADDR_BROADCAST vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris-64int/Socket.pm line 329.
Prototype mismatch: sub Socket::INADDR_LOOPBACK vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris-64int/Socket.pm line 330.
Prototype mismatch: sub Socket::INADDR_LOOPBACK vs () at
/usr/local/lib/perl5/5.6.0/sun4-solaris-64int/Socket.pm line 331.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.6.0:
Configured by jiegao at Tue Nov 7 11:04:39 EST 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris-64int
uname='sunos banquo 5.7 generic_106541-12 sun4u sparc sunw,ultra-5_10 '
config_args='-Dcc=gcc -B/usr/ccs/bin/ -Ui_db -Uusemymalloc'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=define use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc -B/usr/ccs/bin/', optimize='-O2', gccversion=2.95.2 19991024 (release)
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='gcc -B/usr/ccs/bin/', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.6.0:
/usr/local/lib/perl5/5.6.0/sun4-solaris-64int
/usr/local/lib/perl5/5.6.0
/usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris-64int
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/jiegao
LANG=en_AU
LANGUAGE (unset)
LC_COLLATE=en_AU
LC_CTYPE=en_AU
LC_MESSAGES=C
LC_MONETARY=en_AU
LC_NUMERIC=en_AU
LC_TIME=en_AU
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/etc/ftpd:/usr/java/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/BerkeleyDB/bin:/usr/local/bin:/usr/local/sbin:/usr/lib:/etc:/opt/bin:/opt/dwb/bin:/usr/openwin/bin:/usr/dt/bin:/opt/X11/bin:/opt/mh/bin:/opt/SUNWspro/bin:/usr/proc/bin:/opt/GCC281/bin/gcc:/opt/gnu/bin:/opt/misc/xpdf/bin:/opt/misc/bin:/opt/misc/sbin:/usr/local/libexec:/usr/proc/bin:/opt/java/bin:/usr/local/sybase/bin:/sybase/install/opt/SQLAnywhere/SYBSsa50/bin:/usr/local/apache/bin:/usr/local/ssl/bin:/usr/local/apache/sbin:/usr/ucb/:/usr/local/src/ImageMagick-sparc-sun-solaris2.6/bin:/usr/local/src/jbigkit/pbmtools:/usr/local/src/not_src/Office51_inst/bin:/usr/local/mysql/bin:/usr/local/src/hanzi/src:/usr/local/AbiSuite/bin:/home/jiegao/bin:/opt/SUNWspro/bin:.
PERL_BADLANG (unset)
SHELL=/usr/local/bin/bash
-
[ID 20001107.011] IO::Socket error
by Jie Gao