Front page | perl.perl5.porters |
Postings from February 2003
[perl #20658] Unsupport Socket -- getprotobyname
From:
Jim Gifford
Date:
February 2, 2003 18:09
Subject:
[perl #20658] Unsupport Socket -- getprotobyname
Message ID:
rt-20658-50031.2.1478481728532@bugs6.perl.org
# New Ticket Created by "Jim Gifford"
# Please include the string: [perl #20658]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=20658 >
This is a bug report for perl from jim@jg555.com,
generated with the help of perlbug 1.34 running under perl v5.8.0.
-----------------------------------------------------------------
[Please enter your report here]
Anytime I attempt to try to connect to the internet using a perl
program I received the following error message.
Unsupported socket function "getprotobyname" called at (module)
I received this using any program that access a socket. Example
CPAN, Net::FTP, Net::DNS.
I am using a Kernel and Perl built from source codes only.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=high
---
Site configuration information for perl v5.8.0:
Configured by root at Sat Feb 1 23:22:10 PST 2003.
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.20, archname=i686-linux
uname='linux server 2.4.20 #1 smp sat feb 1 21:30:02 pst 2003 i686
genuineintel '
config_args='-ds -e -Dprefix=/usr -Dccflags= -march=pentium2 -mmmx -O3 -fomi
t-frame-pointer'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags
='-march=pentium2 -mmmx -O3 -fomit-frame-pointer -fno-strict-aliasing -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3',
cppflags='-march=pentium2 -mmmx -O3 -fomit-frame-pointer -fno-strict-aliasin
g'
ccversion='', gccversion='3.2.1', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lbind -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
perllibs=-lbind -lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.3.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.8.0:
/usr/lib/perl5/5.8.0/i686-linux
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i686-linux
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.
---
Environment for perl v5.8.0:
HOME=/root
LANG=en_US
LANGUAGE (unset)
LC_ALL=en_US
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/X11R6/bin:/opt/java/
j2sdk/bin
PERL_BADLANG (unset)
SHELL=/bin/bash
-
[perl #20658] Unsupport Socket -- getprotobyname
by Jim Gifford