Zaptel installation issue

hi

i m getting the following error on FC6 can anyone help me to fix it out

Regards
dosti

Hi,

just use
./configure
make
make install

I’ve only ever built in on Centos with kernel 2.6.x & I’ve never used ‘linux26’

hello
here is the cli response…

[quote]root@new-host-4 zaptel-1.2.20.1]# ./configure
bash: ./configure: No such file or directory
[/quote]

Any help

Hi,

you are trying to compile zaptel of the 1.2 branch so you don’t need to do a ./configure to get it compiled. The error you are getting is a result of some missing file on the kernel version you are running.

To fix this, do the following;

  1. as root type: yum install kernel

  2. after the bove have finished, type : yum install kernel-devel

I assume you have internet connection to perform the kernel upgrade commands above.

After upgrading the kernel as above, reboot the PC and recompile zaptel as follow;

  1. make clean
  2. make linux26
  3. make install

I hope this helps.

Cheers.

hello

Kayodea i have followed the instructions and finally have a better luck…thanks all of you