[Asterisk-Users] Redhat 7.3 compiling problem

2004-05-17 Thread Nicholas Ruddick
Firstly, amazing software, props to all the developers. I'm trying to compile the latest asterisk cvs checkout and keep getting an error which I can't solve, any help would be much appreciated - make[1]: Leaving directory `/usr/src/asterisk/stdtime' if [ -d CVS ] ! [ -f .version ]; then echo

Re: [Asterisk-Users] Redhat 7.3 compiling problem

2004-05-17 Thread Dave Cotton
On Mon, 2004-05-17 at 17:35 +0100, Nicholas Ruddick wrote: I'm trying to compile the latest asterisk cvs checkout and keep getting an error which I can't solve, any help would be much appreciated - res_crypto.c:25:25: openssl/ssl.h: No such file or directory res_crypto.c:26:25:

RE: [Asterisk-Users] Redhat 7.3 compiling problem

2004-05-17 Thread brian
Install openssl-devl bkw -Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Nicholas Ruddick Sent: Monday, May 17, 2004 11:36 AM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Redhat 7.3 compiling problem Firstly, amazing software

Re: [Asterisk-Users] Redhat 7.3 compiling problem

2004-05-17 Thread Steven Critchfield
I can't believe you are still on 7.3, but whatever. On Mon, 2004-05-17 at 11:35, Nicholas Ruddick wrote: res_crypto.c:25:25: openssl/ssl.h: No such file or directory res_crypto.c:26:25: openssl/err.h: No such file or directory Those two entries alone solve whats wrong. When you don't have .h

RE: [Asterisk-Users] Redhat 7.3 compiling problem

2004-05-17 Thread MattB
PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Nicholas Ruddick Sent: Monday, May 17, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Redhat 7.3 compiling problem Firstly, amazing software, props to all the developers. I'm trying to compile the latest

Re: [Asterisk-Users] Redhat 7.3 compiling problem

2004-05-17 Thread Nicholas Ruddick
Steven Critchfield wrote: I can't believe you are still on 7.3, but whatever. Keeping it old school :-) Those two entries alone solve whats wrong. When you don't have .h files, you are missing the -dev or -devel packages for whatever it is they belong to. In this case, you are missing the