Operating System - Linux
1753460 Members
4885 Online
108794 Solutions
New Discussion юеВ

Re: Install errors on HP Qlogic 2340 driver 7.07

 
Alan Boyles
Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

It was copied from the HP web site last week and I'm assuming that's the latest 7.07 release.
Alan Boyles
Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

Actually the latest on our web site is 7.07.03-14, is there a new one somewhere?
Vitaly Karasik_1
Honored Contributor

Re: Install errors on HP Qlogic 2340 driver 7.07

I've tried this one

"HP StorageWorks FCA2214/FCA2214DC FC HBA Driver for 2.4.x Kernels
version 7.07.03P3-19 (13 Apr 06)"

http://h18000.www1.hp.com/support/files/server/us/download/23869.html
Alan Boyles
Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

We tried this one and had the same result. The compile died with the same error message.
Vitaly Karasik_1
Honored Contributor

Re: Install errors on HP Qlogic 2340 driver 7.07

Very strange!
The only difference I see between my and your RHEL3 is that I have 2.4.21-40 kernel (update 6?) and your system has kernel-smp-2.4.21-37.EL.
In fact, the second difference is that your kernel configured with SMP.

I'd like to suggest you two steps:
1) just remove kernel-sources; rm -rf /usr/src/linux-2.4*; install kernel-sources

and if 1) doesn't help, may be make sense
2)to upgrade kernel (and kernel sources ) to 2.4.21-40
2)
Alan Boyles
Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

If you do a

rpm -qa |grep kernel

on your RHEL what does the list look like? Do you have the same modules as my version or are there some that are different?
Vitaly Karasik_1
Honored Contributor

Re: Install errors on HP Qlogic 2340 driver 7.07

see below:

kernel-source-2.4.21-40.EL
kernel-2.4.21-32.EL
kernel-source-2.4.21-32.EL
kernel-utils-2.4-8.37.12
kernel-doc-2.4.21-32.EL
kernel-doc-2.4.21-40.EL
kernel-pcmcia-cs-3.1.31-13
kernel-2.4.21-40.EL

and my current kernel is kernel-2.4.21-40

Alan Boyles
Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

uname -a

Linux epic032 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 GNU/Linux

[root@epic032 root]#

Eric Singer
Frequent Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

I have some compile failures of the same qlogic driver not too long ago. The problem I ran into was my version of the gcc compiler was not version 3.2.3

Because of an Oracle compile I had to do, I had to back rev the gcc compiler to 2.9.6 and forgot to return the gcc compiler back to 3.2.3

This may or may not be your problem, but do a "gcc -v" just to make sure.

Alan Boyles
Advisor

Re: Install errors on HP Qlogic 2340 driver 7.07

Eric,

You are correct, we figured this out late yesterday afternoon and it was due to the older version of the gcc compiler.

Thanks everyone for the help!