[PlanetCCRMA] AlmusVCU installing on FC1 PlanetCcrma

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat Nov 13 14:03:01 2004


On Sat, 2004-11-13 at 00:31, Michele Spinolo wrote:
> No, that's not the problem: I installed the kernel source, if it is not
> installed compiliing svgalib turns out with error almost istantly, instead
> what I get is an error at the end of compiling process.
> I have 2.4.x kernel.
> 
> That's what I ger after some svgalib compiling:
> 
> Make[1]: leaving directory '/root/svgalib-1.9.19/doc'
> (cd kernel/svgalib_helper ; make default modules_install)
> Make [1]: entering directory '/root/svgalib-1.9.19/kernel/svgalib_helper'
> 
> Make -C /lib/modules/2.4.26-1.ll.rhfc1.ccrma/build SUBDIRS=
> /root/svgalib-1.9.19/kernel/svgalib_helper modules
> Make [2]: entering directory '/usr/src/linux-2.4.26-1.ll.rhfc1.ccrma'
> 
>     The present kernel configuration has modules disabled.
>     Type 'make config' and enable loadable module support.
>     Then build a kernel with module support enabled.
> 
> Make[2]:***[modules] error 1
> Make[2]: leaving directory '/usr/src/linux-2.4.26-1.ll.rhfc1.ccrma'
> Make[1]:***[default] error 2
> Make[1]: leaving directory '/root/svgalib-1.9.19/kernel/svgalib_helper'
> Make: *** [install module] error 2

Do this (some kenrel modules don't find the configuration by
themselves). Go to the /usr/src/linux-xxx directory and copy the
configuration file for your kernel, for example if it is i686:

cp configs/kernel-2.4.x-i686.config .config

(replace the x with the proper version of your kernel). 
And try building again...

-- Fernando