Operating System - HP-UX
1756495 Members
2550 Online
108848 Solutions
New Discussion юеВ

Re: Processing new kernel

 
SOLVED
Go to solution
AnSi53
Advisor

Processing new kernel

Hi,
on release 11.11 I got a problem:
cannot build a kernel using /usr/sbin/config.
ld: Unsatisfied symbol "vxvm_shutdown" in file /usr/conf/lib/libvxvm_vrts.a[volhp.o]
stop.

But: strings libvxvm_vrts.a | grep vxvm_shutdown gives me a positiv result! hmmm??

Any ideas?? Andreas
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Processing new kernel

Shalom,

Your strings result means the file ibvxvm_vrts.a has the string vxvm_shutdown in it.


It does not verify that all the object vxvm_shutdown exists on your system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
AnSi53
Advisor

Re: Processing new kernel

Great! And how can I fix THAT problem?
Kernel creation is not possible :-(
Never had this before.

- Andreas
Jaime Bolanos Rojas.
Honored Contributor
Solution

Re: Processing new kernel

Ansi53,

I have seen that issue becuase you did not have the depencies for a patch, make sure you got those depencies installed for the patch.

PHKL_30756
PHCO_30850
PHKL_31162

Regards,

Jaime.

Work hard when the need comes out.
Sandman!
Honored Contributor
AnSi53
Advisor

Re: Processing new kernel

Problem has been solved with the dependency-patch PHKL_30756 and dependencies of itself.

Thanks to all!!
-Andreas
AnSi53
Advisor

Re: Processing new kernel

see last comment !