[asterisk-users] Error compiling Asterisk on Centos 8

2021-10-18 Thread cio-alves
I am compiling asterisk11 (eleven) on Centos 8 (eight) with ./configure LDFLAGS="-z muldefs" --libdir=/usr/lib64 --with-unixodbc=$(odbc_config --include-prefix)/ --disable-asteriskssl -enable-xmldoc NOISY_BUILD=no Since I did the configure with "--disable-asteriskssl", why is even trying

[asterisk-users] Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze

2011-03-07 Thread RR
Hello all, Figured I'd repost this with an edited subject line, to attract attention of people with Debian On Sparc experience. Apologies in advance if this kind of thing is frowned upon :) [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o

Re: [asterisk-users] Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze

2011-03-07 Thread Stuart Longland
On 03/08/11 08:49, RR wrote: Any idea where this is coming from? seems like something is selected that doesn't have other related stuff unselected? no clue where to start looking No SPARC expert, but I seem to recall the lowest-common-denominator SPARCs lack things like hardware multiply in

Re: [asterisk-users] Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze

2011-03-07 Thread RR
Hello Stuart On Mon, Mar 7, 2011 at 6:09 PM, Stuart Longland redhat...@gentoo.orgwrote: On 03/08/11 08:49, RR wrote: Any idea where this is coming from? seems like something is selected that doesn't have other related stuff unselected? no clue where to start looking No SPARC expert, but

Re: [asterisk-users] Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze

2011-03-07 Thread Stuart Longland
On 03/08/11 09:21, RR wrote: Hello Stuart On Mon, Mar 7, 2011 at 6:09 PM, Stuart Longland redhat...@gentoo.org mailto:redhat...@gentoo.org wrote: Even if it doesn't help fix the problem, you probably will want to use at least -mcpu=v9 (educated guess looking at the gcc manpage) if

Re: [asterisk-users] Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze

2011-03-07 Thread RR
On Mon, Mar 7, 2011 at 6:31 PM, Stuart Longland redhat...@gentoo.orgwrote: On 03/08/11 09:21, RR wrote: Hello Stuart On Mon, Mar 7, 2011 at 6:09 PM, Stuart Longland redhat...@gentoo.org mailto:redhat...@gentoo.org wrote: Even if it doesn't help fix the problem, you probably will

[Asterisk-Users] Error compiling asterisk addons version 1.2.0-beta2

2005-11-08 Thread Mohamed A. Gombolaty
Dear All, I am facing a problem in compiling the add-ons for the mysql, though the files are downloaded correctly and checked and I tried different mirrors even the cvs but yet I get those errors : app_addon_sql_mysql.c:23:19: mysql.h: No such file or directory cdr_addon_mysql.c:38:19: mysql.h:

Re: [Asterisk-Users] Error compiling asterisk addons version 1.2.0-beta2

2005-11-08 Thread Olivier Perrin
You need to install the libmysqlclient-dev package. Search the rpm/deb/src available for your distrib and install it. Regards, Le mar 08/11/2005 à 10:44, Mohamed A. Gombolaty a écrit : Dear All, I am facing a problem in compiling the add-ons for the mysql, though the files are downloaded

[Asterisk-Users] error compiling asterisk

2005-08-15 Thread chris
hello,i was able to install openssl by hand successfuly, then i tied make.. theerror is till there,any more ideas?thnks - Original Message -From: "Derek Whitten" [EMAIL PROTECTED]To: "chris" [EMAIL PROTECTED]Sent: Saturday, August 13, 2005 12:29 AMSubject: Re: [A

Re: [Asterisk-Users] error compiling asterisk on solaris

2005-08-11 Thread Ondrej Valousek
www.sunfreeware.com might (and probably will) help I have just found out that in Solaris 10, it is installed by default in /usr/sfw/lib Ondrej Rollin Weeks wrote: Chris, The problem is that your compiler can't find a library called libcrypt.so.0.9.7. This library is apparently needed by

Re: [Asterisk-Users] error compiling asterisk on solaris

2005-08-11 Thread chris
] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, August 11, 2005 3:35 PM Subject: Re: [Asterisk-Users] error compiling asterisk on solaris www.sunfreeware.com might (and probably will) help I have just found out that in Solaris 10

