Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-03 Thread Tzafrir Cohen
On Tue, Feb 02, 2016 at 11:57:08AM -0500, Jerry Geis wrote: > make[4]: Entering directory > `/home/silentm/LayeredSolutions/digium/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp' > /usr/bin/install: cannot stat ‘./dahdi_registration.8’: No such file or > directory > /usr/bin/install: cannot stat

[asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Jerry Geis
I am getting this: make gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory #include I am using dahdi-linux-complete-2.11.0+2.11.0 I

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Tony Mountifield
In article , Jerry Geis wrote: > > I am getting this: > > make > gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 > -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Jerry Geis
I am getting an error on DAHDI The make seems OK, its the make install that shows issues. make install | grep tools WARNING: could not find /home/silentm/LayeredSolutions/digium/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_64.o.cmd for

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Jerry Geis
> You need to have installed DAHDI before compiling libpri or asterisk Thanks Tony, in fact I have compiled DAHDI complete 2.11.0+2.11.0 - It did not show any errors. I did make; make install on the DAHDI source crazy typo... :) in fact I do have tonezone.h in the dahdi source tree. but not

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-02 Thread Tony Mountifield
In article , Jerry Geis wrote: > > > You need to have installed DAHDI before compiling libpri or asterisk > > Thanks Tony, > > in fact I have compiled DAHDI complete 2.11.0+2.11.0 - It did not show any >

[asterisk-users] Compile error 1.8.8.1

2012-01-18 Thread Nyamul Hassan
Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o

Re: [asterisk-users] Compile error 1.8.8.1

2012-01-18 Thread Paul Belanger
On 12-01-18 04:19 AM, Nyamul Hassan wrote: Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o

Re: [asterisk-users] Compile error 1.8.8.1

2012-01-18 Thread Nyamul Hassan
Hi Paul, The OS is CentOS release 6.1 (Final) And, it is running kernel: 2.6.32-131.21.1.el6.x86_64 #1 SMP Tue Nov 22 19:48:09 GMT 2011 x86_64 x86_64 x86_64 GNU/Linux Regards HASSAN On Wed, Jan 18, 2012 at 19:33, Paul Belanger pabelan...@digium.com wrote: On 12-01-18 04:19 AM, Nyamul Hassan

[asterisk-users] compile error for chan_h323

2009-05-29 Thread salzh
HI, all! During compiling chan_h323, i got the error: ast_h323.cxx: In member function ‘virtual PBoolean MyH323Connection::OnReceivedSignalSetup(const H323SignalPDU)’: ast_h323.cxx:1246: error:‘mccSlaveDeterminationProcedure’ undeclared in the scope make[2]: *** [ast_h323.o] error 1 I am using:

[asterisk-users] compile error: implicit declaration of function drv_dbg

2009-03-11 Thread lizhong zhu
hello, I try to open the debug to compile dahdi with wcb4xxp, =base.c #ifdef DEBUG_LOWLEVEL_REGS if (unlikely(DBG_REGS)) drv_dbg(b4-dev, read 0x%02x from 0x%p\n, ret, b4-addr + reg); #endif if

[asterisk-users] compile error on RHEL5 or CENTOS5

2007-04-13 Thread Jerry Geis
I am getting the following compile error on centos 5. Any suggestions? Jerry CC [M] /usr/src/digium/zaptel-1.4.1/xpp/xbus-core.o /usr/src/digium/zaptel-1.4.1/xpp/xbus-core.c: In function ‘debugfs_open’: /usr/src/digium/zaptel-1.4.1/xpp/xbus-core.c:171: error: ‘struct inode’ has no member named

[asterisk-users] Compile error in Asterisk 1.2.12.1

2006-09-15 Thread Henrik Woffinden
Hi. I'm using zaptel-1.2.9.1/libpri-1.2.3/asterisk-1.2.12.1 all patched with bristuff-0.3.0-PRE1s. What could be the problem when I get this compiler error: -- cut --- gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude

[Asterisk-Users] Compile error on cdr_yada for asterisk on centos with Oracle

2005-09-14 Thread Han van Hulst
Hi, I am trying to compile a new version of asterisk, Until now I successful compiled to following modules zaptel asterisk yada 0.9 now i have some problems with compiling cdr_yada can somebody give me a hint to correct the error. [EMAIL PROTECTED] cdr_yada-001]# makegcc -Wall -g

[Asterisk-Users] compile error with postgres and voicemail

2005-09-13 Thread Sebastian Kühner
Hello, I'm using asterisk-1.0.9 and wanted to compile it with database support in voicemail (postgres). I made the following changes in the /apps/Makefile: USE_MYSQL_VM_INTERFACE=0 USE_POSTGRES_VM_INTERFACE=1 Without theese changes asterisk compiles perfectly, but after setting the postgres

[Asterisk-Users] compile error with postgres and voicemail

2005-09-12 Thread Sebastian Kühner
Hello, I'm using asterisk-1.0.9 and wanted to compile it with database support in voicemail (postgres). I made the following changes in the /apps/Makefile: USE_MYSQL_VM_INTERFACE=0 USE_POSTGRES_VM_INTERFACE=1 Without theese changes asterisk compiles perfectly, but after setting the postgres

[Asterisk-Users] Compile Error chan_sccp-20050705 on asterisk 1.0.9 (tarball)

2005-07-11 Thread Holger Hornung
Hello! I tried to compile chan_sccp-20050705 but I receive the following errors: linux:/home/share/chan_sccp-20050705 # make install sh ./create_config.sh /usr/include Checking Asterisk version... * no 'struct ast_channel_tech', using old pvt * no 'struct ast_callerid' * no 'AST_CONTROL_HOLD'

Re: [Asterisk-Users] Compile Error chan_sccp-20050705 on asterisk 1.0.9 (tarball)

2005-07-11 Thread Sergio Chersovani
Holger Hornung ha scritto: Hello! I tried to compile chan_sccp-20050705 but I receive the following errors: What is the problem? rm /usr/include/asterisk/* rm /usr/lib/asterisk/modules/* cd asterisk make clean make upgrade cd chan_sccp-20050705 make clean make install asterisk -vvvcg

[Asterisk-Users] compile error cannot find -lidn

2005-06-09 Thread Kamran Ahmad
hello can u tell me what is the problem in my asterisk or linux why i am getting this error while make. PTEL_OPTIMIZATIONS -DASTERISK_VERSION=\CVS-HEAD-05/26/05-20:43:39\ -DASTERISK _VERSION_NUM=99 -DINSTALL_PREFIX=\\ -DASTETCDIR=\/etc/asterisk\ -DASTLIB DIR=\/usr/lib/asterisk\

Re: [Asterisk-Users] compile error cannot find -lidn

2005-06-09 Thread Tom Lanyon
Hello, Looks like you don't have libidn installed. ( http://www.gnu.org/software/libidn/ ) Install it in your preferred manner (portage, apt-get, rpm, source) and try building again. Hope this helps, Tom PS. I've just joined the list, first post... yay! On Thu, 2005-06-09 at 19:22 -0700,

[Asterisk-Users] Compile Error - MySql addon

2005-05-17 Thread Steve Beaumont
When compiling asterisk-addons I get the following error. Anyone got any idea's ?, any help would be appreciated. make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3' cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cc -shared

Re: [Asterisk-Users] Compile Error - MySql addon

2005-05-17 Thread Michael Welter
Steve Beaumont wrote: When compiling asterisk-addons I get the following error. Anyone got any idea's ?, any help would be appreciated. make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3' cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o

Re: [Asterisk-Users] Compile Error - MySql addon

2005-05-17 Thread Matthew Boehm
cannot find -lz collect2: ld returned 1 exit status make: *** [cdr_addon_mysql.so] Error 1 What is amazing is that people are able to read directions for downloading from CVS, but can't read the error message generated by the complier. The compiler said that it cannot find -lz. (what is -lz

Re: [Asterisk-Users] Compile Error - MySql addon

2005-05-17 Thread Steve Beaumont
- Original Message - From: Matthew Boehm [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Tuesday, May 17, 2005 7:48 PM Subject: Re: [Asterisk-Users] Compile Error - MySql addon cannot find -lz collect2: ld returned 1

[Asterisk-Users] Compile error for minimal install of Redhat 9.0 [SOLVED]

2005-03-21 Thread Ty Carter
pbx_dundi.c: In function `update_key': pbx_dundi.c:1312: warning: implicit declaration of function `crc32' pbx_dundi.c: In function `dundi_decrypt': pbx_dundi.c:1368: warning: implicit declaration of function `uncompress' pbx_dundi.c:1368: `Z_OK' undeclared (first use in this function)

