Operating System - HP-UX
1833161 Members
2784 Online
110051 Solutions
New Discussion

Kernal Rebuilding problem

 
SOLVED
Go to solution
Shyjith P K
Frequent Advisor

Kernal Rebuilding problem

Dear Admins

I am not able to rebuild the kernal after making some changes ( like changes in kernal parameters) . I am getting the following error message.

"
Cannot build kernal using /usr/sbin/mk_kernal.
/usr/ccs/bin/ld: Unsatisfied symbols.
lanc_outbound_promise_flag (data)
/usr/ccs/bin/ld : Warning linker features were used , that may not be supported in future releases. The +vallcompatwarnings options can be used to display more details, and the ld(1) man page contains additional informations. This warning can be suppressed with the +vnocompatwarnings option.

Stop.
config : make did an exit(1)
The command exitted with exitcode -7

"

The server is HP 9000 R380 and running HPUX 10.20.
`
Please help me in solving this problem.

Thanks in advance
Shyjith P K



3 REPLIES 3
Uday_S_Ankolekar
Honored Contributor

Re: Kernal Rebuilding problem

Hi

Have a look at this thread...http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb7785220af9bd5118ff10090279cd0f9,00.html

Good luck,
-USA..
Good Luck..
T. M. Louah
Esteemed Contributor
Solution

Re: Kernal Rebuilding problem

Hi S.,
This issue usually caused by the installation of 100bt drivers and software. The following command will show which libraries are referencing this symbol:
nm /usr/conf/lib/libbtlan1.a | grep lanc_outbound

Installing the latest versions of the following patches will resolve the issue:

libc:cumulative:y2k:year2000:
100Base-T:100BT:HP-PB:cumulative:
curses:libHcurses:libcurses:
LAN:products:cumulative:
Little learning is dangerous!
Shyjith P K
Frequent Advisor

Re: Kernal Rebuilding problem

Dear T. M. Louah

Could you please let me know the patch numbers?

Shyjith