Are there any generic install guidelines for compiling the Zaptel drivers on FC5? This is my first install of Asterisk (and my first FC5 system) and I'm having a great deal of trouble getting it to cooperate. make clean and make are definitely not playing nice, telling me that "You don't appear to have the kernel sources installed" when I'm pretty sure that I do. Any pointers? thanks, JJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060613/0a7a6d02/attachment.htm
J.J. Feminella wrote:> Are there any generic install guidelines for compiling the Zaptel > drivers on FC5? This is my first install of Asterisk (and my first FC5 > system) and I'm having a great deal of trouble getting it to > cooperate. make clean and make are definitely not playing nice, > telling me that "You don't appear to have the kernel sources > installed" when I'm pretty sure that I do. Any pointers? >Make sure you have the kernel-devel package installed for the currently running kernel. "make ; make install" in the libpri directory (if you need PRI support) "make linux26; make install" in the zaptel directory "make ; make install" in the asterisk directory This is the basic procedure that I follow when I install/upgrade to a newer version of Zaptel/libpri/Asterisk. Steve
Try "rpm -qa kernel-devel" or "rpm -qa kernel-smp-devel" to verify they're installed. If not do a "yum install kernel-devel or kernel-smp-devel" depending on which you have. Chad ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of J.J. Feminella Sent: June 13, 2006 9:51 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Compiling zaptel on FC5 Are there any generic install guidelines for compiling the Zaptel drivers on FC5? This is my first install of Asterisk (and my first FC5 system) and I'm having a great deal of trouble getting it to cooperate. make clean and make are definitely not playing nice, telling me that "You don't appear to have the kernel sources installed" when I'm pretty sure that I do. Any pointers? thanks, JJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060613/1b0bed25/attachment.htm