Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Member
    Join Date
    Dec 2006
    Posts
    51

    Default New Version of OpenSSL

    I need some information and haven't the slightest idea where to go to get it.

    I'm running a VPS WHM(11.24.2 - X 3.9)/cPanel(11.24.5-S38506) system using CENTOS 4.8. I would like to update the openssl package on it is now at openssl-0.9.7a-43.17.el4_6.1. The problem is that I am worried that installing an updated openssl would brake something. Has anyone tried this and what where the results?

    Thanks

  2. #2
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Question

    Have you abandoned the other thread you started on this?
    http://forums.cpanel.net/f185/updati...sl-145781.html

  3. #3
    Member
    Join Date
    Dec 2006
    Posts
    51

    Default Trying for more general audience

    Sorry I was trying for w more general audience. Thought that someone who hadn't fought the PCI thingy and wasn't too worried about system security might have some insight. Still trying to u[date openssl with out braking any thing

    Thanks.

  4. #4
    Member
    Join Date
    Dec 2006
    Posts
    51

    Default Thanks

    The problem is resolved w/o updating openSSL

  5. #5
    Registered User
    Join Date
    Feb 2010
    Posts
    1

    Default

    First, install libz, which can be downloaded from the OpenSSL site, if you don't already have it.

    Second, install openssl:

    ./config --prefix=/usr/local --openssldir=/usr/local/ssl
    make
    make test
    make install (as root)
    ./config shared --prefix=/usr/local --openssldir=/usr/local/ssl
    make clean
    make
    make install (as root)
    cd /usr/local/ssl/lib
    cp * /usr/lib

    To avoid getting the following error later when you compile OpenSSH:

    configure: error: Your OpenSSL headers do
    not match your library

    copy all the SSL include files everywhere:

    cd /home/tjnelson/openssl/openssl-*
    cd include/openssl
    cp * /usr/include
    cp * /usr/local/ssl/include
    cp * /usr/local/ssl/include/openssl

    and then add /usr/local/ssl/lib to /etc/ld.so.conf and type

    lcdonfig

    (as root). This is essential in avoiding "header not found" and "headers do not match your library" errors when you go trying to make OpenSSH.

    If the error persists, check config.log to find out what OpenSSH thinks is happening. Sometimes, the actual error has nothing to do with the error message. Or try these commands:

    cd /home/tjnelson/openssl/openssl-*/include/openssl
    cp * /usr/local/ssl/include
    cd /home/tjnelson/openssl/openssl-*
    cp lib* /usr/local/ssl/lib/
    cp lib* /usr/lib/
    ldconfig
    cd /home/tjnelson/openssl/openssl-*/include/openssl
    cp * /usr/include/
    cp * /usr/local/ssl/include/
    cp * /usr/local/ssl/include/openssl

    Sometimes, however, libssl complains about something called "pod2man" and refuses to install:

    No working pod2man found. Consider installing a new version.
    As a workaround, we'll use a bundled old copy of pod2man.pl.
    sh: util/pod2man.pl: No such file or directory

    In that case, you must install it manually:

    cp libssl.a /usr/local/ssl/lib/
    cp *.a /usr/local/ssl/lib/
    cp *.so* /usr/local/ssl/lib/
    cd include/openssl
    mkdir /usr/include/openssl/
    cp * /usr/include/openssl/
    cp * /usr/local/ssl/include/openssl/

    In many cases, if you upgrade OpenSSL you also have to rebuild OpenSSH, or you will get a message like:

    Starting SSH daemon
    OpenSSL version mismatch. Built against 907002,
    you have 90703f
    startproc: exit status of /usr/sbin/sshd: 255

    See below for the procedure.


    Probably this can help you in some or other ways.
    thankyou enjoy posting...

Similar Threads & Tags
Similar threads

  1. EasyApache YUM error with openssl version
    By trec-r in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-21-2011, 01:01 AM
  2. OpenSSL, Exim Version problems for PCI-Compliance
    By jlhost in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 11-21-2008, 01:20 PM
  3. Whats is the equivelent version of the patched openssl-0.9.7a-43.14?
    By BianchiDude in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 03-28-2007, 10:35 PM
  4. Wrong OpenSSL Version
    By Fernis in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 01-19-2007, 10:47 PM
  5. OpenSSL version not showing up correctly
    By JPmorgan in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-28-2003, 08:22 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube