Re: [DIGImend-users] FW: (no subject)
Brought to you by:
spb_nick
From: Marcus V. R <mvr...@ho...> - 2015-01-22 21:41:50
|
I yet have kernel-devel package installed. Actually I don't have the build folder in the right location. > Date: Wed, 21 Jan 2015 22:37:35 +0200 > From: sp...@gm... > To: ade...@gm...; mvr...@ho... > CC: dig...@li... > Subject: Re: [DIGImend-users] FW: (no subject) > > Hi Marcus, Dan, > > On 01/20/2015 04:34 AM, Dan Roberts wrote: > > Hi Marcus, > > > > Are you wiling to include the entire output exactly as it appears? (I can > > use google translate if need be) The makefile should be using /lib/modules/ > > not /usr/lib/modules unless there's a symlink at /lib/modules/$(uname -r)/* > > On Ubuntu, /lib/modules/$(uname -r) is provided by the linux-headers-$(uname > > -r) package (i.e. linux-headers-3.13.0-43-generic) I don't know what the > > corresponding Fedora package is named though. > > Fedora has moved to a single-root hierarchy a while ago and has /lib linked to > /usr/lib, and it expects the build link to be under /usr/lib/modules. > > The kernel headers package on Fedora is called "kernel-devel" and can be > installed with this command: > > sudo yum install -y kernel-devel > > Nick |