ProLiant Deployment and Provisioning
1753781 Members
7191 Online
108799 Solutions
New Discussion юеВ

Problems with RHEL4 Upd 3 and PSP 7.40

 
Paul Clayton_1
Frequent Advisor

Problems with RHEL4 Upd 3 and PSP 7.40

Got a problem when installing PSP 7.40, in that it complains about "/lib/modules/2.x.x-EL/build" missing or not available. I loaded the kernel source RPM and still no luck. Any clues?
2 REPLIES 2
Jess Long
Frequent Advisor

Re: Problems with RHEL4 Upd 3 and PSP 7.40

Paul:

Lets make sure the 2.x.x.xx in the path /lib/modules/2.x.x.xx/build matches the running kernel. You can use 'uname -r' to detect the running kernel.

If they match, then there is an issue with the /lib/modules/2.x.x.xx/build path. I would then check to see if there is a link between /lib/modules/2.x.x.xx/build and /usr/src/kernels/2.x.x.xx-yyy-i686. If it isn't there then check that you have installed the kernel-XXX-devel-2.x.x.xx rpm package from RedHat media where the 2.x.x.xx matches that of your running kernel.

Paul Clayton_1
Frequent Advisor

Re: Problems with RHEL4 Upd 3 and PSP 7.40

I discovered the problem. The kernel-develop package had not been loaded, but the rest of the kernel build stuff had been.