HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem loading DLKM module: MOD: mod_obj_relone: ...
Operating System - HP-UX
1833889
Members
1685
Online
110063
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
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
06-13-2002 03:00 AM
06-13-2002 03:00 AM
Problem loading DLKM module: MOD: mod_obj_relone: Illegal relocation type R_IA_64_GPREL22 42
Hi
I am trying to load my module on HP-UX 11i v1.5 (11.20) on an i2000 workstation. When I try to load my DLKM module, I get the following error:
vmunix: WARNING: MOD: mod_obj_relone: Illegal relocation type R_IA_64_GPREL22 42 (0x2a) in module /stand/dlkm.3CFE44A61194/mod.d/my_module/0.1.0/my_module.
vmunix:
vmunix: NOTICE: MOD: mod_obj_load: Relocation in module /stand/dlkm.3CFE44A61194/mod.d/my_module/0.1.0/my_module failed.
AS this is something ia64 specific, please let me know whats going wrong.
The same module on PA-RISC running 11.11 (11i v1.0) is working fine.
Thanks
-Omkar
somkar@in.ibm.com
I am trying to load my module on HP-UX 11i v1.5 (11.20) on an i2000 workstation. When I try to load my DLKM module, I get the following error:
vmunix: WARNING: MOD: mod_obj_relone: Illegal relocation type R_IA_64_GPREL22 42 (0x2a) in module /stand/dlkm.3CFE44A61194/mod.d/my_module/0.1.0/my_module.
vmunix:
vmunix: NOTICE: MOD: mod_obj_load: Relocation in module /stand/dlkm.3CFE44A61194/mod.d/my_module/0.1.0/my_module failed.
AS this is something ia64 specific, please let me know whats going wrong.
The same module on PA-RISC running 11.11 (11i v1.0) is working fine.
Thanks
-Omkar
somkar@in.ibm.com
I am new here
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 03:06 AM
07-31-2002 03:06 AM
Re: Problem loading DLKM module: MOD: mod_obj_relone: Illegal relocation type R_IA_64_GPREL22 42
I had the same problem, and adding the
compiler option +Oshortdata=0 solved
it for me.
/stand/build/config.mk contains
CC_OPTIONS_KM=+Oshortdata=0,
but CC_OPTIONS_KM are not added
to the CC_OPTS, so this is not used.
If you /stand/build/config.mk as template
for your makefile, you could replace
CC_OPTS=${CC_OPTIONS} ${DAFLAG} ${DSFLAG} ${DDFLAG}
by
CC_OPTS=${CC_OPTIONS} ${CC_OPTIONS_KM) ${DAFLAG} ${DSFLAG} ${DDFLAG}
compiler option +Oshortdata=0 solved
it for me.
/stand/build/config.mk contains
CC_OPTIONS_KM=+Oshortdata=0,
but CC_OPTIONS_KM are not added
to the CC_OPTS, so this is not used.
If you /stand/build/config.mk as template
for your makefile, you could replace
CC_OPTS=${CC_OPTIONS} ${DAFLAG} ${DSFLAG} ${DDFLAG}
by
CC_OPTS=${CC_OPTIONS} ${CC_OPTIONS_KM) ${DAFLAG} ${DSFLAG} ${DDFLAG}
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP