RedHat Enterprise Linux 5.8 Upgrade OpenSSL

Source: Internet
Author: User
Tags openssl

RedHat Enterprise Linux 5.8 Upgrade OpenSSL, encountering the following issues, make the following tags:


Because the server environment was installed only when Redhat Enterprise Linux 5.8 was installed, no development environment was installed to cause the server to compile code

Had to re-install GCC.

The first thought was to install it with Yum.

Running: yum-y Install gcc gcc-c++

Tip This system is not a registered with portal ...

Your system is not registered on the Red Hat network ...


Mount DVD Image:

MOUNT/DEV/CDROM/MNT * Attach the optical drive to the MNT directory

Cd/mnt/server * Enter the optical drive directory note case!

  Install sequentially:
[[email protected] server]# RPM-IVH kernel-headers-2.6.18-53.el5.i386.rpm 
[[email protected] Server]# RPM-IVH glibc-headers-2.5-18.i386.rpm 
[[email protected] server]# RPM-IVH glibc-devel-2.5-18.i386.rpm 
[[email protected] server]# RPM-IVH libgomp-4.1.2-14.el5.i386.rpm 
[[email protected] Server ]# RPM-IVH gcc-4.1.2-14.el5.i386.rpm 
[[email protected] server]# RPM-IVH libstdc++- devel-4.1.2-14.el5.i386.rpm 
[[email protected] server]# RPM-IVH gcc-c++-4.1.2-14.el5.i386.rpm   

Installation is complete!

Rpm-q GCC

Tips:

Gcc-4.1.1-52.el5

Installation is successful!


The default Perl version is very low and does not meet the requirements of the OpenSSL upgrade, upgrading Perl

# wget #下载完以后解压安装 # tar zxvf perl-5.22.1.tar.gz#cd perl-5.22.1 #./configure-des-dprefix=/usr/local/perl Parameter-dprefix Specify the installation directory as/usr/local/perl #make #make install# then replace the system with the original Perl, with the latest I use. #mv/usr/bin/perl/usr/bin/perl.bak# Ln-s/usr/local/perl/bin/perl/usr/bin/perl#perl-v


Resources:

Zlib official website version

https://zlib.net/fossils/

Redhat 6.7 x64 upgrade SSH to OPENSSH_7.4P1 full document

Http://www.cnblogs.com/xshrim/p/6472679.html


This article is from the "Boyhack" blog, make sure to keep this source http://461205160.blog.51cto.com/274918/1954589

RedHat Enterprise Linux 5.8 Upgrade OpenSSL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.