VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
twanny.azzopardi at gm... Guest
|
Posted: Wed Jul 30, 2014 3:29 pm Post subject: [asterisk-users] compiling dahdi and exporting it to another |
|
|
Hello asterisk-users,
I need to compile dahdi and then export it to another system. I managed to do this with DESTDIR=/root/destDir, then make a tar file and extract in / of the other system. However the module is not loading and /dev/dahdi is not created.
Anyone done this?
Thank you,
Anthony. |
|
Back to top |
|
|
barryf-lists at flanag... Guest
|
Posted: Wed Jul 30, 2014 3:45 pm Post subject: [asterisk-users] compiling dahdi and exporting it to another |
|
|
On 30 July 2014 21:29, Anthony Azzopardi <twanny.azzopardi@gmail.com (twanny.azzopardi@gmail.com)> wrote:
Quote: |
Hello asterisk-users,
I need to compile dahdi and then export it to another system. I managed to do this with DESTDIR=/root/destDir, then make a tar file and extract in / of the other system. However the module is not loading and /dev/dahdi is not created.
Anyone done this?
|
Dahdi requires kernel modules, which are compiled for (by default*) the running kernel. Unless your target system is running the exact same kernel, and you ensure the modules get loaded, then Dahdi isn't going to run.
* I think it should be possible to compile it for an alternate kernel if you have the headers, but have never had to do that so....)
Hope this helps.
-Barry Flanagan
|
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Tue Aug 05, 2014 11:37 am Post subject: [asterisk-users] compiling dahdi and exporting it to another |
|
|
On Wed, Jul 30, 2014 at 10:29:19PM +0200, Anthony Azzopardi wrote:
Quote: | Hello asterisk-users,
I need to compile dahdi and then export it to another system. I managed to
do this with DESTDIR=/root/destDir, then make a tar file and extract in / of
the other system. However the module is not loading and /dev/dahdi is not
created.
|
Are the modules available? What is the output of:
modinfo dahdi
If not available: On the target system, what is the output of:
find /lib/modules/`uname -r` -name dahdi.ko
If you find dahdi.ko: maybe you forgot to run depmod?
If you don't find it: maybe you built it for an incorrect kernel
version?
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|