Displaying 20 results from an estimated 24 matches for "libasteriskssl".
2013 Oct 23
1
Ast12 issue "missing" library file??
...ble getting Ast 12 to run. I got it compiled and built but now when I try to run, I'm getting a missing library error that seems to be in error (see below). The .so file DOES exist with correct permissions.
[root at Asterisk12 ~]# asterisk -rvvv
asterisk: error while loading shared libraries: libasteriskssl.so.1: cannot open shared object file: No such file or directory
BUT:
[root at Asterisk12 ~]# find / -name libasteriskssl.so.1
/usr/lib/libasteriskssl.so.1
/usr/local/src/asterisk-12.0.0-beta1/main/libasteriskssl.so.1
[root at Asterisk12 ~]# ls -l /usr/lib/libasteriskssl.so*
lrwxrwxrwx. 1 root roo...
2016 May 05
2
cannot find -lasteriskssl
Joshua Colp wrote:
> Michael Str?der wrote:
>> Joshua Colp wrote:
>>> Michael Str?der wrote:
>>>> HI!
>>>>
>>>> I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
>>>> file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
>>>> without any problem. It fails since 13.8.0.
>>>>
>>>> $ ./bootstrap.sh
>>>> $ ./configure
>>>> $ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
>>>>...
2016 May 05
2
cannot find -lasteriskssl
HI!
I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
without any problem. It fails since 13.8.0.
$ ./bootstrap.sh
$ ./configure
$ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
$ make
..
failure (see message below)
Any hint is appreciated. Thanks in advance.
Ciao, Michael....
2016 May 05
2
cannot find -lasteriskssl
Joshua Colp wrote:
> Michael Str?der wrote:
>> HI!
>>
>> I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
>> file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
>> without any problem. It fails since 13.8.0.
>>
>> $ ./bootstrap.sh
>> $ ./configure
>> $ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
>> $ make
>> ..
>> failure (see messag...
2018 Apr 03
3
Strange problem with PRI on 64-bit?
On Tue, Apr 3, 2018 at 4:57 PM, Matt Fredrickson <creslin at digium.com> wrote:
> On Tue, Apr 3, 2018 at 4:38 PM, Tony Mountifield <tony at softins.co.uk>
> wrote:
> > In article <CAHZ_z=w5DMg93gShtC93kuC+fnmraPgV46BS956U5BQXVgyhxg@
> mail.gmail.com>,
> > Matt Fredrickson <creslin at digium.com> wrote:
> >> On Tue, Apr 3, 2018 at 5:44 AM, Tony
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
....1 (0x00002b3f9472c000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00002b3f9492e000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00002b3f94b44000)
libsepol.so.1 => /lib64/libsepol.so.1 (0x00002b3f94d5c000)
(using libcrypto.so.6 and libssl.so.6 from system openssl)
However, libasteriskssl.so is correctly linked against my upgraded openssl:
[root at rpmbuild64-2 ~]# ldd /usr/lib64/libasteriskssl.so.1
linux-vdso.so.1 => (0x00007fffac390000)
libssl.so.10 => /usr/lib64/libssl.so.10 (0x00002aef0cfb4000)
libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00002aef0d...
2016 Mar 31
4
PJProject Bundled Update
As you know, the ability to use a bundled version of pjproject was
introduced with Asterisk 13.8.0.
More info on the Asterisk Wiki
<https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject#BuildingandInstallingpjproject-bundled>
and
in this email thread
<http://lists.digium.com/pipermail/asterisk-users/2016-March/288685.html>.
Since then I've fixed a few
2023 Nov 20
1
Finding old patches
Hi,
In the past when I wanted to back port a patch I would go on to the issue
tracker and find a link to the patches that were uploaded ( I think
through gerrit?). I am trying to see what changes were done for
https://issues-archive.asterisk.org/ASTERISK-26109. It seems the code
changes were introduced in 14.4.0-rc1. Is there any "n00b" way of seeing
what patches were created for this
2016 Mar 31
2
PJProject Bundled Update
On Thu, Mar 31, 2016 at 10:30 AM, Brian Wilson <brian at wildsong.biz> wrote:
> I think that I worked around the first issue (libasteriskssl) last night.
> Should have gone to bed earlier instead. :-)
> Will test your patches this morning. I build on a barebones Debian 8.x
> virtual machine - not "older" unless you consider "stable" = "older".
>
?Ha! No, it was just that the issues were being r...
2014 Mar 27
1
Asterisk SSL support broken with update from openssl-1.0.0 to 1.0.1e, recompiling does *not* help
I am having an issue that prevents WebSockets over SSL/TLS (or any kind of encrypted HTTP traffic to Asterisk) from working after an openssl library update.
My setup is CentOS 6 x86_64, and initially, with openssl[-devel]-1.0.0-20.el6_2.5.x86_64 . With this openssl versions, https over TCP port 8089 initializes correctly with asterisk-11.7.0. After an upgrade to
2018 Jul 12
0
Asterisk 13.22.0 Now Available
...ported by William McCall)
* ASTERISK-27873 - documentation: Error on wiki description of
Asterisk 13 "MeetmeMute" event
(Reported by Alessandro
Polidori)
* ASTERISK-27846 - ast_coredumper: Fix OUTPUT directory
(Reported by Ted G)
* ASTERISK-27867 - [patch] libasteriskssl: Allow OpenSSL 1.0.2
configured with no-deprecated.
(Reported by Alexander
Traud)
* ASTERISK-27796 - res_hep: Allow create_address to resolve a
provided hostname
(Reported by Sebastian Gutierrez)
* ASTERISK-27820 - [patch] Add DragonFly BSD.
(Reported
by...
2017 May 30
0
Asterisk 13.16.0 Now Available
...K-26363 - res_pjsip: Bye sent to sip trunk is not
authenticated even after receiving a 407 error code
(Reported by Yaacov Akiba Slama)
* ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn
with large app_args causes ABRT
(Reported by twisted)
* ASTERISK-26705 - libasteriskssl.so not found when asterisk is
installed for the 1st time
(Reported by George Joseph)
* ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ
when creating pubsub unsubscription on client
(Reported by
Marcello Ceschia)
* ASTERISK-25490 - [patch]SDP crypto tag...
2017 May 30
0
Asterisk 14.5.0 Now Available
...K-26363 - res_pjsip: Bye sent to sip trunk is not
authenticated even after receiving a 407 error code
(Reported by Yaacov Akiba Slama)
* ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn
with large app_args causes ABRT
(Reported by twisted)
* ASTERISK-26705 - libasteriskssl.so not found when asterisk is
installed for the 1st time
(Reported by George Joseph)
* ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ
when creating pubsub unsubscription on client
(Reported by
Marcello Ceschia)
* ASTERISK-25490 - [patch]SDP crypto tag...
2018 Jul 12
0
Asterisk 15.5.0 Now Available
...ported by William McCall)
* ASTERISK-27873 - documentation: Error on wiki description of
Asterisk 13 "MeetmeMute" event
(Reported by Alessandro
Polidori)
* ASTERISK-27846 - ast_coredumper: Fix OUTPUT directory
(Reported by Ted G)
* ASTERISK-27867 - [patch] libasteriskssl: Allow OpenSSL 1.0.2
configured with no-deprecated.
(Reported by Alexander
Traud)
* ASTERISK-27796 - res_hep: Allow create_address to resolve a
provided hostname
(Reported by Sebastian Gutierrez)
* ASTERISK-27820 - [patch] Add DragonFly BSD.
(Reported
by...
2017 Mar 23
0
Asterisk 13.15.0-rc1 Now Available
...ported by J??rgen H)
* ASTERISK-26808 - res_pjsip_outbound_registration doesn't know
about network change events (Reported by George Joseph)
* ASTERISK-26313 - chan_sip : Asterisk restart seems to be
required for changing encryption option (Reported by benasse)
* ASTERISK-26705 - libasteriskssl.so not found when asterisk is
installed for the 1st time (Reported by George Joseph)
* ASTERISK-26781 - bridge: Passing the 'p' (play tone) flag to
Bridge() application results in garbled audio (Reported by Sean
Bright)
* ASTERISK-26782 - res_pjsip: URI requirement for f...
2017 Mar 23
0
Asterisk 14.4.0-rc1 Now Available
...dpoint does not exist (Reported by Mark Michelson)
* ASTERISK-26623 - res_pjsip: Crash when calling PJSIPShowEndpoint
(Reported by J??rgen H)
* ASTERISK-26808 - res_pjsip_outbound_registration doesn't know
about network change events (Reported by George Joseph)
* ASTERISK-26705 - libasteriskssl.so not found when asterisk is
installed for the 1st time (Reported by George Joseph)
* ASTERISK-26781 - bridge: Passing the 'p' (play tone) flag to
Bridge() application results in garbled audio (Reported by Sean
Bright)
* ASTERISK-26782 - res_pjsip: URI requirement for f...
2017 Apr 07
0
Asterisk 13.15.0 Now Available
...code header
(Reported by Alex Villac?s Lasso)
- [ASTERISK-26916 <https://issues.asterisk.org/jira/browse/ASTERISK-26916>]
- res_pjsip: Excessive refcount reached on transport ao2 object
(Reported by Ross Beer)
- [ASTERISK-26705 <https://issues.asterisk.org/jira/browse/ASTERISK-26705>]
- libasteriskssl.so not found when asterisk is installed for the 1st time
(Reported by George Joseph)
- [ASTERISK-26850 <https://issues.asterisk.org/jira/browse/ASTERISK-26850>]
- res_hep_pjsip: Asterisk insert wrong protocol name in "Protocol ID" field
in HEP packets
(Reported by Max Norba)
- [ASTE...
2017 Apr 07
0
Asterisk 14.4.0 Now Available
...code header
(Reported by Alex Villac?s Lasso)
- [ASTERISK-26916 <https://issues.asterisk.org/jira/browse/ASTERISK-26916>]
- res_pjsip: Excessive refcount reached on transport ao2 object
(Reported by Ross Beer)
- [ASTERISK-26705 <https://issues.asterisk.org/jira/browse/ASTERISK-26705>]
- libasteriskssl.so not found when asterisk is installed for the 1st time
(Reported by George Joseph)
- [ASTERISK-26850 <https://issues.asterisk.org/jira/browse/ASTERISK-26850>]
- res_hep_pjsip: Asterisk insert wrong protocol name in "Protocol ID" field
in HEP packets
(Reported by Max Norba)
- [ASTE...
2017 Dec 21
0
Certified Asterisk 13.18-cert1 Now Available
...K-26363 - res_pjsip: Bye sent to sip trunk is not
authenticated even after receiving a 407 error code
(Reported by Yaacov Akiba Slama)
* ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn
with large app_args causes ABRT
(Reported by twisted)
* ASTERISK-26705 - libasteriskssl.so not found when asterisk is
installed for the 1st time
(Reported by George Joseph)
* ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ
when creating pubsub unsubscription on client
(Reported by
Marcello Ceschia)
* ASTERISK-25490 - [patch]SDP crypto tag...
2018 Oct 09
0
Asterisk 16.0.0 Now Available
...ported by William McCall)
* ASTERISK-27873 - documentation: Error on wiki description of
Asterisk 13 "MeetmeMute" event
(Reported by Alessandro
Polidori)
* ASTERISK-27846 - ast_coredumper: Fix OUTPUT directory
(Reported by Ted G)
* ASTERISK-27867 - [patch] libasteriskssl: Allow OpenSSL 1.0.2
configured with no-deprecated.
(Reported by Alexander
Traud)
* ASTERISK-27796 - res_hep: Allow create_address to resolve a
provided hostname
(Reported by Sebastian Gutierrez)
* ASTERISK-27820 - [patch] Add DragonFly BSD.
(Reported
by...