Re: [asterisk-users] compilation of asterisk 1.4.19 with ilbc already on system

2008-04-17 Thread Vieri
--- Kevin P. Fleming [EMAIL PROTECTED] wrote: Vieri wrote: So basically I'm wondering if the Asterisk make/configure process could do steps 1 and 2 automagically for me. I can't find any other Linux distribution that provides libilbc, so this would be a very Gentoo-specific change

Re: [asterisk-users] compilation of asterisk 1.4.19 with ilbc already on system

2008-04-16 Thread Vieri
--- Kevin P. Fleming [EMAIL PROTECTED] wrote: Vieri wrote: How can I tell the make system in 1.4.19 that ilbc is already on the system and that it should link to /usr/lib/libilbc.a? Shouldn't the configure script do that? No; the Asterisk build system has never had support for

Re: [asterisk-users] compilation of asterisk 1.4.19 with ilbc already on system

2008-04-16 Thread Kevin P. Fleming
Vieri wrote: So basically I'm wondering if the Asterisk make/configure process could do steps 1 and 2 automagically for me. I can't find any other Linux distribution that provides libilbc, so this would be a very Gentoo-specific change if we did it. Also, we'll have the iLBC source code back

Re: [asterisk-users] compilation of asterisk 1.4.19 with ilbc already on system

2008-04-15 Thread Kevin P. Fleming
Vieri wrote: How can I tell the make system in 1.4.19 that ilbc is already on the system and that it should link to /usr/lib/libilbc.a? Shouldn't the configure script do that? No; the Asterisk build system has never had support for using a system-provided version of the iLBC library.

[asterisk-users] compilation of asterisk 1.4.19 with ilbc already on system

2008-04-13 Thread Vieri
I already have ilbc installed on my system. The files are: /usr/include/ilbc/iLBC_decode.h /usr/include/ilbc/iLBC_define.h /usr/include/ilbc/iLBC_encode.h /usr/lib/libilbc.a /usr/lib/libilbc.la /usr/lib/libilbc.so - libilbc.so.0.0.0 /usr/lib/libilbc.so.0 - libilbc.so.0.0.0

[Asterisk-Users] compilation of asterisk

2005-04-04 Thread Alex
Hi guys Trying to compile asterisk and i am receiving this errror. gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o

Re: [Asterisk-Users] compilation of asterisk

2005-04-04 Thread Daniel Bruce Lynes
On Monday 04 April 2005 11:19 am, Alex wrote: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [asterisk] Error 1 Make sure you have OpenSSL installed: find /usr

Re: [Asterisk-Users] compilation of asterisk

2005-04-04 Thread Sean A. Newton
On Mon, 4 Apr 2005, Alex wrote: Hi guys Trying to compile asterisk and i am receiving this errror. gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o