On Tue, Dec 05, 2006 at 02:25:02PM -0500, Carlos Alperin wrote: > Steve, > > It seems like you don't have the full sources on your linux box. > > Do you have a directory /usr/src/linux, which is a soft link to > /usr/src/kernel/2.6.18.-1.2849 ?
Actually, the source is availble at /lib/modules/2.6.18-1.2849.fc6/build No need for the link /usr/src/linux on a decent system. > > If not, or if the directory is empty means that you need to complete your > sources first. > > I have this version of Zaptel running ok on 2.6.18-1.2239.fc5, but you can > see on your errors that linux/config.h says no such directory!!!! Which is the error. Here is the fix: http://svn.digium.com/view/zaptel/branches/1.4/zconfig.h?r1=1471&r2=1520 A quick-and-dirty fix is: sed -i '/^#include <linux\/config.h>/d' zconfig.h (remove that line from zconfig.h) -- Tzafrir Cohen icq#16849755 jabber:[EMAIL PROTECTED] +972-50-7952406 mailto:[EMAIL PROTECTED] http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