[Asterisk-Users] compile error

2005-03-19 Thread Pol
I got an error when compiling asterisk 1.0.6 res_crypto.c: En la función `crypto_init': res_crypto.c:553: aviso: declaración implícita de la función `SSL_library_init' res_crypto.c:554: aviso: declaración implícita de la función `ERR_load_crypto_strings' make[1]: *** [res_crypto.o] Error 1

Re: [Asterisk-Users] compile error

2005-03-19 Thread Filippo Carone
* Pol ([EMAIL PROTECTED]) ha scritto: I got an error when compiling asterisk 1.0.6 res_crypto.c: En la función `crypto_init': res_crypto.c:553: aviso: declaración implícita de la función `SSL_library_init' res_crypto.c:554: aviso: declaración implícita de la función

[Asterisk-Users] Compile Error

2004-12-28 Thread David Norton
Hi, I have been running asterisk for about a week though on a debian system through apt-get. I am now trying to compile it use the CVS and im getting this error. /usr/bin/ld: cannot find lssl What do I need to install to get rid of this message? Regards David Norton

FW: [Asterisk-Users] Compile Error

2004-12-28 Thread David Norton
List - Non-Commercial Discussion' Subject: [Asterisk-Users] Compile Error Hi, I have been running asterisk for about a week though on a debian system through apt-get. I am now trying to compile it use the CVS and im getting this error. /usr/bin/ld: cannot find lssl What do I need

