<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have compile Asterisk many times on Woody without any problems.&nbsp; I am
not sure about the error your are receiving but some things that you
might want to watch for.<br>
<br>
* You need to recompile the kernel with the source for Woody I think
this is currently 2.4.18 I noticed you have 2.4.20.<br>
<br>
* Use the kernel definition distributed with Woody, don't make this up
as you go, or things will get ugly fast every time I think I know
better I end up recompiling after it doesn't work.<br>
<br>
* Get the tar ball distribution of Asterisk, Zaptel and libpri, don't
use the CVS.&nbsp; I don't know CVS that well and I have always had trouble
getting the right version of the code.&nbsp; The tar balls are a nice
package and they are stable releases.<br>
<br>
* For the time being avoid the Debian packages, recently they got the
libpri out of sync and we had to compile things manually to bring our
system back up after everything came tumbling down.<br>
<br>
* Don't do anything fancy, Woody is stable, asterisk and the support
software will compile if you do everything just right ;)<br>
<br>
* All else fails you can use Sarge but the process is the same as are
the pit falls.&nbsp; While all of our development systems are running Sarge
now, Sarge still has a large number of updates that you need to keep up
with and this can be frustrating.<br>
<br>
Finally, if you are still having trouble, we build and compile these
systems regularly for customers and we can help you if you need the
assistance.<br>
<br>
Good luck<br>
<pre class="moz-signature" cols="72">Scott Henderson
============================================================================
Finite Technologies Incorporated
3763 Image Drive, Anchorage, Alaska 99504
Phone: 907.339.8085 ext 6101, Fax: 907.333.4482
<a class="moz-txt-link-freetext" href="http://www.finite-tech.com">http://www.finite-tech.com</a>
<a class="moz-txt-link-freetext" href="http://www.chillywall.com">http://www.chillywall.com</a>
<a class="moz-txt-link-freetext" href="http://www.virtuale.cc">http://www.virtuale.cc</a>
<a class="moz-txt-link-freetext" href="http://www.mphage.com">http://www.mphage.com</a>
Current Local Time: <a class="moz-txt-link-freetext" href="http://www.worldtimeserver.com/time.asp?locationid=US-AK">http://www.worldtimeserver.com/time.asp?locationid=US-AK</a>
============================================================================
</pre>
<br>
<br>
Tzafrir Cohen wrote:
<blockquote cite="mid20050419044613.GC29639@gadot.org.il" type="cite">
  <pre wrap="">On Mon, Apr 18, 2005 at 04:28:26PM +0200, Manuel Casal wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">During the zaptel configuration at the end of it there is this error:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What version of zaptel?

  </pre>
  <blockquote type="cite">
    <pre wrap="">post-install tor2 /sbin/ztcfg
post-install wcusb /sbin/ztcfg
post-install wcfxo /sbin/ztcfg
post-install ztdynamic /sbin/ztcfg
post-install ztd-eth /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
post-install wct4xxp /sbin/ztcfg
post-install wcte11xp /sbin/ztcfg
if [ -d /etc/modutils ]; then \
       /sbin/update-modules ; \
fi
depmod: *** Unresolved symbols in /lib/modules/2.4.20-686/misc/ztd-eth.o
[ `id -u` = 0 ] &amp;&amp; /sbin/depmod -a || :
depmod: *** Unresolved symbols in /lib/modules/2.4.20-686/misc/ztd-eth.o
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What are those symbols?

depmod -a -e

Only a problem with ztd-eth? Any change that you didn't build it this
time? Look at the dates of files in /lib/modules/2.4.20-686/

  </pre>
  <blockquote type="cite">
    <pre wrap="">[ -f /etc/zaptel.conf ] || install -D -m 644 zaptel.conf.sample 
/etc/zaptel.conf


I have previously made the make oldconfig and the make dep ...

I'm using debian with 2.4.20 kernel...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Debian stable , that is, right?

/me wonders what would it take to freshen the backport of asterisk. 
Any volunteers?

  </pre>
</blockquote>
</body>
</html>