Re: [Asterisk-Users] fedora core 3 kernel source - could someone throw the dog a bone!

2005-08-24 Thread Harald Holzer
 I know this is a question with an obvious answer to some, but I am not
 one of them.

 Installed FC3, but this time I decide to update since my ISOs are a bit
 old, so typical yum update

 Downloaded the FC3 SRPM for my kernel 2.6.12...

 Installed the SRPM package
 Ran rpmbuild -bp -target=i686 kernel-2.6.spec

why to recompile the kernel package ?


 Tried to build zaptel

 - error; You do not appear to have the sources for the
 2.6.12-1.1372_FC3smp kernel installed.

yum install kernel-smp-devel
ln -s /lib/modules/`uname -r`/build/ /usr/src/linux-2.6

should help ;-)


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] fedora core 3 kernel source - could someone throw the dog a bone!

2005-08-24 Thread Dave Cotton
On Wed, 2005-08-24 at 23:56 +0200, Harald Holzer wrote:

The OP said
  I know this is a question with an obvious answer to some, but I am not
  one of them.
 
  Installed FC3, but this time I decide to update since my ISOs are a bit
  old, so typical yum update
 
  Downloaded the FC3 SRPM for my kernel 2.6.12...
 
  Installed the SRPM package
  Ran rpmbuild -bp -target=i686 kernel-2.6.spec
 
 why to recompile the kernel package ?
 
 
  Tried to build zaptel
 
  - error; You do not appear to have the sources for the
  2.6.12-1.1372_FC3smp kernel installed.
 
 yum install kernel-smp-devel
 ln -s /lib/modules/`uname -r`/build/ /usr/src/linux-2.6
 
 should help ;-)

Better to look at where /lib/modules/`uname -r`/build/ is actually
pointing to, you may be very surprised.  You did an rpmbuild ther's the
clue.

-- 
Dave Cotton [EMAIL PROTECTED]

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] fedora core 3 kernel source - could someone throw the dog a bone!

2005-08-24 Thread Damon Estep


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Harald Holzer
 Sent: Wednesday, August 24, 2005 3:56 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Cc: asterisk-users@lists.digium.com
 Subject: Re: [Asterisk-Users] fedora core 3 kernel source - could
someone
 throw the dog a bone!
 
  I know this is a question with an obvious answer to some, but I am
not
  one of them.
 
  Installed FC3, but this time I decide to update since my ISOs are a
bit
  old, so typical yum update
 
  Downloaded the FC3 SRPM for my kernel 2.6.12...
 
  Installed the SRPM package
  Ran rpmbuild -bp -target=i686 kernel-2.6.spec
 
 why to recompile the kernel package ?

Because I don't know any better?

Do I even need the kernel source RPM or just kernel-smp-devel?

When making zaptel;

Make clean
Make linux26 -- is this still required in current CVS head?
Make install

 
 
  Tried to build zaptel
 
  - error; You do not appear to have the sources for the
  2.6.12-1.1372_FC3smp kernel installed.
 
 yum install kernel-smp-devel
 ln -s /lib/modules/`uname -r`/build/ /usr/src/linux-2.6
 
 should help ;-)
 
Yes it did, and I thank you!

Damon
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users