Gabriel Afana wrote:

Ahhh, and I've read every message telling everybody they dont have the
lastest version...thats why I went to asterisk.org and downloaded the
highest-number version I could find in the FTP.... Ok....downloaded latest
CVS but now asterisk wont compile.  I had it working before.

during "make", it says:

chan_zap.c:61:2: #error "You need newer libpri"

This error means that you need a newer libpri.

That means you need to:

# cvs checkout zaptel libpri asterisk

and then

# cd zaptel
# make clean; make install
# cd ../libpri
# make clean; make install
# cd ../asterisk
# make clean; make install

Nick
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to