Re: [asterisk-users] Disable asterisk ssl how to

2018-08-09 Thread Stefan Tichy
On Wed, Aug 08, 2018 at 04:30:52PM -0400, Saint Michael wrote:
> I am trying to install Asterisk 11 on debian 9, ...

Did you install libssl-dev (Version 1.1) or libssl1.0-dev ?


-- 
Stefan Tichy  ( asterisk3 at pi4tel dot de )

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Disable asterisk ssl how to

2018-08-08 Thread Antony Stone
On Wednesday 08 August 2018 at 22:30:52, Saint Michael wrote:

> I am trying to install Asterisk 11

Why?

> on debian 9

Have you tried installing https://packages.debian.org/jessie/asterisk from 
Debian 8 to see if it'll go onto Debian 9?


Antony.

-- 
Programming is a Dark Art, and it will always be. The programmer is
fighting against the two most destructive forces in the universe:
entropy and human stupidity. They're not things you can always
overcome with a "methodology" or on a schedule.

 - Damian Conway, Perl God

   Please reply to the list;
 please *don't* CC me.

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Disable asterisk ssl how to

2018-08-08 Thread Saint Michael
I am trying to install Asterisk 11 on debian 9, and although I use this
parameter in the configure line: --disable-asteriskssl, it goes ahead and
the compilation fails
gcc -o libasteriskssl.o -c libasteriskssl.c -MD -MT libasteriskssl.o -MF
.libasteriskssl.o.d -MP -pthread -I/usr/src/asterisk/include-pipe -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -g3  -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -march=native -DAST_MODULE=\"core\"
-DAST_IN_CORE
libasteriskssl.c:77:26: error: macro "SSL_library_init" passed 1 arguments,
but takes just 0
 int SSL_library_init(void)
  ^
libasteriskssl.c:78:1: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '{' token
 {
 ^
libasteriskssl.c:87:33: error: macro "SSL_load_error_strings" passed 1
arguments, but takes just 0
 void SSL_load_error_strings(void)
 ^
libasteriskssl.c:88:1: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '{' token
 {
 ^
libasteriskssl.c:97:1: error: expected identifier or '(' before '{' token
 {
 ^
libasteriskssl.c:106:1: error: expected identifier or '(' before '{' token
 {
 ^
libasteriskssl.c:114:27: error: macro "ERR_free_strings" passed 1
arguments, but takes just 0
 void ERR_free_strings(void)
   ^
libasteriskssl.c:115:1: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '{' token
 {
 ^
/usr/src/asterisk/Makefile.rules:143: recipe for target 'libasteriskssl.o'
failed
make[1]: *** [libasteriskssl.o] Error 1

is there a workaround? how do I disable asterisk ssl by editing some file?
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users