Link to home
Start Free TrialLog in
Avatar of n94magho
n94magho

asked on

Install modutils-2.1.85

I hvae some trouble installing modutils-2.1.85

I get this:gcc -O2 -Wall -I../include -D_GNU_SOURCE   -DDEBUG -DNO_GDBM -c -o kerneld.o kerneld.c
kerneld.c:32: linux/kerneld.h: Filen eller katalogen finns inte
make[1]: *** [kerneld.o] Error 1
make[1]: Leaving directory `/usr/src/modutils-2.1.85/kerneld'
make: *** [install-bin] Error 2  

After doing

1. ./configure

2. make

(Filen eller katalogen finns inte means that the directory or file does not exist)
Avatar of ahoffmann
ahoffmann
Flag of Germany image

you're missing
      /usr/src/linux/include/linux/kerneld.h
please get it from your sources
ASKER CERTIFIED SOLUTION
Avatar of Wouter Wolkers
Wouter Wolkers
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of n94magho
n94magho

ASKER

So my new modutils is installed after typing make install???
The error message means nothing?
That's what they told me on the linux-kernel list.

It works for me...