Re: [Asterisk-Users] error compiling asterisk on solaris

2005-08-11 Thread Derek Whitten
- From: Ondrej Valousek [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, August 11, 2005 3:35 PM Subject: Re: [Asterisk-Users] error compiling asterisk on solaris www.sunfreeware.com might (and probably will) help

Re: [Asterisk-Users] error compiling asterisk on solaris

2005-08-11 Thread chris
[EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, August 11, 2005 9:41 PM Subject: Re: [Asterisk-Users] error compiling asterisk on solaris ___ Asterisk-Users mailing list

[Asterisk-Users] error compiling asterisk on solaris

2005-08-10 Thread chris
hello, can anyone help me? im gettitng this error when i tried runnin make on solaris 9 rm -f include/asterisk/version.h.tmpmake[1]: `ast_expr.a' is up to date.make[1]: Leaving directory `/export/home/fst/chris/cvs/asterisk'gcc -g -o asterisk io.o sched.o logger.o frame.o loader.o

Re: [Asterisk-Users] error compiling asterisk on solaris

2005-08-10 Thread Rollin Weeks
Chris, The problem is that your compiler can't find a library called libcrypt.so.0.9.7. This library is apparently needed by libssl.so. These are both runtime, shared libraries. The result is that you end up with undefined symbols (probably variables used in services the libraries provide). You

[Asterisk-Users] error compiling asterisk

2005-06-18 Thread Ronald Wiplinger
app_rxfax.c: In function `phase_e_handler': app_rxfax.c:93: error: structure has no member named `callerid' app_rxfax.c: At top level: app_rxfax.c:61: warning: `t30_flush' defined but not used make[1]: *** [app_rxfax.o] Error 1 make[1]: Leaving directory `/usr/local/src/asterisk/apps' How to

Re: [Asterisk-Users] error compiling asterisk

2005-06-18 Thread Dave Cotton
On Sat, 2005-06-18 at 17:00 +0800, Ronald Wiplinger wrote: app_rxfax.c: In function `phase_e_handler': app_rxfax.c:93: error: structure has no member named `callerid' app_rxfax.c: At top level: app_rxfax.c:61: warning: `t30_flush' defined but not used make[1]: *** [app_rxfax.o] Error 1

Re: [Asterisk-Users] error compiling asterisk

2005-06-18 Thread Ronald Wiplinger
Dave Cotton wrote: On Sat, 2005-06-18 at 17:00 +0800, Ronald Wiplinger wrote: app_rxfax.c: In function `phase_e_handler': app_rxfax.c:93: error: structure has no member named `callerid' app_rxfax.c: At top level: app_rxfax.c:61: warning: `t30_flush' defined but not used make[1]: ***

[Asterisk-Users] error compiling asterisk

2003-11-05 Thread Don Pobanz
I did cvs update on asterisk, zaptel, libpri as of today (November 5, 2003). I also did 'make clean' on each of them. My previous version of asterisk was cvs of September 15, 2003. No other changes have been made to my system other that these updates. when running 'make asterisk' the following

Re: [Asterisk-Users] error compiling asterisk

2003-11-05 Thread Dave Cotton
On Wed, 2003-11-05 at 19:11, Don Pobanz wrote: I did cvs update on asterisk, zaptel, libpri as of today (November 5, 2003). I also did 'make clean' on each of them. My previous version of asterisk was cvs of September 15, 2003. No other changes have been made to my system other that these

RE: [Asterisk-Users] error compiling asterisk

2003-11-05 Thread Don Pobanz
Thanks Dave Cotton! I did not realize that a cvs update would not always give all the latest files. I did a fresh checkout of * and now it compiles fine. Don Pobanz On Wednesday, November 05, 2003 3:45 PM, Dave Cotton [SMTP:[EMAIL PROTECTED] wrote: On Wed, 2003-11-05 at 19:11, Don Pobanz

Re: [Asterisk-Users] error compiling asterisk

2003-11-05 Thread hkirrc.patrick
excuse me for sounding stupid but how do i do a complete checkout? Don Pobanz wrote: Thanks Dave Cotton! I did not realize that a cvs update would not always give all the latest files. I did a fresh checkout of * and now it compiles fine. Don Pobanz On Wednesday, November 05, 2003 3:45 PM,