On Monday 18 May 2009 19:26:21 Jimmy Ezell wrote:
> make[1]: Leaving directory `/usr/src/kernels/2.6.9-78.0.13.EL-smp-i686'
> [ `id -u` = 0 ] && /sbin/depmod -a 2.6.9-78.ELsmp || :

Here is your problem.  Your kernel name is "2.6.9-78.ELsmp" and the kernel
name you just compiled for is "2.6.9-78.0.13.EL-smp-i686".  These two
strings need to match EXACTLY, or you're compiling modules for the wrong
kernel.  Probably the easiest course of action is to build the kernel against
those same sources, and reboot into that kernel.

-- 
Tilghman

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to