[Asterisk-Users] WARNING[22314]: No such switch 'Realtime'

Nick Bachmann asterisk at not-real.org
Tue Dec 28 16:33:30 MST 2004


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



More information about the asterisk-users mailing list