Operating System - HP-UX
1833003 Members
1978 Online
110048 Solutions
New Discussion

Re: Building Kernel error

 
Victor Burguillos_4
Frequent Advisor

Building Kernel error

Hi!
I try building ther kernell in HPUX 11.11 and when run the mk_kernel command show bellow error:

ovsqm01:/usr/sbin> mk_kernel
Generating module: krm...
Compiling /stand/build/conf.c...
Generating module: hpap...
Loading the kernel...
ld: Unsatisfied symbol "ulm_ioctl" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_deregister" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_aio_strategy" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_open" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_close" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_aio_cancel" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_aio_mincnt" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_register" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied symbol "ulm_strategy" in file /stand/build/mod_wk.d/hpap/smod.o
ld: Unsatisfied protected symbol "ulm_ioctl" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_deregister" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_aio_strategy" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_open" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_close" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_aio_cancel" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_aio_mincnt" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_register" in file "/stand/build/mod_wk.d/hpap/smod.o"
ld: Unsatisfied protected symbol "ulm_strategy" in file "/stand/build/mod_wk.d/hpap/smod.o"
18 errors.
*** Error exit code 1

Stop.
config: make did an exit(1)

I Installed the patch PHSS_33033

5 REPLIES 5
Jakes Louw
Trusted Contributor

Re: Building Kernel error

What happens if you use SAM to build a new kernel?

My first reaction to your error is that your shell environment is not right: my gut feeling is tthat there is a library missing in one of the PATH variables (SHLIB_PATH, etc).
Trying is the first step to failure - Homer Simpson
Muthukumar_5
Honored Contributor

Re: Building Kernel error

Refer this:

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

May be patch update needed.

--
Muthu
Easy to suggest when don't know about the problem!
Darrel Louis
Honored Contributor

Re: Building Kernel error

Hi,

I think SAM will fail aswell.
Did you install the patch before or after the fail?

It looks like things got corrupted are missing in /stand.
Do you've a backup to restore the data (/stand)?

GoodLuck

Darrel
Arunvijai_4
Honored Contributor

Re: Building Kernel error

Hi Victor,

It could be a problem with PHSS_33033 which is the latest ld patch. You can try uninstalling this patch and try to build your kernel.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Victor Burguillos_4
Frequent Advisor

Re: Building Kernel error

Hi Arun

I unistall Secure Path and try building the kernel and work.