- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- module build value "vermagic", how is it determine...
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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-29-2005 03:43 AM
тАО06-29-2005 03:43 AM
module build value "vermagic", how is it determined?
If I modify my PATH to put /usr/local/bin in front of /usr/bin it still builds the module with the /usr/bin/gcc (version 3.2).
Does anyone understand how vermagic is calculated when building modules?
Any clever workarounds to my problem?
I've tried upgrading /usr/bin/gcc to version 3.3 but don't have access to Redhat network and haven't been able to find a yum depository for WS3.
Thanks for any help,
Masaki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 04:01 AM
тАО06-29-2005 04:01 AM
Re: module build value "vermagic", how is it determined?
if you are talking about kernel modules version number, then it is nothing got to do with gcc value.
the kernel version number is taken from the current running kernel. so if you have built the module from another system, better rebuilt it again on the current running kernel.
if you have downloaded only the binary module, download the source and recompile it otherwise you may have to live with module forcing.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 04:09 AM
тАО06-29-2005 04:09 AM
Re: module build value "vermagic", how is it determined?
The error messages is...
qla2xxx_: version magic '2.6.8-1.nosmp PENTIUM4 gcc-3.2' should be '2.6.8-1.nosmp PENTIUM4 gcc-3.3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 04:25 AM
тАО06-29-2005 04:25 AM
Re: module build value "vermagic", how is it determined?
looks to be that qla driver does some extra checking by adding gcc version.
try this method: mv /usr/bin/gcc to some other location which is not in path, compile qla driver again, this it should use /usr/local/bin/gcc which is 3.3 and then the module loading should work fine.
But warning: I can not give any guarantee that this will work fine and will not cause any other problems, you are on you own. I did not even try this on my system.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2005 01:44 AM
тАО06-30-2005 01:44 AM