search for: libzap

Displaying 3 results from an estimated 3 matches for "libzap".

Did you mean: libcap
2003 Feb 28
2
error in tor2
...ct1xxp /sbin/ztcfg if [ -d /etc/modutils ]; then \ /sbin/update-modules ; \ fi /sbin/depmod -a [ -f /etc/zaptel.conf ] || install -m 644 zaptel.conf.sample /etc/zaptel.conf ivr2:/usr/src/zaptel # cd .. ivr2:/usr/src # cd zapata ivr2:/usr/src/zapata # make clean; make install rm -f *.o rm -f libzap.a mkcoef p_tmp_ libzap.so* make -C mkfilter clean make[1]: Entering directory `/usr/src/zapata/mkfilter' rm -f mkfilter.o mkshape.o mkaverage.o gencode.o genplot.o complex.o readdata.o rm -f mkfilter mkshape mkaverage gencode genplot make[1]: Leaving directory `/usr/src/zapata/mkfilter' gcc...
2005 Feb 17
1
Problems compiling pridump utility
I do 'make pridump' from the libpri source directory and receive the following: # make pridump cc -o pridump pridump.o -L. -lpri -lzap -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g /usr/bin/ld: cannot find -lzap collect2: ld returned 1 exit status make: *** [pridump] Error 1 I am new to all of this, so I am sure I am missing something obvious, any help will be appreciated.
2004 Sep 08
2
'Hangup' not hanging-up, is this intended behaviour?
Greetings folks; I have a bit of a conundrum, and I can't tell if Asterisk is doing something daft, or whether I'm clean missing out why it's doing what it's doing. So, I have a dialplan that looks a little like this: -------------------- [start] include => dids include => everythingelse [dids] ; Test exten => 8378,1,SetCallerID(3015551212) exten => 8378,2,Hangup