Install Opensips On Centos 6

Opensips

Install Opensips On Centos 6 8

To Install and Update OpenSSL on CentOS 6 / CentOS 7OpenSSL is a open-source implementation of the SSL and TLS protocols which provides cryptographic functionality. OpenSSL is simple to install and updating it is also as simple as its installation. In this article, we are going to see about the method to install and update OpenSSL in CentOS 7, which also works for CentOS 6.To Install and Update OpenSSLThe very first step to begin the installation is to get its current version by using “ openssl version” and “ yum info openssl” command. root@linuxhelp1 # openssl versionOpenSSL 1.0.1e-fips 11 Feb 2013. If you want to know information about OpenSSL, run yum command.

root@linuxhelp1 # yum info opensslLoaded plugins: fastestmirror, langpacks, prioritiesLoading mirror speeds from cached hostfile. base: mirror.fibergrid.in. extras: mirror.fibergrid.in. updates: mirror.fibergrid.inInstalled PackagesName: opensslArch: x8664Epoch: 1Version: 1.0.1eRelease: 60.el7Size: 1.5 MRepo: installedFrom repo: baseSummary: Utilities from the general purpose cryptography library with TLS implementationURL:: OpenSSLDescription: The OpenSSL toolkit provides support for secure communications between: machines.

OpenSSL includes a certificate management tool and shared: libraries which provide various cryptographic algorithms and: protocols.Available PackagesName: opensslArch: x8664Epoch: 1Version: 1.0.1eRelease: 60.el73.1Size: 713 kRepo: updates/7/x8664Summary: Utilities from the general purpose cryptography library with TLS implementationURL:: OpenSSLDescription: The OpenSSL toolkit provides support for secure communications between: machines. OpenSSL includes a certificate management tool and shared: libraries which provide various cryptographic algorithms and: protocols.You can download the latest version of OpenSSL by running the following command. root@linuxhelp1 # cd /usr/srcroot@linuxhelp1 src# wget 11:16:53- www.openssl.org (www.openssl.org). 104.108.216.207, 2600:140f:b:184::c1e, 2600:140f:b:186::c1eConnecting to www.openssl.org (www.openssl.org) 104.108.216.207 :443.

Install

Connected.HTTP request sent, awaiting response. 302 Moved TemporarilyLocation: following-2017-02-28 11:16:55- existing connection to www.openssl.org:443.HTTP request sent, awaiting response. 200 OKLength: 5309236 (5.1M) application/x-gzipSaving to: ‘ openssl-1.0.2-latest.tar.gz’100% 53,09,236 319KB/s in 15s2017-02-28 11:17:09 (353 KB/s) - ‘ openssl-1.0.2-latest.tar.gz’ saved 53236Now to extract the downloaded OpenSSL tar file.

Install Opensips On Centos 64

root@linuxhelp1 src# tar -zxf openssl-1.0.2-latest.tar.gzOnce the file is extracted, compile OpenSSL and install/upgrade OpenSSL as follows. root@linuxhelp1 src# cd openssl-1.0.2k/root@linuxhelp1 openssl-1.0.2k#./configOperating system: x8664-whatever-linux2Configuring for linux-x8664Configuring for linux-x8664no-ecnistp64gcc128 default OPENSSLNOECNISTP64GCC128 (skip dir)no-gmp default OPENSSLNOGMP (skip dir)no-jpake experimental OPENSSLNOJPAKE (skip dir)no-krb5 krb5-flavor not specified OPENSSLNOKRB5.make1: Leaving directory `/usr/src/openssl-1.0.2k/test'Configured for linux-x8664.Now, trigger the installation process by invoking the make command.

Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported.

You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews.

Suggestions cannot be applied on multi-line comments.

Posted :