search for: astapibase

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

2006 Apr 25
1
res_perl voor asterisk 1.2.4
...pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm - I/usr/local/lib/perl5/5.8.8/i686-linux-thread-multi/CORE - I/usr/src/bristuff-0.3.0-PRE-1l/asterisk-1.2.4/ - I/usr/src/bristuff-0.3.0-PRE-1l/asterisk-1.2.4//include -I. -c AstAPIBase.c AstAPIBase.c: In function `asterisk_recordfile': AstAPIBase.c:435: warning: ISO C90 forbids mixed declarations and code AstAPIBase.c: In function `asterisk_request_and_dial': AstAPIBase.c:813: warning: passing arg 6 of `ast_request_and_dial' makes integer from pointer without a ca...
2005 Oct 15
3
res_perl - Compiling error
...usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DMULTIPLICITY -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.7/-linux-thread-multi/CORE -c -o AstAPIBase.o AstAPIBase.c gcc -Wall -fPIC -shared -Xlinker -x -o res_perl.so perlxsi.o res_perl.o apihelp.o -Wl,-E -L/usr/local/lib /usr/local/lib/perl5/5.8.7/-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.7/-linux-thread-multi/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -...
2005 Feb 03
1
FastAgi Help
...res_perl becasue when i try to compile it i have this error: ---------- gcc -Wall -fPIC -shared -Xlinker -x -o res_perl.so perlxsi.o res_perl.o apihelp /usr/lib/perl5/5.8.1/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/uead -lc -lnsl -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc AstAPIBase.o /usr/bin/ld: cannot find -lndbm collect2: ld returned 1 exit status make: *** [res_perl.so] Error 1 ---------- So i try to go on using the FastAGI that i think is great idea because i can balance the CPU load using more Box, but how I can translate my simple perl script and use it on FastAGI? U...