Thanks for the help,<div><br></div><div><br></div><div>ldd is not present on the target so I had to do the following:</div><div><br></div><div><div>dan@ubuntu:~/apps/BAPS2/asterisk-1.6.1.6/channels$ /opt/uClinux/bfin-linux-uclibc/bfin-linux-uclibc/bin/objdump -x chan_dahdi.so</div>
<div><br></div><div>chan_dahdi.so:     file format elf32-bfinfdpic</div><div>chan_dahdi.so</div><div>architecture: bf532 compatible, flags 0x00000150:</div><div>HAS_SYMS, DYNAMIC, D_PAGED</div><div>start address 0x00005a68</div>
<div><br></div><div>Program Header:</div><div>    LOAD off    0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12</div><div>         filesz 0x0002f278 memsz 0x0002f278 flags r-x</div><div>    LOAD off    0x0002f278 vaddr 0x00033278 paddr 0x00033278 align 2**12</div>
<div>         filesz 0x000035f4 memsz 0x000038e8 flags rw-</div><div> DYNAMIC off    0x0002f314 vaddr 0x00033314 paddr 0x00033314 align 2**2</div><div>         filesz 0x000000e0 memsz 0x000000e0 flags rw-</div><div>   STACK off    0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**3</div>
<div>         filesz 0x00000000 memsz 0x00020000 flags rwx</div><div><br></div><div>Dynamic Section:</div><div>  NEEDED      libpthread.so.0</div><div>  NEEDED      libdl.so.0</div><div>  NEEDED      libtonezone.so.2.0</div>
<div>  NEEDED      libgcc_s.so.1</div><div>  NEEDED      libc.so.0</div><div>  INIT        0x4ea0</div><div>  FINI        0x28538</div><div>  HASH        0xb4</div><div>  STRTAB      0x15dc</div><div>  SYMTAB      0x76c</div>
<div>  STRSZ       0xe7e</div><div>  SYMENT      0x10</div><div>  PLTGOT      0x35918</div><div>  PLTRELSZ    0x5d0</div><div>  PLTREL      0x11</div><div>  JMPREL      0x48d0</div><div>  REL         0x2648</div><div>  RELSZ       0x2858</div>
<div>  RELENT      0x8</div><div>  VERNEED     0x2628</div><div>  VERNEEDNUM  0x1</div><div>  VERSYM      0x245a</div><div><br></div><div><br></div><div><br></div><div> libtonezone.so.2.0 was missing - It was in /lib but only showing as libtonezone.so since I manually copied there. This part is now fixed, now I get :</div>
<div><div><br></div><div><br></div><div>[Jan  1 00:00:09] WARNING[142] chan_dahdi.c: Unable to specify channel 1: No such device or address</div><div>[Jan  1 00:00:09] ERROR[142] chan_dahdi.c: Unable to open channel 1: No such device or address</div>
<div>here = 0, tmp-&gt;channel = 1, channel = 1</div><div>[Jan  1 00:00:09] ERROR[142] chan_dahdi.c: Unable to register channel &#39;1&#39;</div><div><br></div><div>I am hoping it is something simple for this new problem.</div>
<div><br></div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>Dan Amarandei.</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote">On Wed, Jan 6, 2010 at 4:36 AM, Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Jan 06, 2010 at 12:46:27AM -0500, Dan Amarandei wrote:<br>
&gt; Anyone know what this means?<br>
&gt;<br>
&gt; [Jan  1 01:36:13] WARNING[358] loader.c:385 load_dynamic_module: Error<br>
&gt; loading module &#39;chan_dahdi.so&#39;: File not found.<br>
<br>
</div>Either chan_dahdi.so itself is missing, or a dependency of it<br>
(libpri.so.4 , libss7.so.0, whatever). Try:<br>
<br>
  ls -l /usr/lib/modules/asterisk/modules/chan_dahdi.so<br>
  ldd /usr/lib/modules/asterisk/modules/chan_dahdi.so | grep -i &#39;not found&#39;<br>
<font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a>  <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br></div>