[asterisk-users] Asterisk running on a Xen Centos Server challenge!!!

tjoen tjoen at dds.nl
Sun Mar 21 05:49:14 CDT 2010


On Sat, 2010-03-20 at 21:08 +0000, Daniel Leite de Abreu wrote:
> Sorry but i did not understand how did you built it?

Sorry that it was not clear. Here are the full steps for 2.2.0.2:

$ tar -xzf dahdi-linux-2.2.0.2.tar.gz
$ cd dahdi-linux-2.2.0.2/
$ DAHDIVERSION="2.2.0.2" build_tools/make_version_h \
    > include/dahdi/version.h.tmp
$ if cmp -s include/dahdi/version.h.tmp include/dahdi/version.h ; \
 then :; \
else \
     mv include/dahdi/version.h.tmp include/dahdi/version.h ; \
fi
$ rm -f include/dahdi/version.h.tmp
$ su
# for hdr in kernel.h user.h fasthdlc.h wctdm_user.h dahdi_config.h; \
  do \
  install -D -m 644 include/dahdi/$hdr /usr/include/dahdi/$hdr; \
done








More information about the asterisk-users mailing list