1832459 Members
3012 Online
110043 Solutions
New Discussion

mk_kernel error

 
SOLVED
Go to solution
Darren Wright_1
New Member

mk_kernel error

Hi,

I've just tried to rebuild the kernel on a C180 workstation running HP/UX 11i in 64 bit mode and it comes up with an error.

# mk_kernel
Generating module: krm...
/usr/bin/mkdir -p /stand/build
Compiling /stand/build/conf.c...
Loading the kernel...
ld: Unsatisfied symbol "HPUX_Support_String" in file /usr/conf/lib/libshutdown-pdk.a[panic.o]
1 errors.
*** Error exit code 1

Stop.
config: make did an exit(1)

The system has GOLDBASE/APPS11i B.11.11.0306.4 plus patches PHCO_27434 libc cumulative and PHSS_26560 ld linker.

How can I fix this ?

Cheers,
Anthony
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: mk_kernel error

Anthony,

I was searching for a patch, thinking that would probably be our answer, but I came up with this:

http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x5090e7e60861d511abcd0090277a778c%2C00.html&admit=716493758+1067516001291+28353475

Check Eran's response in the above thread, it may be of some help.


Pete



Pete
T G Manikandan
Honored Contributor

Re: mk_kernel error

check whether there are unconfigured filesets

# swlist -l fileset -a state|grep -v -i -e configured -e \#
Darren Wright_1
New Member

Re: mk_kernel error

It turned out to be the file /usr/conf/lib/libwhat.a that was somehow out of step.

Copying this file from an identically patches system resolved the problem.

Cheers,
Anthony