Subject: | Does not install on AxKit 1.6.2 |
This version seems to need the current CVS version of AxKit especcially of Apache::AxKit::Language::XSP::SimpleTaglib which is part of AxKit .
make test gives these errors:
1..1
# Running under perl version 5.008 for linux
# Current time local: Tue Mar 22 17:39:57 2005
# Current time GMT: Tue Mar 22 16:39:57 2005
# Using Test.pm version 1.25
Invalid CODE attributes: XSP_attribOrChild(name) : XSP_exprOrNode(attribute) : XSP_nodeAttr(name,$attr_name) at blib/lib/AxKit/XSP/Session.pm line 21
BEGIN failed--compilation aborted at blib/lib/AxKit/XSP/Session.pm line 23.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
make: *** [test_dynamic] Fehler 255
There seems to be an interface definition change in Apache::AxKit::Language::XSP::SimpleTaglib - several items have been
renamed to XSP_* ...
My current installation:
SuSE Linux 8.1
AxKit 1.6.2
peter@sonja:~> uname -a
Linux sonja 2.4.21-273-default #1 Mon Jan 17 12:44:04 UTC 2005 i686 unknown
peter@sonja:~> perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.19, archname=i586-linux-thread-multi
uname='linux butenandt 2.4.19 #1 fri jan 14 15:41:33 utc 2005 i686 unknown '
config_args='-ds -e -Dprefix=/usr -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Duseshrplib=true'
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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3 --pipe',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing'
ccversion='', gccversion='3.2.2', 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 =''
libpth=/lib /usr/lib /usr/local/lib
libs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE'
cccdlflags='-fPIC', lddlflags='-shared'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Built under linux
Compiled at Feb 7 2005 22:08:29
%ENV:
PERL5LIB="/home/peter/perl/lib:/home/elimpex/perl/lib"
@INC:
/home/peter/perl/lib
/home/elimpex/perl/lib
/usr/lib/perl5/5.8.0/i586-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.
peter@sonja:~> gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.2.2