Re: [Arsperl-users] Compile ARSperl 1.90 on HP-UX
Brought to you by:
jeffmurphy
|
From: Misi M. <mi...@rr...> - 2007-03-20 11:17:55
|
Hi Thilo,
What would happen if I did static linking for ARSPerl 1.90. Would it not
replace the currently statically linked version?
How do I tell ARSPerl 1.90 to get statically linked into the perl binary?
Best Regards - Misi, RRR AB, http://www.rrr.se
> Yes, to get rid of a statically linked module you would have to
> recompile perl.
>
> How to check for statically linked modules? ... I don't know.
>
> Thilo
>
>
>
> Misi Mladoniczky schrieb:
>> Hi Thilo,
>>
>> Statically linked into the perl binary itself? That would make sence...
>>
>> How would I get rid of it if that is the case? I guess I have to
>> recompile
>> perl itself. Is there a way to check to see if other modules has been
>> statically linked into perl?
>>
>> Best Regards - Misi, RRR AB, http://www.rrr.se
>>
>>> Could it be that your perl interpreter contains an old statically
>>> linked
>>> ARSperl? This was necessary on HP with older ARS versions.
>>>
>>> Regards,
>>> Thilo
>>>
>>>
>>> Misi Mladoniczky wrote:
>>>> 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
>>>>
>>>>
>>>> -------------------------------------------------------------------------
>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>>> share
>>>> your
>>>> opinions on IT & business topics through brief surveys-and earn cash
>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>> _______________________________________________
>>>> Arsperl-users mailing list
>>>> Ars...@ar...
>>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>>>
>>>
>>> -------------------------------------------------------------------------
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>>> your
>>> opinions on IT & business topics through brief surveys-and earn cash
>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>> _______________________________________________
>>> Arsperl-users mailing list
>>> Ars...@ar...
>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>>
>>
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Arsperl-users mailing list
>> Ars...@ar...
>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>>
>
>
|