Hello all, I've been
installing arsperl on a new Sun Solaris 2.10 system.
I used the package
arsperl 1.85 (I hope this is the stable version that works with ARS 6.3)
which I got off of CPAN.
Everything compiled
and installed without a hitch, when I actually ran it, however, I got the
folowing error:
----- Begin
Paste ----
[EMAIL PROTECTED]:# perl
use ARS;
ARS object version 1.84 does not match bootstrap parameter 1.8002 at /opt/perl5/lib/5.8.2/sun4-solaris/DynaLoader.pm line 249.
Compilation failed in require at - line 1.
BEGIN failed--compilation aborted at - line 1.
[EMAIL PROTECTED]:#
use ARS;
ARS object version 1.84 does not match bootstrap parameter 1.8002 at /opt/perl5/lib/5.8.2/sun4-solaris/DynaLoader.pm line 249.
Compilation failed in require at - line 1.
BEGIN failed--compilation aborted at - line 1.
[EMAIL PROTECTED]:#
--- End Paste
---
I noticed that in
the downloaded package, the ARS.pm file has the line :
$ARS::VERSION =
'1.84';
I couldn't find any
files with 1.8002 in them so I'm not sure where that came from. Unless it
got mixed up with my version of perl.
here is perl
-V
----- Begin Paste
-------
[EMAIL PROTECTED]:# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration:
Platform:
osname=solaris, osvers=2.10, archname=sun4-solaris
uname='sunos iemsdev1 5.10 generic_118822-25 sun4u sparc sunw,ultra-250 '
config_args=''
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 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.4.3 (csl-sol210-3_4-branch+sol_rpath)', gccosandvers='solaris2.10'
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='cc', ldflags =' -L/usr/local/lib '
libpth=/usr/sfw/lib /usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration:
Platform:
osname=solaris, osvers=2.10, archname=sun4-solaris
uname='sunos iemsdev1 5.10 generic_118822-25 sun4u sparc sunw,ultra-250 '
config_args=''
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 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.4.3 (csl-sol210-3_4-branch+sol_rpath)', gccosandvers='solaris2.10'
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='cc', ldflags =' -L/usr/local/lib '
libpth=/usr/sfw/lib /usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under solaris
Compiled at Jul 11 2006 11:58:30
@INC:
/opt/perl5/lib/5.8.2/sun4-solaris
/opt/perl5/lib/5.8.2
/opt/perl5/lib/site_perl/5.8.2/sun4-solaris
/opt/perl5/lib/site_perl/5.8.2
/opt/perl5/lib/site_perl
.
[EMAIL PROTECTED]:#
--- End Paste
---
So which version of
arsperl is this 1.85?, 1.84? or 1.8002?
I was thinking I
could just change the value in ARS.pm, but that doesn't explain how I can fix
the 1.8002 issue.
Any insight would be
appreciated.
Thanks,
Brent
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Arsperl-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/arsperl-users

