Operating System - Linux
1753468 Members
4596 Online
108794 Solutions
New Discussion юеВ

Re: service guard for linux

 
ovedwish
Occasional Contributor

service guard for linux

Hello,

I'm trying to install service guard 11.16 on RH linux ES3 update 3.

kernel version is 2.4.21-20.

During the installation it tries to load the deadman module, and it gets an error:
the module you are trying to load(...) is compiled with gcc version 2 compiler, while the kernel is compiled with a gcc version 3 compiler.

how can i solve this problem ?

Thank you,

Oved
3 REPLIES 3
Sergejs Svitnevs
Honored Contributor

Re: service guard for linux

Not a very nice hack, but ...
Try to load the module in force mode:
insmod -f deadman

Regards,
Sergejs
Serviceguard for Linux
Honored Contributor

Re: service guard for linux

The deadman driver is compiled as part of the install process. It is not delivered in binary form. I think this means you have gcc2 installed as the compiler. I think you need to upgrade the compiler.
Chakravarthi
Trusted Contributor

Re: service guard for linux

use insmod -f option