Re: [Asterisk-Users] Compile Error

2004-12-28 Thread Dorn Hetzel
On Tue, Dec 28, 2004 at 10:02:12PM +0200, David Norton wrote: Hi, I have been running asterisk for about a week though on a debian system through apt-get. I am now trying to compile it use the CVS and im getting this error. /usr/bin/ld: cannot find -lssl What do I need to install to

[Asterisk-Users] Compile error on spandsp-0.0.2-pre6

2004-11-17 Thread Leonardo Gomes Figueira
Hi, Trying to update to spandsp-0.0.2-pre6 I got a compile error: Making all in src make[1]: Entering directory `/mnt/geracaodecd/rpm/BUILD/spandsp-0.0.2/src' make all-am make[2]: Entering directory `/mnt/geracaodecd/rpm/BUILD/spandsp-0.0.2/src' source='t31.c' object='t31.lo' libtool=yes \

Re: [Asterisk-Users] Compile error on spandsp-0.0.2-pre6

2004-11-17 Thread Steve Underwood
Hi Leonardo, This is not a libtool issue. It looks like you must have an ancient C compiler, that doesn't understand C99 constructs. Steve Leonardo Gomes Figueira wrote: Hi, Trying to update to spandsp-0.0.2-pre6 I got a compile error: Making all in src make[1]: Entering directory

Re: [Asterisk-Users] Compile error on spandsp-0.0.2-pre6

2004-11-17 Thread Leonardo Gomes Figueira
Steve, Steve Underwood wrote: Hi Leonardo, This is not a libtool issue. It looks like you must have an ancient C compiler, that doesn't understand C99 constructs. gcc 2.95.3 Any workaround or I really need to upgrade gcc ? Leonardo -- Leonardo Gomes Figueira [EMAIL PROTECTED]

Re: [Asterisk-Users] Compile error on spandsp-0.0.2-pre6

2004-11-17 Thread Steve Underwood
Leonardo Gomes Figueira wrote: Steve, Steve Underwood wrote: Hi Leonardo, This is not a libtool issue. It looks like you must have an ancient C compiler, that doesn't understand C99 constructs. gcc 2.95.3 Any workaround or I really need to upgrade gcc ? Leonardo That's really old. Right now

[Asterisk-Users] Compile Error on RC2

