Fresh install problem: "const" is not exported by the Spiffy module

[email protected] (Jay Hannah) Thu, 20 Jan 2005 22:36:20 -0600
Newsgroups perl.kwiki
Message-ID <[email protected]>
Fresh install tonight off CPAN. Any suggestions?

Thanks,

j

root@ferret:/usr/local/apache/admin.pm.org# kwiki -new
"const" is not exported by the Spiffy module
  "stub" is not exported by the Spiffy module
  "super" is not exported by the Spiffy module
Can't continue after import errors at 
/usr/lib/perl5/site_perl/5.8.0/Spiffy.pm line 108
BEGIN failed--compilation aborted at 
/usr/lib/perl5/site_perl/5.8.0/IO/All.pm line 3.
Compilation failed in require at 
/usr/lib/perl5/site_perl/5.8.0/Spoon/Base.pm line 5.
BEGIN failed--compilation aborted at 
/usr/lib/perl5/site_perl/5.8.0/Spoon/Base.pm line 5.
Compilation failed in require at 
/usr/lib/perl5/site_perl/5.8.0/Spoon.pm line 2.
BEGIN failed--compilation aborted at 
/usr/lib/perl5/site_perl/5.8.0/Spoon.pm line 2.
Compilation failed in require at 
/usr/lib/perl5/site_perl/5.8.0/Kwiki.pm line 2.
BEGIN failed--compilation aborted at 
/usr/lib/perl5/site_perl/5.8.0/Kwiki.pm line 2.
Compilation failed in require at /usr/bin/kwiki line 10.
BEGIN failed--compilation aborted at /usr/bin/kwiki line 10.
root@ferret:/usr/local/apache/admin.pm.org#



/usr/bin/kwiki $VERSION = 0.37

/usr/lib/perl5/site_perl/5.8.0/Kwiki.pm says:
package Kwiki;
use Spoon 0.21 -Base;
our $VERSION = '0.37';

/usr/lib/perl5/site_perl/5.8.0/Spiffy.pm says:
our $VERSION = '0.22';




root@ferret:/usr/local/apache/admin.pm.org# perl -V | more
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
   Platform:
     osname=linux, osvers=2.4.21, archname=i486-linux
     uname='linux midas 2.4.21 #6 sat jun 14 22:48:45 pdt 2003 i686 
unknown unknown gnulinux '
     config_args='-de -Dprefix=/usr -Dcccdlflags=-fPIC 
-Darchname=i486-linux'
     hint=recommended, useposix=true, d_sigaction=define
     usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
     useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
     use64bitint=undef use64bitall=undef uselongdouble=undef
     usemymalloc=n, bincompat5005=undef
   Compiler:
     cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
     optimize='-O3',
     cppflags='-fno-strict-aliasing'
     ccversion='', gccversion='3.2.3', gccosandvers=''
     intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
     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, prototype=define
   Linker and Libraries:
     ld='cc', ldflags =' -L/usr/local/lib'
     libpth=/usr/local/lib /lib /usr/lib
     libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
     perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
     libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
     gnulibc_version='2.3.2'
   Dynamic Linking:
     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
     cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
   Compile-time options: USE_LARGE_FILES
   Built under linux
   Compiled at Aug 19 2003 15:52:31
   @INC:
     /usr/lib/perl5/5.8.0/i486-linux
     /usr/lib/perl5/5.8.0
     /usr/lib/perl5/site_perl/5.8.0/i486-linux
     /usr/lib/perl5/site_perl/5.8.0
     /usr/lib/perl5/site_perl
     .