dahdi and digium debian package
Tags: debian package, dependencies, Digium, thanks for your help
Hi
I’m trying to install dahdi. I just need the dahdi timer for
conference.
I currently using digium debian package for asterisk 1.8.8.1.
When i install asterisk-dahdi , i’ve got several dependencies which
came for official debian repository (including the dahdi package) and
are outdated.
Is it normal than dahdi is not include into digium packages ? Do i have
to compil it before install asterisk-dahdi ?
Thanks for your help.
Paul Belanger said:
Feb 22, 12 at 1:52 pmYes, we do not package DAHDI and rely on the OS version. So it is
possible that some of the dependencies will be from Debian.
As long as the asterisk-dahdi package comes for the same repository as
the asterisk package you should be fine.
A J Stiles said:
Feb 22, 12 at 2:36 pmDebian packages are designed for “least surprise”. By the time a package has
made it to “Stable” it is pretty thoroughly tested, but may be out of date.
My best suggestion? Uninstall and purge any Debian packages you installed
(backup needed config files first …..) and just install Dahdi and Asterisk
from the Source Code.
Paul Belanger said:
Feb 22, 12 at 2:44 pmI don’t know how to reply to this. I can only assume you only manage a
single box. What if OP is running more then 1 asterisk box, manually
compiling asterisk and installing it each time would not be the best
solution.
cfh said:
Feb 22, 12 at 7:03 pmYou can install dahdi kernel modules with the deb package source and the
debian tool module-assistant
use
apt-get install dahdi-source
m-a a-i dahdi
dpkg -i dahdi-modules-2.6.*.deb
A J Stiles said:
Feb 23, 12 at 4:48 amThen you build your own .deb package, and install that on all the boxes you
manage (assuming the same architecture).