Carl Karsten wrote :


>same problem, new question:
>
>when I make, I get 
>> depmod -a 2.2.13-22mdksmp
>> /lib/modules/2.2.13-22mdksmp/ipv4/ip_masq_icq.o: unresolved symbol(s)
>
>I added the 'smp' to the make file
>
>I hear that is becuase there are different .h files (or something)
>
>Is there version for an smp kernel?  
>
>Carl
>
        Carl,
   Are you trying to build an smp kernel while running a single processor kerel ?
During boot /etc/rc.d/rc.sysinit rewrites /boot/kernel.h based on the _current_
 kernel and  it is included in one of the other include files in
/usr/src/linux/include when you do a make bzImage or make modules.

 You can do one of two things to fix this problem . Either boot a stock SMP  kernel
and make a new one while running the SMP kernel or you can edit /boot/kernel.h
( reverse the ones and zero's ) to make it think you're running an SMP kernel.
 
  You may also want to do the make bzImage etc. with EXTRAVERSION="-20smp_blah_blah"
to get the filenames set correctly. 

                                                          peter

----

Peter Skensved                          Email : peter @ SNO .Phy.QueensU.CA
Dept. of Physics,                       Phone:  (613) 533-2676
Queen's University,                     Fax:    (613) 533-6813
Kingston, Ontario,
Canada


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to