Operating System - HP-UX
1753782 Members
7359 Online
108799 Solutions
New Discussion юеВ

C++ Installation Problems

 
SOLVED
Go to solution
Monte Heeren
Frequent Advisor

C++ Installation Problems

Purchased HP C/aC++ Developer's Bundle.
Having trouble installing it. I had the Eval version which I downloaded the Eval depot and installed. I uninstalled the Eval version and now want to install the licensed version I purchased. When I go to the Sofware Update Manager, I see the software. When I click on download, it gives me a tar file to download and not a depot like the eval version. After I down load the tar file, there is no depot file after I untar the file. This is what I see when I untar the file:
ACXX
ACXX.2
AudioDevKit
Auxiliary-Opt
Auxiliary-Opt.2
B9007AA,r=C.11.23.15.2,a=HP-UX_B.11.23_IA_PA.tar
C-ANSI-C.2
C-Analysis-Tools
C-Dev-Tools
C-Dev-Tools.2
CDEDevKit
Caliper
CodeAdvisor
CodeAdvisor.2
DebugPrg
HP-Caliper-PMUD
ImagingDevKit
Sentinel
Sentinel.2
WDB
WDB-GUI
WDB-GUI.2
WDB.2
X11MotifDevKit
catalog

This is the tar file name:

B9007AA,r=C.11.23.15.2,a=HP-UX_B.11.23_IA_PA.tar

How do I install the C++ software?
I'm on a HP-UX Itanium machine running 11.23.

(515)238-4927
13 REPLIES 13
Michael Steele_2
Honored Contributor

Re: C++ Installation Problems

Monte Heeren
Frequent Advisor

Re: C++ Installation Problems

Michael,
Thanks for the reply.
There is no create depot file in the tar file.
Taifur
Respected Contributor

Re: C++ Installation Problems

HI,

Try to install with registered depot software.
Firstly untar the tar file and check depot file then registered ur depot software and install it.

Rgds//
Taifur
Michael Steele_2
Honored Contributor

Re: C++ Installation Problems


Go to https://www.hp.com/go/swa and install the most recent version of Software Assistant. Then run the following:

1. swa report -a CHAIN=PHCO_36744

2. swa get -t /var/tmp/mydepot

3. Review the report found in /var/tmp/mydepot/readBeforeInstall.txt

4. Install

swinstall -s /var/tmp/mydepot -x autoreboot=true -x patch_match_target=true

5. Remove old depot

swreg -u -l depot /var/tmp/mydepot
rm -rf /var/tmp/mydepot
Support Fatherhood - Stop Family Law
Dennis Handly
Acclaimed Contributor
Solution

Re: C++ Installation Problems

>it gives me a tar file to download and not a depot like the eval version.

You are imagining things. It IS a depot, you check with swlist(1m).

>after I untar the file.

Do not untar the depot.

>How do I install the aC++ software?

Were there instructions with the download?
================================================================
swinstall -s /path-to-depot/B9007AA,r=C.11.23.15.2,a=HP-UX_B.11.23_IA_PA.tar \
B9007AA

>Michael: install the most recent version of Software Assistant.

While this is a good idea, it will not help installing products, just patches.
Dennis Handly
Acclaimed Contributor

Re: C++ Installation Problems

I forgot to mention you should immediately patch this to the latest A.06.24, PHSS_40630. Also install the latest runtime, PHSS_40543:
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b080f1bace021100f1bace02110275d6e10RCRD#b11.23

Note: A new release A.06.25 should be available in a few months.
Monte Heeren
Frequent Advisor

Re: C++ Installation Problems

Wow! Was able to install the C++ software. The solution was not to untar the .tar file.
I just pointed sam to intall the .tar file.

Now, how do I get my license keys?

Sure would have been nice to have instructions!
Dennis Handly
Acclaimed Contributor

Re: C++ Installation Problems

>how do I get my license keys?

The purchased product doesn't have license keys, or if it did, you couldn't install it. While the eval compiler does.
If you are getting the compiler from the Application media, it has a codeword.

Have you just tried compiling anything?
Monte Heeren
Frequent Advisor

Re: C++ Installation Problems

I tried to compile a program, but it still says my Eval version is about to expire.