Operating System - HP-UX
1823985 Members
4393 Online
109667 Solutions
New Discussion юеВ

compiling new kernel after loading patches

 
Mike Ingram_1
Frequent Advisor

compiling new kernel after loading patches

Hello,

I have loaded java 1.3 patches on my 11.0 system, and when the kernel was recompliled, I got the message "/usr/ccs/bin/ld: Unsatisfied symbols:
prf_klog_getstring (first referenced in /usr/conf/lib/libhp-ux.a(vm_va
prf_klog_getcount (first referenced in /usr/conf/lib/libhp-ux.a(vm_vas
*** Error exit code 1

Could someone help me and tell me what do I need to do, or load, in order to rectify this problem.

Many thanks.
7 REPLIES 7
Sridhar Bhaskarla
Honored Contributor

Re: compiling new kernel after loading patches

Hi Mike,

I believe it may be missing some patches and it may be hard to figure out the missing patches. I would try to install reasonably latest patch bundles together instead of trying to look for each patch.

For ex., try installing June 2004 HWE and QPK bundles.

Before doing anything, make sure you have a good make_tape_recovery tape.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Mike Ingram_1
Frequent Advisor

Re: compiling new kernel after loading patches

Hi Sri,

I actually got a similar error when I tried that. I'm wondering if it's missing some C libraries or something?

Cheers.

Sridhar Bhaskarla
Honored Contributor

Re: compiling new kernel after loading patches

Mike,

The kernel libraries under /usr/conf/lib may not be up-to-date which is the reason why I suggested to try with latest patch bundles.

If you have HP contact, then I suggest you open a call with HP.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
T G Manikandan
Honored Contributor

Re: compiling new kernel after loading patches

Did this patch ever got re-installed without you noticing it

PHKL_18543


Does any of the java patch did depend on this patch and you re-installed!!
Mike Ingram_1
Frequent Advisor

Re: compiling new kernel after loading patches

Hi TG,

The options were to retry or abort.
I retried and got the same error, so aborted.
The patch is not displayed on the swlist command, so assume it has not been loaded.
Any idea what patch I could load that contains all the latest C libraries?

Cheers.
T G Manikandan
Honored Contributor

Re: compiling new kernel after loading patches

The first thing is to check which patch caused the problem with compiling.

Get that patch.Look for their dependencies too.

Can you check this whether the above patch was installed with the java patches.

check the java patch depot as what patches were installed.Can you list them out.
Patrick Wallek
Honored Contributor

Re: compiling new kernel after loading patches