Re: install kernel-source
From: Lenard (Lenard_at_127.0.0.1)
Date: 07/12/05
- Previous message: kevin: "Re: install kernel-source"
- In reply to: kevin: "Re: install kernel-source"
- Next in thread: Robert Nichols: "Re: install kernel-source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 12 Jul 2005 21:18:44 GMT
kevin wrote:
> I had followed the steps in the release note, I can see the kernel
> source code in '/usr/src/redhat/BUILD/kernel-2.6.9'
> But, when I type command
> rpm -q kernel-source
>
> it keeps saying that "package kernel-source is not installed". Is
> there a step missing?
No, the kernel-source package is normally not listed as an installed
package.
> I need the kernel source in order to install digium TDM400p in
> asterisk. The install script will fail at "rpm -q kernel-source"
Follow the directions in the RELEASE-NOTES and as root copy the kernel
source directory to /usr/src and create the linux link, excerpt (edited
for the 2.6.9 kernel source) below;
[quoting]
The kernel source tree will be located in the
/usr/src/redhat/BUILD/kernel-<version> directory. It is common
practice to move the resulting linux-<version> directory to the
/usr/src tree; while not strictly necessary, we suggest that you
do this to match the generally-available documentation.
# cd /usr/src/redhat/BUILD/kernel-2.6.9 /usr/src/
# mv linux-2.6.9 /usr/src/
# cd /usr/src
# ln -s ./linux-2.6.9 linux
[/quoting]
Then it's a simple matter to issue the 'make' and 'make install'
commands from where you have the extracted asterisk-1.0.9 package
located at.
-- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- B. Franklin, 1759
- Previous message: kevin: "Re: install kernel-source"
- In reply to: kevin: "Re: install kernel-source"
- Next in thread: Robert Nichols: "Re: install kernel-source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|