HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- kernel building on RH 2.1AS
Operating System - Linux
1826469
Members
3502
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:16 AM
03-03-2003 07:16 AM
kernel building on RH 2.1AS
Hi all:
Working with RH Linux 2.1 Application Server (AS) on Dell Poweredge
machine.
Part of this hardware includes an HBA FC card so I can hook up to the
SAN and do backups.
The chipset for this HW is Qlogic 2200.
I have downloaded the driver and followed the directions mostly (not
all of the directions apply or have the specifics included)
Per the README file on installation of this driver, I have modified
the Makefile the the kernel scsi directory and modified the Config.in
file under the kernel scsi directory.
When I do the make menuconfig I see what I need to see and make the
appropriate selections. On the 'make dep' command I get the following:
make[6]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers/scsi/isp'
make -C qla2xxx fastdep
make[6]: Entering directory
`/usr/src/linux-2.4.9-e.3/drivers/scsi/qla2xxx'
make[6]: *** No rule to make target `fastdep'. Stop.
make[6]: Leaving directory
`/usr/src/linux-2.4.9-e.3/drivers/scsi/qla2xxx'
make[5]: *** [_sfdep_qla2xxx] Error 2
make[5]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers/scsi'
make[4]: *** [fastdep] Error 2
make[4]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers/scsi'
make[3]: *** [_sfdep_scsi] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers'
make[1]: *** [_sfdep_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.9-e.3'
make: *** [dep-files] Error 2
Looks like I may need some modification(s) to the files I listed
above, only problem is I did what the README said - what other
modifications may be needed is not documentated (Or is it documentated
somewhere else?)
Anybody have any ideas?
Many thanks
Working with RH Linux 2.1 Application Server (AS) on Dell Poweredge
machine.
Part of this hardware includes an HBA FC card so I can hook up to the
SAN and do backups.
The chipset for this HW is Qlogic 2200.
I have downloaded the driver and followed the directions mostly (not
all of the directions apply or have the specifics included)
Per the README file on installation of this driver, I have modified
the Makefile the the kernel scsi directory and modified the Config.in
file under the kernel scsi directory.
When I do the make menuconfig I see what I need to see and make the
appropriate selections. On the 'make dep' command I get the following:
make[6]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers/scsi/isp'
make -C qla2xxx fastdep
make[6]: Entering directory
`/usr/src/linux-2.4.9-e.3/drivers/scsi/qla2xxx'
make[6]: *** No rule to make target `fastdep'. Stop.
make[6]: Leaving directory
`/usr/src/linux-2.4.9-e.3/drivers/scsi/qla2xxx'
make[5]: *** [_sfdep_qla2xxx] Error 2
make[5]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers/scsi'
make[4]: *** [fastdep] Error 2
make[4]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers/scsi'
make[3]: *** [_sfdep_scsi] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.9-e.3/drivers'
make[1]: *** [_sfdep_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.9-e.3'
make: *** [dep-files] Error 2
Looks like I may need some modification(s) to the files I listed
above, only problem is I did what the README said - what other
modifications may be needed is not documentated (Or is it documentated
somewhere else?)
Anybody have any ideas?
Many thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 10:13 AM
03-03-2003 10:13 AM
Re: kernel building on RH 2.1AS
I always start with `make clean` and/or `make mrproper` so no old garbage is left behind.
Then try `make all` and see what happens.
HTH,
Paul
Then try `make all` and see what happens.
HTH,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 07:05 AM
03-04-2003 07:05 AM
Re: kernel building on RH 2.1AS
My only comment is
"make mrproper" is very
dangerous IMHO! It wipes out all sorts of stuff. Use with care or read it up fully first.
Garry
"make mrproper" is very
dangerous IMHO! It wipes out all sorts of stuff. Use with care or read it up fully first.
Garry
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP