Damon Estep
2005-Aug-24 11:03 UTC
[Asterisk-Users] fedora core 3 kernel source - could someone throw the dog a bone!
Ok, don't flame me, 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 Tried to build zaptel - error; You do not appear to have the sources for the 2.6.12-1.1372_FC3smp kernel installed. So I assume that either a) I did not build the correct source for the smp kernel, or b) I am missing a symbolic link to the kernel source. No help from the FC3 release notes, no help from a Google. So, if you don't mind, throw me the bone... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050824/6dd4e6c2/attachment.htm
Damon Estep
2005-Aug-24 14:32 UTC
[Asterisk-Users] fedora core 3 kernel source - could someone throw the dog a bone!
This could be a duplicate post, sent it originally 4 hours ago, it never showed up! 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 Tried to build zaptel - error; You do not appear to have the sources for the 2.6.12-1.1372_FC3smp kernel installed. So I assume that either a) I did not build the correct source for the smp kernel, or b) I am missing a symbolic link to the kernel source. No help from the FC3 release notes, no help from a Google. So, if you don't mind, throw me the bone... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050824/beeb5db6/attachment.htm
Harald Holzer
2005-Aug-24 14:56 UTC
[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.specwhy 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 ;-)
Damon Estep
2005-Aug-24 15:06 UTC
[Asterisk-Users] fedora core 3 kernel source - could someone throw the dog a bone!
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] 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 - couldsomeone> throw the dog a bone! > > > I know this is a question with an obvious answer to some, but I amnot> > one of them. > > > > Installed FC3, but this time I decide to update since my ISOs are abit> > 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