1752743 Members
4996 Online
108789 Solutions
New Discussion юеВ

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