nstalling The Asterisk PBX And The Asterisk Web-Based Provisioning GUI On Linux

Discussion in 'HOWTO-Related Questions' started by llamy, Sep 25, 2007.

  1. llamy

    llamy New Member

    Hi,

    I was following this Howto http://www.howtoforge.com/asterisk_pbx_linux by npereira, but i got this error on a FC6, please do you have any clue? thanks.


    [root@mymachine zaptel]# make install
    grep: /lib/modules/2.6.18-1.2798.fc6xen/build/include/linux/autoconf.h: No such file or directory
    grep: /lib/modules/2.6.18-1.2798.fc6xen/build/include/linux/autoconf.h: No such file or directory
    make[1]: Entering directory `/usr/src/zaptel-1.4.5.1'
    You do not appear to have the sources for the 2.6.18-1.2798.fc6xen kernel installed.
    make[1]: *** [modules] Error 1
    make[1]: Leaving directory `/usr/src/zaptel-1.4.5.1'
    make: *** [all] Error 2
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please install the kernel devel package for your kernel. You can search for it like this:
    Code:
    yum search kernel
     
  3. llamy

    llamy New Member

    Thanks Falko,

    I did it and it worked.

    Llamy
     

Share This Page