Hello

I have installed the  DateTime::Locale module a number of times. However, on
this build of perl5.8.3 it is giving me an error in creating the Makefile
step.


Any idea what is happening?

_____________________________________________________________________________

Using cpan to load  DateTime::Locale

all the file printing etc.
...
/tools/perl5.8.3/bin/perl Build.PL 
Checking whether your kit is complete...
Looks good
Creating new 'Build' script for 'DateTime-Locale' version '0.07'
Can't call method "find_perl_interpreter" on an undefined value at 
/tools/perl5.8.3/lib/site_perl/5.8.3/Module/Build/Compat.pm line 150.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install



The Makefile is made but it only has this line in it.

cat Makefile
#     PREREQ_PM => { Params::Validate=>q[0] }


_____________________________________________________________________________
perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi
    uname='sunos rosewood 5.8 generic_108528-18 sun4u sparc sunw,ultra-5_10 '
    config_args='-Dmksymlinks -Dprefix=/tools/perl5.8.3'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing 
-I/tools/perl5.8.3/support/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-D_REENTRANT -fno-strict-aliasing -I/tools/perl5.8.3/support/include'
    ccversion='', gccversion='3.3.2', gccosandvers='solaris2.8'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    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, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags ='-L/tools/perl5.8.3/support/lib 
-Wl,-rpath,/tools/perl5.8.3/support/lib '
    libpth=/lib /usr/lib /tools/perl5.8.3/support/lib
    libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lpthread -lc
    perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl583.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-E -R 
/tools/perl5.8.3/lib/5.8.3/sun4-solaris-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-Wl,-E -G -L/tools/perl5.8.3/support/lib 
-Wl,-rpath,/tools/perl5.8.3/support/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
  Built under solaris
  Compiled at Feb 11 2004 09:18:08
  %ENV:
    PERL1=""
    PERL2=""
  @INC:
    /tools/perl5.8.3/lib/5.8.3/sun4-solaris-thread-multi
    /tools/perl5.8.3/lib/5.8.3
    /tools/perl5.8.3/lib/site_perl/5.8.3/sun4-solaris-thread-multi
    /tools/perl5.8.3/lib/site_perl/5.8.3
    /tools/perl5.8.3/lib/site_perl
    .

Reply via email to