Title: Glacier

What sets the paths in @INC?  I noticed they were different perl lib sources on another box.  It looks like the first few are set with the PERL5LIB parm.  Here is the output of my PERL -V: 

 

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:

Platform:

osname=dec_osf, osvers=5.1, archname=alpha-dec_osf

uname='osf1 himalaya x5.1 987 alpha '

config_args='-des -Dlibpth=/usr/shlib /usr/lib /usr/ccs/lib -Dusemymalloc=no -Dprefix=/usr/lib/perl-5.6.0 -Dman1dir=/usr/share/doclib/annex/man/man1 -Dman3dir=/usr/share/doclib/annex/man/man3 -Dccflags=-fprm d -ieee -Doptimize=-O4 -Dhostcat=cat /etc/hosts -Dmyhostname=localhost -Umydomain= -Dcf_by=perlhelp -Dcf_email=root@localhost'

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=define uselongdouble=undef usesocks=undef

Compiler:

cc='cc', optimize='-O4', gccversion=

cppflags='-ieee -std -DLANGUAGE_C'

ccflags ='-fprm d -ieee -std -DLANGUAGE_C'

stdchar='unsigned char', d_stdstdio=define, usevfork=false

intsize=4, longsize=8, ptrsize=8, doublesize=8

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, usemymalloc=n, prototype=define

Linker and Libraries:

ld='ld', ldflags =''

libpth=/usr/shlib /usr/lib /usr/ccs/lib

libs=-ldbm -ldb -lm -liconv

libc=/usr/shlib/libc.so, so=so, useshrplib=true, libperl=libperl.so

Dynamic Linking:

dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf/CORE'

cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -O4 -msym -std -s'

 

Characteristics of this binary (from libperl):

Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES

Built under dec_osf

Compiled at Oct 31 2000 12:57:11

%ENV:

PERL5LIB="/home/nbdipy2/perllib/lib/site_perl"

@INC:

/home/nbdipy2/perllib/lib/site_perl/5.6.0/alpha-dec_osf

/home/nbdipy2/perllib/lib/site_perl/5.6.0

/home/nbdipy2/perllib/lib/site_perl

/usr/lib/perl-5.6.0/lib/5.6.0/alpha-dec_osf

/usr/lib/perl-5.6.0/lib/5.6.0

/usr/lib/perl-5.6.0/lib/site_perl/5.6.0/alpha-dec_osf

/usr/lib/perl-5.6.0/lib/site_perl/5.6.0

/usr/lib/perl-5.6.0/lib/site_perl

.

 

Reply via email to