On Thu, Aug 16, 2001 at 06:11:49PM -0400, Robert Landrum wrote:
> At 4:02 PM -0600 8/16/01, The Doctor wrote:
> >On Sun, Aug 12, 2001 at 10:17:32AM -0400, Barrie Slaymaker wrote:
> >> On Sat, Aug 11, 2001 at 08:58:00AM -0600, The Doctor wrote:
> >>
> >> Hopefully this will point you in the right direction.  I would need more
> >> data to figure it all out.  As a next step, can you find the locations
> >> of the perls in question and run a "perl5.6.0 -V", a "perl5.6.1 -V" and
> >> a "perl -V"?
> >>
> >
> >Weirdly perl5.6.1 -V thinks it is perl 5.6.0 ?-S
> 
> Please paste the entire output of perl5.6.1 -V so that we can see what's wrong.
> 
> Thanks,
>

Here it comes:

 
Script started on Thu Aug 16 16:12:49 2001
doctor.nl2k.ab.ca//usr/libdata$ find . -name \*Config.pm\* -print
./perl5/CPAN/Config.pm~
./perl5/CPAN/Config.pm
./perl5/i386-bsdos/Config.pm
./perl5/site_perl/Net/Config.pm
./perl5/site_perl/i386-bsdos/Tk/Config.pm
./perl5/site_perl/i386-bsdos/Apache/MyConfig.pm
./perl5/site_perl/i386-bsdos/Apache/ModuleConfig.pm
./perl5/site_perl/5.005/HTML/EP/Config.pm
./perl5/site_perl/5.005/HTML/Mason/Config.pm
./perl5/site_perl/5.005/Apache/Roaming/LiPrefs/Config.pm
./perl5/site_perl/5.005/Apache/DBILogConfig.pm
./perl5/site_perl/5.005/i386-bsdos/Net/Config.pm
./perl5/site_perl/5.005/i386-bsdos/Apache/MyConfig.pm
./perl5/site_perl/5.005/i386-bsdos/Apache/ModuleConfig.pm
./perl5/site_perl/5.6.0/i386-bsdos/Apache/MyConfig.pm
./perl5/site_perl/5.6.0/i386-bsdos/Apache/ModuleConfig.pm
./perl5/site_perl/5.6.0/Net/Config.pm
./perl5/site_perl/5.6.0/Template/Config.pm
./perl5/5.00503/i386-bsdos/Config.pm
./perl5/5.00503/CPAN/Config.pm
./perl5/5.00503/CPAN/Config.pm~
doctor.nl2k.ab.ca//usr/libdata$ perl5.6.0 -V
Perl lib version (v5.6.0) doesn't match executable version (v5.6.1) at 
/usr/libdata/perl5/i386-bsdos/Config.pm line 21.
Compilation failed in require.
BEGIN failed--compilation aborted.
doctor.nl2k.ab.ca//usr/libdata$ perl5.6.0 -V1
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=bsdos, osvers=4.2, archname=i386-bsdos
    uname='bsdos rdlcom.com 4.2 bsdi bsdos 4.2 kernel #0: wed oct 25 17:38:20 mdt 2000 
[EMAIL PROTECTED]:mntproto4.2-i386usrsrcsyscompilegeneric i386 '
    config_args=''
    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='-O2', gccversion=2.95.2 19991024 (release)
    cppflags='-fno-strict-aliasing'
    ccflags ='-fno-strict-aliasing'
    stdchar='char', d_stdstdio=undef, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =' -L/usr/X11/lib -L/usr/local/lib'
    libpth=/usr/local/lib /usr/shlib /shlib /lib /usr/lib /usr/X11/lib
    libs=-lbind -ldl -lm -lc
    libc=/shlib/libc.so, so=so, useshrplib=true, libperl=libperl.so
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-shared -x  -L/usr/X11/lib -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_LARGE_FILES
  Built under bsdos
  Compiled at May  9 2000 14:39:24
  @INC:
    /usr/libdata/perl5/i386-bsdos
    /usr/libdata/perl5
    /usr/contrib/lib/perl5/site_perl/5.6.0/i386-bsdos
    /usr/contrib/lib/perl5/site_perl/5.6.0
    /usr/contrib/lib/perl5/site_perl
    .
doctor.nl2k.ab.ca//usr/libdata$ exit
exit

Script done on Thu Aug 16 16:13:30 2001

HTH

Reply via email to