1752402 Members
5614 Online
108788 Solutions
New Discussion юеВ

Re: langtools software

 
SOLVED
Go to solution
emily_3
Frequent Advisor

langtools software


Who could tell me if I need the follow lib
shared library "/opt/langtools/lib/libcomp.sl"
which software I need to install to my server?
6 REPLIES 6
Michael Tully
Honored Contributor
Solution

Re: langtools software

This software is part of the HP C/ANSI C bundle. The ANSI/C bundle is not free and cannot just be loaded. The product number is B3901BA.

Have a look here:

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=B3901BA&search_free=1&search_trial=1&search_buy=1
Anyone for a Mutiny ?
T G Manikandan
Honored Contributor
Radhakrishnan Venkatara
Trusted Contributor

Re: langtools software

emily_3
Frequent Advisor

Re: langtools software

Thanks all for your fast reply.

After i installed bundle B3901AA successfully in my A class server(11.11), i encountered another error:
***********************************************
ld: Unknown input file type: "/usr/conf/lib/libfddicommon.a"
Fatal error.
*** Error exit code 1

Stop.
config: make did an exit(1)
***********************************************

Then i check this file:
# ll /usr/conf/lib/libfddicommon.a
112 -rw-rw-r-- 1 root sys 53836 Oct 4 2000 /usr/conf/lib/libfddicommon.a

What does this mean? do i need to install other patchs beside this bundle?
Michael Tully
Honored Contributor

Re: langtools software

Your application CD could be old ?

There is a cumulative patch for ANSI/C patch PHSS_26792 that you might like to download.
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_26792&context=hpux:800:11:11

You might also look into installing the latest patch bundle as well.

Regards
Michael
Anyone for a Mutiny ?
emily_3
Frequent Advisor

Re: langtools software


After installed ANSI bundle,i downloaded the PHSS_26792 patch, and tried to swinstall it, but encountered the follow problem:
***********************************************
# swinstall -x autoreboot=true -x patch_match_target=true -s /var/eco/PHSS_26792.depot

======= 06/19/03 16:10:47 SST BEGIN swinstall SESSION
(non-interactive) (jobid=ssrvr210-0046)

* Session started for user "root@ssrvr210".

* Beginning Selection
* Target connection succeeded for "ssrvr210:/".
NOTE: The patch match operation failed to find patches for target
software on "ssrvr210" which passed the filter.
NOTE: Cannot continue the "swinstall" task.

# vi /var/tmp/swagent.log
ERROR: This Agent session lost the RPC connection to the Controller
or Target Agent that initiated the session. RPC runtime
detected this lost connection. The session is being shut
down. (pid=7622)
* 06/19/03 16:10:50 SST END source AGENT SESSION (pid=7622)
***********************************************
Any idea about this? Thanks.

Regards.