[asterisk-bugs] [Asterisk 0018062]: chan_sip doesn't get built if missing OpenSSL dependencies
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Sep 27 11:48:05 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18062
======================================================================
Reported By: lmadsen
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18062
Category: Channels/chan_sip/General
Reproducibility: always
Severity: block
Priority: normal
Status: acknowledged
Asterisk Version: 1.8.0-rc2
JIRA: SWP-2297
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.8
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-09-27 09:00 CDT
Last Modified: 2010-09-27 11:48 CDT
======================================================================
Summary: chan_sip doesn't get built if missing OpenSSL
dependencies
Description:
Per kpfleming:
"one report on asterisk-users of someone who built 1.8.0-rc2 and chan_sip
didn't get built, because they didn't have openssl-devel installed. that's
going to be nasty for a lot of people. in the past, i have thought about
having menuselect output a list of modules that will *not* be built due to
dependency failures (and what they are) after the user exits from the UI...
that might help."
"it's chan_sip (with srtp) -> res_crypto -> openssl
Although the res_crypto stuff is supposed to be optional... it certainly
warrants some investigation"
======================================================================
----------------------------------------------------------------------
(0127428) russell (administrator) - 2010-09-27 11:48
https://issues.asterisk.org/view.php?id=18062#c127428
----------------------------------------------------------------------
I was able to reproduce this failure on my personal Asterisk box which runs
Ubuntu 10.04. I ran the configure script with --without-ssl and chan_sip
can not be built due to a failed dependency on res_crypto.
russell at pbx:~/src/asterisk/1.8.0-rc2$ gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
russell at pbx:~/src/asterisk/1.8.0-rc2$ ld --version
GNU ld (GNU Binutils for Ubuntu) 2.20.1-system.20100303
Copyright 2009 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later
version.
This program has absolutely no warranty.
Issue History
Date Modified Username Field Change
======================================================================
2010-09-27 11:48 russell Note Added: 0127428
======================================================================
More information about the asterisk-bugs
mailing list