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






-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to