Re: [DIGImend-users] FW: (no subject)
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2015-01-21 20:37:44
|
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 |