<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10140">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">install_prereq: SIPp needs libncurses5 & update to latest<br><br>SIPp 3.5.1 requires SSL_library_init() which doesn't exist in new<br>versions of openssl. SIPp 3.5.2 resolves this.<br><br>Change-Id: I5468141b09c62085354d1f27a3190ac33d253204<br>---<br>M contrib/scripts/install_prereq<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/40/10140/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq</span><br><span>index 8561bff..cd9680e 100755</span><br><span>--- a/contrib/scripts/install_prereq</span><br><span>+++ b/contrib/scripts/install_prereq</span><br><span>@@ -19,7 +19,7 @@</span><br><span> # Testsuite: basic requirements:</span><br><span> PACKAGES_DEBIAN="$PACKAGES_DEBIAN python-yaml python-twisted-core python-lxml liblua5.1-0-dev lua5.1 gdb"</span><br><span> # Sipp requirements</span><br><span style="color: hsl(0, 100%, 40%);">-PACKAGES_DEBIAN="$PACKAGES_DEBIAN libpcap-dev libssl-dev libsctp-dev"</span><br><span style="color: hsl(120, 100%, 40%);">+PACKAGES_DEBIAN="$PACKAGES_DEBIAN libpcap-dev libssl-dev libsctp-dev libncurses5-dev"</span><br><span> # pjsua requirements</span><br><span> #PACKAGES_DEBIAN="$PACKAGES_DEBIAN python-dev"</span><br><span> </span><br><span>@@ -189,7 +189,7 @@</span><br><span>         $testcmd cd $PROJECT_DIR</span><br><span> </span><br><span>         # Checkout and build the current latest released version.</span><br><span style="color: hsl(0, 100%, 40%);">-       $testcmd git checkout v3.5.1</span><br><span style="color: hsl(120, 100%, 40%);">+  $testcmd git checkout v3.5.2</span><br><span> </span><br><span>     $testcmd ./build.sh --with-openssl --with-pcap --with-rtpstream --with-sctp</span><br><span>  $testcmd sudo make install</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10140">change 10140</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10140"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5468141b09c62085354d1f27a3190ac33d253204 </div>
<div style="display:none"> Gerrit-Change-Number: 10140 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>