Operating System - Linux
1753716 Members
4625 Online
108799 Solutions
New Discussion юеВ

problem installing service guard A.11.16 on rx5670 running SLES 9 sp1

 
SOLVED
Go to solution

problem installing service guard A.11.16 on rx5670 running SLES 9 sp1

when i start installing the modules (i.e pidentd

rpm -i pidentd-3.1a26sg-1.ia64.rpm


Validating the identd configuration ....

make[1]: *** No rule to make 'modules'. stop.

make:*** [modules] Error 2

make[1] : *** no rule to make target 'modules_install'. stop

make: *** [modules_install] Error 2

Please help

4 REPLIES 4
Serviceguard for Linux
Honored Contributor

Re: problem installing service guard A.11.16 on rx5670 running SLES 9 sp1

It sounds like the original pidentd is still running.

try

/etc/init.d/identd stop

Then try the rpm -i again

Re: problem installing service guard A.11.16 on rx5670 running SLES 9 sp1

Thnaks for the response

I tried the command and it stopped the process.

but when i try again to install, I got the following message


# rpm -i pidentd-3.1a26sg-1.ia64.rpm


make: *** /lib/modules/2.6.5-7.191-default/source: No such file or directory. Stop.
make: *** [modules] Error 2
make: *** /lib/modules/2.6.5-7.191-default/source: No such file or directory. Stop.
make: *** [modules_install] Error 2

The pidentd driver has been built and
installed for kernel version 2.6.5-7.191-default. If you change and rebuild
the kernel you must also rebuild the pidentd driver. This is
because the kernel version and the drivers kernel mod will not
match and thus will not load.


Notes:
The OS I'm using is
SUSE LINUX Enterprise Server 9 (ia64) - Kernel 2.6.5-7.191-default

The servicegurd version A.11.16



Serviceguard for Linux
Honored Contributor
Solution

Re: problem installing service guard A.11.16 on rx5670 running SLES 9 sp1

You need to install the kernel source. The rpm should be kernel-source-2.6.5-7.191.ia64.rpm. If you are using the SP2 cds it will likely be on CD 2. I believe the rpm option will just be a "-i".

Re: problem installing service guard A.11.16 on rx5670 running SLES 9 sp1

Thank you very much.

It has worked