[asterisk-users] Step-by-Step Asterisk and MeetMe Help
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Tue May 19 11:38:55 CDT 2009
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
More information about the asterisk-users
mailing list