search for: app_curl

Displaying 16 results from an estimated 16 matches for "app_curl".

Did you mean: app_cdr
2004 Dec 28
3
Fedora Core 3 app_curl compile error?
Hi, I'm making the latest CVS asterisk source on a newly installed Fedora Core 3 distribution. However, when the makefile for asterisk/apps runs, it generates an error when trying to link app_curl.so complaining about not finding -lidn. Has anyone else run into this problem? I can chase down libidn but I find it odd that others on the list have seemingly gotten asterisk to work on FC3 but never complained about this particular problem... Michael Swan Neon Software, Inc.
2005 Jun 02
1
compile asterisk
...quot;/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -fomit-frame-pointer -fPIC -c -o app_curl.o app_curl.c gcc -shared -Xlinker -x -o app_curl.so app_curl.o -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -l...
2006 Apr 19
1
Error installing asterisk
...-c -o app_page.o app_page.c gcc -shared -Xlinker -x -o app_page.so app_page.o gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_curl.o app_curl.c gcc -shared -Xlinker -x -o app_curl.so app_curl.o -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5...
2006 Nov 16
1
Asterisk 1.2.13 can't load module app_curl.so
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Eric Pinet.vcf Type: text/x-vcard Size: 473 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061116/beef984a/EricPinet.vcf
2005 Jun 19
0
app_curl.so: Can't locate module sound-service-0-3
Hi, What does an't locate module sound-service-0-3 mean in the context below? I don't use curl as far as I know. Should I "noload" it in modules.conf? [app_curl.so]Jun 19 08:41:25 b2 kernel: Registered tone zone 0 (United States / North America) Jun 19 08:41:34 b2 kernel: Intel 810 + AC97 Audio, version 1.01, 02:25:38 Dec 24 2004 Jun 19 08:41:34 b2 kernel: PCI: Found IRQ 10 for device 00:1f.5 Jun 19 08:41:34 b2 kernel: PCI: Sharing IRQ 10 with 00:1f.3...
2005 Jun 09
1
compile error cannot find -lidn
....so chan_zap.o -lpri -ltonezone make[1]: Leaving directory `/asterisk/channels' make[1]: Entering directory `/asterisk/pbx' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/asterisk/pbx' make[1]: Entering directory `/asterisk/apps' gcc -shared -Xlinker -x -o app_curl.so app_curl.o -L/usr/lib -lcurl -L/usr/kerbe ros/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl - lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -l...
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada, this is from ast cvs head latest on Fedora Core 3. /usr/bin/ld: cannot find -lidn collect2: ld returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/apps' make: *** [subdirs] Error 1 [root@zoot asterisk]# uname -a Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004 i686 i686 i386 GNU/Linux
2006 Jan 22
6
spandsp Error
...nd] Error 1 Makefile: 93 install: all 94 for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done 95 rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so 96 rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so 97 rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so 98 99 app_curl.so: app_curl.o 100 $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) 101 102 app_rxfax.so : app_rxfax.o 103 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 104 105 app_txfax.so : app_txfax.o 106 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 107 108 app_sql_postgres....
2005 Jan 10
1
/usr/bin/ld error on make asterisk with Fedora Core 3
I've downloaded the latest CVS as of yesterday. Zaptel and libpri compile and link OK but after issuing the "make asterisk" command I get the following: /usr/bin/ld: cannot find -lidn collect2: ld returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: leaving directory '/usr/src/asterisk/apps' make: *** [subdirs] Error 1 Linux version is 2.6.9-1.667 gcc version 3.4.2 I compiled an earlier version of asterisk OK on a RH9 install but couldn't get zaptel to compile and I didn't have the kernel source files f...
2006 Jan 13
0
R: RE: RE: Spandsp
...ax.so app_txfax.so +endif + ifeq ($(findstring BSD,${OSARCH}),BSD) CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L $(CROSS_COMPILE_TARGET)/usr/local/lib endif CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs) @@ -100,10 +104,16 @@ rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so app_curl.so: app_curl.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) +app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + +app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + app_sql_postgres.o: app_sql_postgres.c $(CC) -pipe -I/usr/...
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp But when I try to patch the Makefile it gives this error [root@pbxmilkshake apps]# patch < apps_makefile.patch patching file Makefile Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 41 (offset -6 lines). Hunk #2 FAILED at 67. is it ok to go on
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2005 Jun 15
0
Error installing Asterisk with zaptel and libpri
...S successfully, installed in this order zaptel>libpri>Asterisk and got this error without installing asterisk in my box. ***************************************************** (this is the end of the screen dump) /usr/bin/ld: cannot find -lidn collect2: ld returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/apps' make: *** [subdirs] Error 1 [root@proxy asterisk]# ***************************************************** I repeated the installation by cleaning the previous installations 2,3 times and got the same error. I saw sometimes my TDM20B...
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported
2005 Jun 23
0
Voicemail recording cutoff when silent for 1 second
...s res_adsi.so ;load => app_alarmreceiver.so ; Requires N/A load => app_authenticate.so ; Requires N/A load => app_cdr.so ; Requires N/A load => app_chanisavail.so ; Requires N/A ;load => app_chanspy.so ; Requires N/A load => app_controlplayback.so ; Requires N/A ;load => app_curl.so ; Requires N/A ;load => app_cut.so ; Requires N/A ;load => app_db.so ; Requires N/A load => app_dial.so ; Requires res_features.so, res_musiconhold.so ;load => app_dictate.so ; Requires N/A load => app_directory.so ; Requires N/A ;load => app_disa.so ; Requires N/A ;load...
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
...h.so] => (Flash zap trunk application) == Registered application 'Flash' [app_zapbarge.so] => (Barge in on Zap channel application) == Registered application 'ZapBarge' [app_zapscan.so] => (Scan Zap channels application) == Registered application 'ZapScan' [app_curl.so] => (Load external URL) == Registered application 'Curl' [codec_speex.so] => (Speex/PCM16 (signed linear) Codec Translator) == Parsing '/etc/asterisk/codecs.conf': Not found (No such file or directory) == Registered translator 'speextolin' from format speex t...