Operating System - HP-UX
1846303 Members
3706 Online
110256 Solutions
New Discussion

Patch Problems when rebuild kernel

 
Renato Mazzoneschi
Occasional Contributor

Patch Problems when rebuild kernel

Hello,

I'm trying to install some patch (install bundle "BUNDLE, r=B11.00") on HP-UX 11.0 and received this error and installation stops.....

Could help me ????

<<
NOTE: Building a new kernel based on template file "/stand/system"
Compiling /stand/build/conf.c...
Loading the kernel...
ld: Unsatisfied symbol "streams_peekuio" in file /usr/conf/lib/libuipc.a[uipc_socket.o]
ld: Unsatisfied symbol "sqcanput" in file /usr/conf/lib/libinet.a[tcp.o]
2 errors.
*** Error exit code 1

Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
>>
3 REPLIES 3
Laurent Menase
Honored Contributor

Re: Patch Problems when rebuild kernel

you have a missing dependancy on streams.
install the last streams patch, with it's dependancy
PHNE_28525
both of those functions are added by a streams patch. you can check the current streams patch version installed with
what /usr/conf/lib/libstream.a
Mohanasundaram_1
Honored Contributor

Re: Patch Problems when rebuild kernel

Hi ,

The first place to look for the details is /var/adm/sw/swagent.log. this will indicate the kind of error you are facing.

Most probably, an unresolved dependency.

Also ensure if your kernel is getting created before the patch installation. Use mk_kernel. Follow the below thread for steps and details on this, You may find something useful

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=602194

Cheers,
Mohan.
Attitude, Not aptitude, determines your altitude
Renato Mazzoneschi
Occasional Contributor

Re: Patch Problems when rebuild kernel

Thanks a lot....
your suggestions have been very interesting
and i resolved my little problem...

ciao
renato