Operating System - HP-UX
1834478 Members
3112 Online
110067 Solutions
New Discussion

Re: Install perl 5.8.3 on hpux11.11

 
SOLVED
Go to solution
David L Brewster
Frequent Advisor

Install perl 5.8.3 on hpux11.11

I am trying to install perl 5.8.3 which I downloaded from software.hp.com.
swinstall yields the following:
* Session started for user "root@muse".

* Beginning Selection
* Target connection succeeded for "muse:/".
ERROR: Could not apply the software selection "perl" because it
refers to a bundle or to a product, subproduct or fileset
within a bundle but no compatible bundles meeting the
specification were found.
* Software selection failed for
"muse:/tmp/depot/perl_D.5.8.3.E_HP-UX_B.11.00_32+64.depot".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.

I am running hp11.11.

What do I need to do or am I doing something wrong?

Dave
4 REPLIES 4
H.Merijn Brand (procura
Honored Contributor
Solution

Re: Install perl 5.8.3 on hpux11.11

Either install the pre-referenced bundles first (I don't know what that perl depot depends on, but adding -v to swinstall will probably tell you), or install perl from somewhere else.

If you choose to take my build, I assure you that it does NOT depend on anything else :)

The bundle you refer to was perl-5.8.3 built for 11.00.
My depot is specifically built for 11.11 and installs a more recent perl (5.8.8)

http://mirrors.develooper.com/hpux/
http://mirrors.develooper.com/hpux/#Perl
http://mirrors.develooper.com/hpux/downloads.html#hpux1111

http://mirrors.develooper.com/hpux/perl-5.8.8-dor-11.11.sd.bz
http://mirrors.develooper.com/hpux/perl-5.8.7-dor-11.11.sd.bz

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Jeff_Traigle
Honored Contributor

Re: Install perl 5.8.3 on hpux11.11

It appears you downloaded the version for HP-UX 11.00. I'm assuming their are reasons there are options for 11iv1.0 and 11iv0409. Get the right version and it will probably install fine.
--
Jeff Traigle
David L Brewster
Frequent Advisor

Re: Install perl 5.8.3 on hpux11.11

Thanks!
Worked like a charm.
Installed perl 5.8.8.
Thanks much!!

Dave
David L Brewster
Frequent Advisor

Re: Install perl 5.8.3 on hpux11.11

Thanks!