View previous topic :: View next topic |
Author |
Message |
twanny.azzopardi at gm... Guest
|
Posted: Sat Oct 04, 2014 8:44 am Post subject: [asterisk-users] No chan_sip in compiled asterisk-11.13.0 |
|
|
Hello asterisk users,
Compiled asterisk-11.13.0 on openSUSE 13.1, however Channel driver chan_sip is XXX in menuselect --- it depends on: chan_local(M), res_crypto(M), res_http_websocket(M)
chan_local is [*] chan_local in menuselect,
res_crypto is in Resource Modules, Depends on: openssl(E) --- I don't know what (E) means ???
res_http_websocket is [*] res_http_websocket in menuselect.
So this means that openssl(E) is holding everything?
Can someone give me some help on this?
10q. |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Sat Oct 04, 2014 8:52 am Post subject: [asterisk-users] No chan_sip in compiled asterisk-11.13.0 |
|
|
Anthony Azzopardi wrote:
Quote: |
So this means that openssl(E) is holding everything?
Can someone give me some help on this?
|
On my Debian install, openssl shows as:
openssl 1.0.1e-2+deb7u12
My guess is, if you'd do a:
rpm -qa|grep -i openssl
You'll find that your openssl version is before the 'e' revision. If
that's the case, you'll have to upgrade your ssl.
Doug
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
twanny.azzopardi at gm... Guest
|
Posted: Sat Oct 04, 2014 9:40 am Post subject: [asterisk-users] No chan_sip in compiled asterisk-11.13.0 |
|
|
This is the openssl I have:
openssl-1.0.1i-11.52.1.i586
libopenssl1_0_0-1.0.1e-11.2.1.i586
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Doug Lytle
Sent: 04 October 2014 15:53
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] No chan_sip in compiled asterisk-11.13.0
Anthony Azzopardi wrote:
Quote: |
So this means that openssl(E) is holding everything?
Can someone give me some help on this?
|
On my Debian install, openssl shows as:
openssl 1.0.1e-2+deb7u12
My guess is, if you'd do a:
rpm -qa|grep -i openssl
You'll find that your openssl version is before the 'e' revision. If
that's the case, you'll have to upgrade your ssl.
Doug
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Sat Oct 04, 2014 9:46 am Post subject: [asterisk-users] No chan_sip in compiled asterisk-11.13.0 |
|
|
Anthony Azzopardi wrote:
Quote: | This is the openssl I have:
openssl-1.0.1i-11.52.1.i586
libopenssl1_0_0-1.0.1e-11.2.1.i586
|
You're missing the -devel packages.
Doug
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|