Operating System - HP-UX
1833796 Members
4487 Online
110063 Solutions
New Discussion

Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

 
Anitha_5
Contributor

Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

Hi all,

I'm working on porting Linux Application to
HP-UX. While compiling application we came across Loader error...

So we need the patch Number for

1. Linker startup code / SLLIC ELF support.
2. ld(l) and linker tools cumulative Patch.

On HP-UX 11.11. ???

It is PHSS_21701 and PHSS_21947 on HP-UX 11.0.

Thanks in Advance

Anitha



5 REPLIES 5
Govinda_1
Valued Contributor

Re: Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

Hi anitha,

find the correct patch numbers for the hp-ux 11.11

1) PHSS_28435
2) PHSS_30968

regards,
Govind.
melvyn burnard
Honored Contributor

Re: Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

If you search the ITRC patch database, you will find PHSS_28435 and PHSS_30970 are what you are looking for
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
V. Nyga
Honored Contributor

Re: Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

Hi,

I just wonder, why nobody gave you the right links ...

Hp-UX patch database:
http://www4.itrc.hp.com/service/patch/search.do?BC=patch.breadcrumb.main|&pageContextName=hpux:::

PHSS_28435:
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHSS_28435&context=hpux:700:11:11

PHSS_30970:
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHSS_30970&context=hpux:700:11:11

Please also note, that the last patch has a rating of one star - desciprtion here:
http://www4.itrc.hp.com/service/patch/wrap.do?pageKey=patch.html.hpuxRatingHelp&BC=patch.breadcrumb.main|patch.breadcrumb.search|

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Elmar P. Kolkman
Honored Contributor

Re: Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

To determine the patches you have installed:
swlist -l file | grep usr/lib.*/dld.sl

(dld.sl == linker startup code, as you call it)

Same works for ld too, of course.

Good luck,

Elmar
Every problem has at least one solution. Only some solutions are harder to find.
Shahul
Esteemed Contributor

Re: Want to know the patch number for linker startup code / SLLIC ELF Support on HP-UX 11.11

Hi Anitha,

Are you sure that your problem is patch? If yes, above answers will help you. I would recommend you to check the application compatibility as well. Please check the pre requisites for applications, it may bring up new threads to you.

Best of luck
Shahul