Operating System - HP-UX
1832950 Members
2464 Online
110048 Solutions
New Discussion

Kernel link failure after update to hpux11i

 
Luk Vandenbussche
Honored Contributor

Kernel link failure after update to hpux11i

Any ideas how I can solve this problem?

Compiling /stand/build/conf.c...
Loading the kernel...
/sbin/sh[5]: 199 Abort(coredump)
aCC runtime: ERROR: Unexpected use of shared libraries
aCC runtime: ERROR: Read aCC manpage, +A option
/usr/lib/nls/loc/locales.1//C.iso88591
*** Error exit code 134

Stop.
config: make did an exit(1)
3 REPLIES 3
Ermin Borovac
Honored Contributor

Re: Kernel link failure after update to hpux11i

Please check that /usr/ccs/bin/cc points to the right location (cc_bundled).

lrwxr-xr-x 1 root sys 12 Apr 18 2002 /usr/ccs/bin/cc -> ./cc_bundled
Luk Vandenbussche
Honored Contributor

Re: Kernel link failure after update to hpux11i

This is the case

ls -l cc
lrwxr-xr-x 1 root sys 12 Jul 13 10:35 cc -> ./cc_bundled
# ls -l cc_bundled
-r-xr-xr-x 1 bin bin 208896 Nov 14 2000 cc_bundled
Luk Vandenbussche
Honored Contributor

Re: Kernel link failure after update to hpux11i

Problem solved after unsetting my LANG variable, which was originally C.iso88591