On May 2, 2005 06:15 pm, Matthew Boehm wrote: > chan_zap.c:61:2: #error "You need newer libpri" > make[1]: *** [chan_zap.o] Error 1 > make[1]: Leaving directory `/usr/src/asterisk/channels' > make: *** [subdirs] Error 1 > > The machine I am compiling asterisk on has no PRI/Zap cards connected to > it. So why is libpri necessary to download? Shouldn't it say "You don't > have libpri installed so I am skipping the following..." and keep > compiling?
Basically it sees you have zaptel installed so it's trying to compile chan_zap, which requires a newer libpri. If you're sufficiently proficient, work around it. Otherwise, just do what it says; it's not like libpri's huge. :-) -A. _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
