[Asterisk-Users] Modprobe zaptel fails: Unknown symbolcrc_ccitt_table [SOLVED]

Jon Whitear jon at whitear.org
Sun Oct 10 01:57:26 MST 2004


> (following up to myself; I was slightly wrong)
> 
> On Sun, Oct 10, 2004 at 01:56:01PM +0900, Christopher SEKIYA wrote:
> 
> > (this is a kernel glitch; that symbol is being unconditionally included
> in
> > the module symbol table)
> 
> Actually, it's because zaptel.c includes <linux/ppp_defs.h>, which
> includes
> <linux/crc-ccitt.h>, which defines that table as extern.
> 
> IMHO, that final include needs to be removed from ppp_defs.h.
> 
> -- Chris

Chris,

Thanks for that pointer. I recompiled my kernel with CONFIG_CRC_CCITT=m, and
all is well.

Cheers,

Jon




More information about the asterisk-users mailing list