Front page | perl.perl5.porters |
Postings from July 2001
[ID 20010710.002] help with installation
Thread Next
From:
Dave Storrs
Date:
July 10, 2001 08:22
Subject:
[ID 20010710.002] help with installation
Message ID:
Pine.BSF.4.21.0107100811460.92307-100000@megazone23.bigpanda.com
I've never tried to install perl from source before, and I'm not having
much luck...I downloaded the source (stable.tar.gz), ran Configure, and
tried to do the 'make', 'make test', 'make install'
series. Unfortunately, it bombs out on 'make', with the following output:
AutoSplitting perl library
LD_LIBRARY_PATH=/usr/rz4/users/paulm/perl-5.6.1:/usr/rz1/odi_6.0.SP4/ostore/lib:/usr/rz1/odi_6.0.SP4/osji/lib:/usr/users/paulm/prac\
tice/jni ./miniperl -Ilib -e 'use
AutoSplit; autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm
################### OUTPUT OF 'MAKE' COMMAND
Making DynaLoader (static)
Can't locate File/Glob.pm in @INC (@INC contains: ../../lib
/usr/users/paulm/perl5_6_1/lib/5.6.1/alpha-dec_osf /usr/users/paulm/per\
l5_6_1/lib/5.6.1
/usr/users/paulm/perl5_6_1/site_perl/lib/site_perl/5.6.1/alpha-dec_osf
/usr/users/paulm/perl5_6_1/site_perl/lib/si\
te_perl/5.6.1 /usr/users/paulm/perl5_6_1/site_perl/lib/site_perl . .)BEGIN
failed--compilation aborted at (eval 70) line 7.
at ../../lib/ExtUtils/MakeMaker.pm line 507
Warning: No Makefile!
Make: Don't know how to make config. Stop.
make config failed, continuing anyway...
Make: Don't know how to make all. Stop.
*** Exit 1
Stop.
################### END OUTPUT
I'm trying to install this on an Alpha, OSF1 V4.0 1229. I do not have
root on this box, so I'm trying to install to a subdir of ~. There _is_ a
prior version of perl installed, but it's 5.002...full output of perl -V:
####################### BEGIN OUTPUT OF 'perl -V'
Summary of my perl5 (5.0 patchlevel 2) configuration:
Platform:
osname=dec_osf, osver=3.2, archname=alpha-dec_osf
uname='osf1 ahnkenaten.adone.com v3.2 41.64 alpha '
hint=recommended, useposix=true
Compiler:
cc='cc', optimize='-O2 -Olimit 2900', gccversion=
cppflags='-DSTANDARD_C -I/usr/local/include -D__LANGUAGE_C__
-D_NO_PROTO'
ccflags ='-DSTANDARD_C -I/usr/local/include -D__LANGUAGE_C__
-D_NO_PROTO'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
voidflags=15, castflags=0, d_casti32=define, d_castneg=define
intsize=4, alignbytes=8, usemymalloc=y, randbits=15
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /usr/shlib /lib /usr/lib /usr/ccs/lib
libs=-ldbm -lm -lc -lbsd -lPW
libc=/usr/shlib/libc.so, so=so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=, ccdlflags=' '
cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -s -hidden
-L/usr/local/lib'
@INC: /usr/local/lib/perl5/alpha-dec_osf/5.002 /usr/local/lib/perl5
/usr/local/lib/perl5/site_perl/alpha-dec_osf /usr/local/lib/per\
l5/site_perl .
####################### END OUTPUT OF 'perl -V'
And here is the output of myconfig:
####################### BEGIN OUTPUT OF 'myconfig'
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=dec_osf, osvers=4.0, archname=alpha-dec_osf
uname='osf1 ahnkenaten.adone.com v4.0 1229 alpha '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
Compiler:
cc='cc', ccflags ='-std -fprm d -ieee -D_INTRINSICS
-I/usr/local/include -DLANGUAGE_C',
optimize='-O4',
cppflags='-std -ieee -D_INTRINSICS -I/usr/local/include -DLANGUAGE_C'
ccversion='V5.9-005', gccversion='', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=8, 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 /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc
/usr/lib /var/shlib
libs=-ldbm -ldb -lm -liconv -lutil
perllibs=-lm -liconv -lutil
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/users/paulm/perl5_6_1/lib/5.6.1/alpha-dec_osf/CORE'
cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -O4 -msym
-std -s -L/usr/local/lib'
Any help would be much appreciated.
--Dave Storrs
dstorrs@dstorrs.com
Thread Next
-
[ID 20010710.002] help with installation
by Dave Storrs