Front page | perl.perl5.porters |
Postings from July 2011
[perl #95396] CGI from perl tarball needs FCGI
From:
Marcela Maslanova
Date:
July 23, 2011 02:48
Subject:
[perl #95396] CGI from perl tarball needs FCGI
Message ID:
rt-3.6.HEAD-7815-1311332525-962.95396-75-0@perl.org
# New Ticket Created by Marcela Maslanova
# Please include the string: [perl #95396]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=95396 >
This is a bug report for perl from mmaslano@redhat.com,
generated with the help of perlbug 1.39 running under perl 5.14.1.
-----------------------------------------------------------------
[Please describe your issue here]
CGI requires FCGI, which is not part of perl tarball. I wonder if
outside dependency are all right or FCGI should be also part of tarball.
The dependency is there at least since perl-5.10.1.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=low
module=CGI
---
Site configuration information for perl 5.14.1:
Configured by marca at Thu Jun 30 11:17:51 CEST 2011.
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.35.13-92.fc14.x86_64, archname=x86_64-linux
uname='linux caladan 2.6.35.13-92.fc14.x86_64 #1 smp sat may 21
17:26:25 utc 2011 x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/marca/perl5/perlbrew/perls/perl-5.14.1'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include'
ccversion='', gccversion='4.5.1 20100924 (Red Hat 4.5.1-4)',
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib
/lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.13.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib
-fstack-protector'
Locally applied patches:
---
@INC for perl 5.14.1:
/home/marca/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux
/home/marca/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1
/home/marca/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/x86_64-linux
/home/marca/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1
.
---
Environment for perl 5.14.1:
HOME=/home/marca
LANG=en_US.UTF-8
LANGUAGE=
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/marca/perl5/perlbrew/bin:/home/marca/perl5/perlbrew/perls/perl-5.14.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/sbin:/usr/sbin:/sbin:/home/marca/bin
PERLBREW_PATH=/home/marca/perl5/perlbrew/bin:/home/marca/perl5/perlbrew/perls/perl-5.14.1/bin
PERLBREW_PERL=perl-5.14.1
PERLBREW_ROOT=/home/marca/perl5/perlbrew
PERLBREW_VERSION=0.22
PERL_BADLANG (unset)
SHELL=/bin/bash
-
[perl #95396] CGI from perl tarball needs FCGI
by Marcela Maslanova