Displaying 2 results from an estimated 2 matches for "apihelp".
Did you mean:
anyhelp
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 apihelp.o
apihelp.c
gcc -Wall -fPIC -DHAVE_AST_CUST_CONFIG -I/usr/src/asterisk-1.0.9/
-I/usr/src/asterisk-1.0.9//include -I. -DAST_INSTALL_PREFIX=\"\"
-DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk
\"-DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=...
2005 Feb 03
1
FastAgi Help
...have need to use FastAGI?...Very load CPU usage on my box... with only
100 calls..
So i have two way res_perl or FastAGI on some other box..
I cant test 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...