2004-09-20 Thread david winter
can someone please let me kniow if you have any ideas why this wouldnt be working? ixjuser.h seems to be part of my glibc-devel2.3.3 package on my mandrake 10.1 install. i am alos including the ixjuser.h lines its complaining about. typedef struct { int elements_used;

Re: [Asterisk-Users] Compile Error on RC2

2004-09-20 Thread Dave Cotton
On Mon, 2004-09-20 at 15:57 -0400, david winter wrote: can someone please let me kniow if you have any ideas why this wouldnt be working? ixjuser.h seems to be part of my glibc-devel2.3.3 package on my mandrake 10.1 install. i am alos including the ixjuser.h lines its complaining about.

Re: [Asterisk-Users] Compile error H323

2004-08-31 Thread Michael Manousos
Enrico Stahn wrote: Hi! Have a look at the following entry. I solved this problem: http://enrico.todo.de/weblog/item/asterisk-oh323-compile-error That's the wrong way to do it. You use incorrect versions of the libraries. Michael. ___ Asterisk-Users

[Asterisk-Users] Compile error H323

2004-08-30 Thread Enrico Stahn
Hi! Have a look at the following entry. I solved this problem: http://enrico.todo.de/weblog/item/asterisk-oh323-compile-error Regards Enrico Stahn smime.p7s Description: S/MIME Cryptographic Signature ___ Asterisk-Users mailing list [EMAIL

Re: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-18 Thread Tony Nichols
I'm running 1 9.1 32bit and 1 9.1 64bit. Both are the shipped kernels and are working very well. t o n y ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

RE: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-17 Thread Johannes van Hulst
/linux-2.6 to /lib/modules/2.6.5-7.104-default/build Greetings Han From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor G. Hammonds Sent: Monday, August 16, 2004 8:28 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up

RE: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-17 Thread Johannes van Hulst
: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk) Trevor thanks, I think this solved the problem. The only think where I am not happy with is that I got one internal segmentation error when I compiled Asterisk

Re: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-17 Thread Robert Lawrence
Of *Johannes van Hulst *Sent:* Tuesday, August 17, 2004 1:56 PM *To:* [EMAIL PROTECTED] *Subject:* RE: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk) Trevor thanks, I think this solved the problem. The only think where I

RE: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-17 Thread Dave Cotton
On Tue, 2004-08-17 at 14:45 -0300, Johannes van Hulst wrote: Who has the same experience with suse linux or who can help me with resolving this problem I don't use Suse but last year I had a Mandrake system seg faulting on every compile. If I just carried on with make everything did eventually

[Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-16 Thread Johannes van Hulst
Have anybody experience with the following error on a linux system. The system is for the rest running perfect without problems. The system was full installed with Suse 9.1 and updated. Following uname is my kernel 2.6.5-7.104-default Greatings Han Suse 9.1 professional AMD

RE: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)

2004-08-16 Thread Trevor G. Hammonds
:30 AMTo: [EMAIL PROTECTED]Subject: [Asterisk-Users] Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk) Have anybody experience with the following error on a linux system. The system is for the rest running perfect without problems. The system

[Asterisk-Users] Compile error H323

2004-08-10 Thread AsteriskList
Hello list I don't get to compile h323. I have the mistake: asteriskaudio.cxx: In destructor `virtual PAsteriskSoundChannel::~PAsteriskSoundChannel()': asteriskaudio.cxx:167: `baseChannel' undeclared (first use this function) asteriskaudio.cxx:167: (Each undeclared identifier is reported only

Re: [Asterisk-Users] Compile error H323

2004-08-10 Thread Jeremy McNamara
AsteriskList wrote: Hello list I don't get to compile h323. I have the mistake: asteriskaudio.cxx: In destructor `virtual PAsteriskSoundChannel::~PAsteriskSoundChannel()': asteriskaudio.cxx:167: `baseChannel' undeclared (first use this function) asteriskaudio.cxx:167: (Each undeclared

[Asterisk-Users] Compile error with CVS HEAD zaptel

2004-06-30 Thread Whisker, Peter
I get a compile warning when building zaptel (current CVS head) against 2.4.18 kernel (Debian stable dist) zaptel.c: In function `zt_net_close': zaptel.c:1238: warning: implicit declaration of function `hdlc_close' It completes but fails to install with modprobe finding unresolved references.

[Asterisk-Users] Compile Error

2004-06-24 Thread Joseph
Just did a new cvs download and then tried to compile. I get this error message: chan_zap.c:59:2: #error You need newer libpri Then there are some more chan_zap.c errors. Here is the cvs command: export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot cvs login cvs checkout zaptel asterisk libpri

Re: [Asterisk-Users] Compile Error

2004-06-24 Thread Brancaleoni Matteo
checkout the libpri and compile install *before* asterisk Matteo. Il gio, 2004-06-24 alle 19:01, Joseph ha scritto: Just did a new cvs download and then tried to compile. I get this error message: chan_zap.c:59:2: #error You need newer libpri Then there are some more chan_zap.c errors.

Re: [Asterisk-Users] Compile Error

2004-06-24 Thread Tony Nichols
On Thu, 2004-06-24 at 13:01, Joseph wrote: Just did a new cvs download and then tried to compile. I get this error message: chan_zap.c:59:2: #error You need newer libpri Then there are some more chan_zap.c errors. Here is the cvs command: export CVSROOT=:pserver:[EMAIL

Re: [Asterisk-Users] Compile Error

2004-06-24 Thread Joseph
Thanks very much. That fixed it. On Thu, 2004-06-24 at 14:31, Brancaleoni Matteo wrote: checkout the libpri and compile install *before* asterisk Matteo. Il gio, 2004-06-24 alle 19:01, Joseph ha scritto: Just did a new cvs download and then tried to compile. I get this error

[Asterisk-Users] compile error with asterisk-addons

2004-06-14 Thread Johannes van Hulst
I try to install asterisk-addons but I get an error. Who can help me? Is my MySQL not complete or do I have another problem? [EMAIL PROTECTED] asterisk-addons]# make install cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c

