[Arsperl-users] Compile ARSperl 1.90 on HP-UX
Brought to you by:
jeffmurphy
|
From: Misi M. <mi...@rr...> - 2007-03-15 14:09:14
|
Hi,
I am trying to get ARSperl 1.90 to work on HP-UX 11, either with the 6.3.0
patch 021 API or the 7.0.1 patch 001 API.
Compilation seems to work ok.
Make test gives me messages like:
t/41setcharmenu.........ARS object version 1.74 does not match bootstrap
parameter 1.90 at /opt/arsacc/rrr/arsperl63/blib/lib/ARS.pm line 130.
Compilation failed in require at t/41setcharmenu.t line 6.
BEGIN failed--compilation aborted at t/41setcharmenu.t line 6.
t/41setcharmenu.........dubious
Test returned status 255 (wstat 65280, 0xff00)
To me, this would indicate that an old ARS.sl is loaded, and that it is of
ARSperl version 1.74.
I have searched for such a file without success. I only find the ones I
expect to find after compiling against 6.3 + 7.0 and doing a make install
on the 6.3 version:
$ ls -l `find / -name 'ARS.sl' 2>/dev/null`
-r-xr-xr-x 1 arsacc arsacc 7061736 Mar 15 09:43
/opt/arsacc/perl/perl-5.8.0/lib/site_perl/5.8.0/PA-RISC2.0/auto/ARS/ARS.sl
-rwxr-xr-x 1 arsacc arsacc 7061736 Mar 15 09:43
/opt/arsacc/rrr/arsperl63/blib/arch/auto/ARS/ARS.sl
-rwxr-xr-x 1 arsacc arsacc 8019440 Mar 15 11:03
/opt/arsacc/rrr/arsperl70/blib/arch/auto/ARS/ARS.sl
Perl version is 5.8.0, and I use the HP-UX ANSIC-compiler.
I tried ARSperl-1.85 as well, but it gave me a similar result:
"ARS object version 1.74 does not match bootstrap parameter 1.84"
Any suggestions would be appreciated.
Best Regards - Misi, RRR AB, http://www.rr.se
|