Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000330.043] Can't find Config.pm on make test
From:
dougw
Date:
March 30, 2000 14:14
Subject:
[ID 20000330.043] Can't find Config.pm on make test
Message ID:
200003302214.PAA17086@chthon.perl.com
To: perlbug@perl.com
Subject: Can't find Config.pm on make test
Reply-To: dougw@safeguard.net
This is a bug report for perl from dougw@safeguard.net,
generated with the help of perlbug 1.28 running under perl v5.6.0.
-----------------------------------------------------------------
The source was in ~/src/perl-5.6.0 and I made perl with:
sh Configure -Dprefix=~/perl -des
make
and then make test failed on 14 tests with 'Can't find Config.pm in @INC'
errors.
Then I made it again, but this time I did this first:
export PERL5LIB=~/src/perl-5.6.0/lib
and everything made, tested, and installed ok.
-----------------------------------------------------------------
---
Flags:
category=install
severity=low
---
Site configuration information for perl v5.6.0:
Configured by dougw at Thu Mar 30 12:29:57 PST 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=hpux, osvers=10.20, archname=PA-RISC1.1
uname='hp-ux mongo b.10.20 u 9000800 245239331 unlimited-user license '
config_args='-Dprefix=~/perl -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc', optimize='-O', gccversion=
cppflags='-D_HPUX_SOURCE -Aa -I/usr/local/include'
ccflags =' -D_HPUX_SOURCE -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae'
stdchar='unsigned 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', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lsec
libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred '
cccdlflags='+z', lddlflags='-b +vnocompatwarnings -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.6.0:
/home/dougw/perl/lib/5.6.0/PA-RISC1.1
/home/dougw/perl/lib/5.6.0
/home/dougw/perl/lib/site_perl/5.6.0/PA-RISC1.1
/home/dougw/perl/lib/site_perl/5.6.0
/home/dougw/perl/lib/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/dougw
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/dougw/bin:/home/dougw/perl/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/perf/bin:/opt/hpnp//bin:/opt/dtcmgr/sbin:/opt/hparray/bin:/opt/rdtcmgr/sbin:/bin:/opt/langtools/bin:/opt/imake/bin:/opt/pred/bin:/opt/ignite/bin:/opt/resmon/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/hpnp/bin:/usr/local/bin:/opt/perl5/bin:/scope/cvs/cvsroot/bin:/opt/fourgen731/bin:/opt/informix730/bin:/scope/dev/all.4gm/lib.4gs:/scope/dev/scripts:.
PERL_BADLANG (unset)
SHELL=/usr/bin/sh
SHLIB_PATH (unset)
-
[ID 20000330.043] Can't find Config.pm on make test
by dougw