[Asterisk-Users] compile error in chan_oh323.c

2004-04-24 Thread Harald B.
hey people, i've installed an asterisk version on my Linux Distribution. Then i wanted to compile the packages for H323 support. The openh323 and pwlib libraries compiled without any error. But at least i got one in /~/asterisk-oh323-0.5-10/asterisk-driver/chan_oh323.c in Line 1128. Too many

[Asterisk-Users] compile error

2004-02-02 Thread jjj3 jjj3
I'm trying to compile the last * CVS version and I got this error: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\CVS-09/10/03-18:47:18\

Re: [Asterisk-Users] compile error

2004-02-02 Thread Gonzalo Servat
On Mon, 2004-02-02 at 23:19, jjj3 jjj3 wrote: I'm trying to compile the last * CVS version and I got this error: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS

[Asterisk-Users] compile error

2004-02-02 Thread jjj3 jjj3
_ Learn how to choose, serve, and enjoy wine at Wine @ MSN. http://wine.msn.com/ ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] compile error

2004-02-02 Thread jjj3 jjj3
Check /etc/ld.so.conf, ensure the path to your SSL libraries is in here. If it's not, add it and run ldconfig. HTH. Regards, Gonzalo But I dont have /etc/ld.so.conf in my box. Is that the only way to solve this? How can I create ld.so.conf? tks jjj3_j

[Asterisk-Users] compile error (still having problems)

2004-02-02 Thread jjj3 jjj3
Hey guys! I'm still having problems trying to get Asterisk compiled but when compiling res_crypto.c, I get this error: NSSL_NO_KRB5 -fPIC -c -o res_parking.o res_parking.c gcc -shared -Xlinker -x -o res_parking.so res_parking.o gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes

Re: [Asterisk-Users] compile error (still having problems)

2004-02-02 Thread Steven Critchfield
On Mon, 2004-02-02 at 11:09, jjj3 jjj3 wrote: Hey guys! I'm still having problems trying to get Asterisk compiled but when compiling res_crypto.c, I get this error: gcc -shared -Xlinker -x -o res_crypto.so res_crypto.o -lssl -lcrypto /usr/bin/ld: cannot find -lssl My ld.so.conf seems

Re: [Asterisk-Users] compile error (still having problems)

2004-02-02 Thread jjj3 jjj3
, right? tks anyways. jjj3_j From: Steven Critchfield [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] compile error (still having problems) Date: Mon, 02 Feb 2004 11:19:52 -0600 On Mon, 2004-02-02 at 11:09, jjj3 jjj3 wrote: Hey guys! I'm still

Re: [Asterisk-Users] compile error (still having problems)

2004-02-02 Thread Steven Critchfield
to difficult questions, you will probably have enough of a base to figure out most of them on your own too. From: Steven Critchfield [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] compile error (still having problems) Date: Mon, 02 Feb 2004 11:19:52

[Asterisk-Users] Compile error under redhat 8..

2003-03-10 Thread WipeOut ™
Hi everyone.. I am trying to compile asterisk, I am not a hacker so when it comes to compileing I tend to get out of my depth quite quickly so you will have to speak slowly.. :) I have setup a vanilla Redhat 8.0 box with the pre-req's.. I ran the astinstall script which appeared to work