Disk Enclosures
1754397 Members
2553 Online
108813 Solutions
New Discussion юеВ

Re: Install QLogic HBA missing Makefile in /lib/modules/2.6.18-128.el5/build

 
Yong Huang
Occasional Contributor

Install QLogic HBA missing Makefile in /lib/modules/2.6.18-128.el5/build

I'm following instruction at
http://h50146.www5.hp.com/products/software/oe/linux/mainstream/support/doc/option/fibre/pdfs/c00169487-2005may.pdf
to install QLogic HBA driver on RHEL 5.3 attached to MSA1000. But running the wrapper script INSTALL or its underlined script build_driver.rh or master.sh or directly run `rpm -ivh hp_qla2x00src-8.02.11-1.linux.noarch.rpm' all throw errors:

[snipped]
Building FC driver modules...

make clean
make: Entering directory `/lib/modules/2.6.18-128.el5/kernel'
make: Leaving directory `/lib/modules/2.6.18-128.el5/kernel'

Make clean failed!

Driver build unsuccessful
[snipped]

Reading build_driver.rh, I notice the make command needs Makefile under /lib/modules/2.6.18-128.el5/build, which is a link to /lib/modules/2.6.18-128.el5/kernel. But that file doesn't exist:

# ls /lib/modules/2.6.18-128.el5/kernel
arch crypto drivers fs kernel lib net sound

I checked another RHEL 5.3 box. It's the same. (I guess make clean in build_driver.rh can be ignored, but there's a make modules right below it, so hacking build_driver.rh is not a solution.) Thanks for any help.

Yong Huang
yong321 at yahoo.com
2 REPLIES 2
Bharath_Pingali
Trusted Contributor

Re: Install QLogic HBA missing Makefile in /lib/modules/2.6.18-128.el5/build

Hello Yong,

Can you please check if you have kernel-devel-2.6.18-128.el5 package?

Looks like that your are missing that rpm.

Hope this helps.

-Thank You
Bharath
Yong Huang
Occasional Contributor

Re: Install QLogic HBA missing Makefile in /lib/modules/2.6.18-128.el5/build

Bharath,

Yes, I do:

# rpm -qa | grep kernel-devel
kernel-devel-2.6.18-128.el5.x86_64

But we don't need to do this any more. We found the RJ45Z cable to directly connect to MSA1000 storage controller and upgraded its firmware. Since then, /proc/partitions shows all entries we need to see.

Yong Huang