----- Original Message ----- From: "Nick Bachmann" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[email protected]> Sent: Tuesday, December 28, 2004 3:33 PM Subject: Re: [Asterisk-Users] WARNING[22314]: No such switch 'Realtime'
> 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 I did that...I can't tell you how many times! but for some reason I just did it again and it worked. I think it was because I was doing: make clean make make instsall instead of just: make clean make install Oh well...testing Realtime extensions now...I hope it works! :-) Gabe > _______________________________________________ > 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 _______________________________________________ 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
