HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel compiling error
Operating System - HP-UX
1825950
Members
3477
Online
109690
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 10:51 AM
10-16-2002 10:51 AM
# mk_kernel -v -s system
Building a new kernel based on template file "system"
Generating Module: krm...
Compiling conf.c...
loading the kernel...
ld: Unsatisfied symbol "mi_cisha1_hmac" in file /usr/conf/lib/libencdom.a[reg_sha1.o]
ld: Unsatisfied symbol "mi_cimd5_hmac" in file /usr/conf/lib/libencdom.a[reg_md5.o]
ld: Unsatisfied symbol "mi_md5_hmac" in file /usr/conf/lib/libencdom.a[reg_md5.o]
ld: Unsatisfied symbol "mi_sha1_hmac" in file /usr/conf/lib/libencdom.a[reg_sha1.o]
4errors. Error exit code 1
Stop.
config: make did an exit(1) config failure.
I have the most recent mk_kernel patches, PHKL_15687 and PHKL_19291. I've tried both in SAM and on command line. In addition, I've tried different systems files. And I tried the windows approach and rebooted. =\ Any suggestions?
Building a new kernel based on template file "system"
Generating Module: krm...
Compiling conf.c...
loading the kernel...
ld: Unsatisfied symbol "mi_cisha1_hmac" in file /usr/conf/lib/libencdom.a[reg_sha1.o]
ld: Unsatisfied symbol "mi_cimd5_hmac" in file /usr/conf/lib/libencdom.a[reg_md5.o]
ld: Unsatisfied symbol "mi_md5_hmac" in file /usr/conf/lib/libencdom.a[reg_md5.o]
ld: Unsatisfied symbol "mi_sha1_hmac" in file /usr/conf/lib/libencdom.a[reg_sha1.o]
4errors. Error exit code 1
Stop.
config: make did an exit(1) config failure.
I have the most recent mk_kernel patches, PHKL_15687 and PHKL_19291. I've tried both in SAM and on command line. In addition, I've tried different systems files. And I tried the windows approach and rebooted. =\ Any suggestions?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 11:48 AM
10-16-2002 11:48 AM
Solution
Hi Charles
The Unsatisfied symbol kernel build failure occurred because the
/etc/conf/master.d/ipsec-isu file is physically ordered before the
net file in the /usr/conf/master.d directory.
The solution is to change the order in which the libraries are
specified within the ipsec-isu file.
This is an excerpt from the current ipsec_isu file:
117 * Note: libhp-ux.a must be the last entry, do not place anything
after it.
118 *
119 * Library
120 *
121 libauth.a 0 <-- Move this line after line 123 libencdom.a
122 libencint.a 0
123 libencdom.a 0
124 libvvipsec.a 0
125 $$$
Before performing a system backup, modify /usr/conf/master.d/ipsec-isu
in the following manner:
* Note: libhp-ux.a must be the last entry, do not place anything
* after it.
*
* Library
*
libencint.a 0
libencdom.a 0
libvvipsec.a 0
libauth.a 0
$$$
Note that libauth.a has been moved to the last position. The 'key'
to solving the Unsatisfied symbol failure is to make sure libauth.a
is ordered below libencdom.a.
HTH
Steve
The Unsatisfied symbol kernel build failure occurred because the
/etc/conf/master.d/ipsec-isu file is physically ordered before the
net file in the /usr/conf/master.d directory.
The solution is to change the order in which the libraries are
specified within the ipsec-isu file.
This is an excerpt from the current ipsec_isu file:
117 * Note: libhp-ux.a must be the last entry, do not place anything
after it.
118 *
119 * Library
120 *
121 libauth.a 0 <-- Move this line after line 123 libencdom.a
122 libencint.a 0
123 libencdom.a 0
124 libvvipsec.a 0
125 $$$
Before performing a system backup, modify /usr/conf/master.d/ipsec-isu
in the following manner:
* Note: libhp-ux.a must be the last entry, do not place anything
* after it.
*
* Library
*
libencint.a 0
libencdom.a 0
libvvipsec.a 0
libauth.a 0
$$$
Note that libauth.a has been moved to the last position. The 'key'
to solving the Unsatisfied symbol failure is to make sure libauth.a
is ordered below libencdom.a.
HTH
Steve
take your time and think things through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 01:21 PM
10-16-2002 01:21 PM
Re: kernel compiling error
Thanks so much! That was the fix! I had to call HP on that one =P
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP