Trouble getting openSSL 1.0.2 working on CentOS 5.11

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












My office has some old REHL 5.11 servers on which I need to update the openSSL to take advantage of the latest TLS version. To figure it out, I created a CentOS 5.11 virtual server.



I found this guide: https://miteshshah.github.io/linux/centos/how-to-enable-openssl-1-0-2-a-tlsv1-1-and-tlsv1-2-on-centos-5-and-rhel5/



Unfortunately, after following all the steps, I get this error:



curl: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory









share|improve this question























  • What is the output of echo $LD_LIBRARY_PATH
    – r1verside
    Aug 24 '17 at 18:14










  • @r1verside You have mail in /var/spool/mail/root
    – RhoVisions
    Aug 24 '17 at 18:24










  • That's nothing. That means that the output is nothing, and it should be /usr/local/ssl/lib at least
    – r1verside
    Aug 24 '17 at 18:29










  • @r1verside Any advice on how to fix that? Should I just set the variable to that? In the base install of CentOS, curl worked fine, hitting using SSL3.
    – RhoVisions
    Aug 24 '17 at 18:39










  • It should be set after using ldconfig according to the guide you followed but, as it isn't try setting it manually
    – r1verside
    Aug 24 '17 at 18:41














up vote
1
down vote

favorite












My office has some old REHL 5.11 servers on which I need to update the openSSL to take advantage of the latest TLS version. To figure it out, I created a CentOS 5.11 virtual server.



I found this guide: https://miteshshah.github.io/linux/centos/how-to-enable-openssl-1-0-2-a-tlsv1-1-and-tlsv1-2-on-centos-5-and-rhel5/



Unfortunately, after following all the steps, I get this error:



curl: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory









share|improve this question























  • What is the output of echo $LD_LIBRARY_PATH
    – r1verside
    Aug 24 '17 at 18:14










  • @r1verside You have mail in /var/spool/mail/root
    – RhoVisions
    Aug 24 '17 at 18:24










  • That's nothing. That means that the output is nothing, and it should be /usr/local/ssl/lib at least
    – r1verside
    Aug 24 '17 at 18:29










  • @r1verside Any advice on how to fix that? Should I just set the variable to that? In the base install of CentOS, curl worked fine, hitting using SSL3.
    – RhoVisions
    Aug 24 '17 at 18:39










  • It should be set after using ldconfig according to the guide you followed but, as it isn't try setting it manually
    – r1verside
    Aug 24 '17 at 18:41












up vote
1
down vote

favorite









up vote
1
down vote

favorite











My office has some old REHL 5.11 servers on which I need to update the openSSL to take advantage of the latest TLS version. To figure it out, I created a CentOS 5.11 virtual server.



I found this guide: https://miteshshah.github.io/linux/centos/how-to-enable-openssl-1-0-2-a-tlsv1-1-and-tlsv1-2-on-centos-5-and-rhel5/



Unfortunately, after following all the steps, I get this error:



curl: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory









share|improve this question















My office has some old REHL 5.11 servers on which I need to update the openSSL to take advantage of the latest TLS version. To figure it out, I created a CentOS 5.11 virtual server.



I found this guide: https://miteshshah.github.io/linux/centos/how-to-enable-openssl-1-0-2-a-tlsv1-1-and-tlsv1-2-on-centos-5-and-rhel5/



Unfortunately, after following all the steps, I get this error:



curl: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory






centos curl openssl






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 22:52









Rui F Ribeiro

38.2k1475126




38.2k1475126










asked Aug 24 '17 at 17:59









RhoVisions

1082




1082











  • What is the output of echo $LD_LIBRARY_PATH
    – r1verside
    Aug 24 '17 at 18:14










  • @r1verside You have mail in /var/spool/mail/root
    – RhoVisions
    Aug 24 '17 at 18:24










  • That's nothing. That means that the output is nothing, and it should be /usr/local/ssl/lib at least
    – r1verside
    Aug 24 '17 at 18:29










  • @r1verside Any advice on how to fix that? Should I just set the variable to that? In the base install of CentOS, curl worked fine, hitting using SSL3.
    – RhoVisions
    Aug 24 '17 at 18:39










  • It should be set after using ldconfig according to the guide you followed but, as it isn't try setting it manually
    – r1verside
    Aug 24 '17 at 18:41
















  • What is the output of echo $LD_LIBRARY_PATH
    – r1verside
    Aug 24 '17 at 18:14










  • @r1verside You have mail in /var/spool/mail/root
    – RhoVisions
    Aug 24 '17 at 18:24










  • That's nothing. That means that the output is nothing, and it should be /usr/local/ssl/lib at least
    – r1verside
    Aug 24 '17 at 18:29










  • @r1verside Any advice on how to fix that? Should I just set the variable to that? In the base install of CentOS, curl worked fine, hitting using SSL3.
    – RhoVisions
    Aug 24 '17 at 18:39










  • It should be set after using ldconfig according to the guide you followed but, as it isn't try setting it manually
    – r1verside
    Aug 24 '17 at 18:41















What is the output of echo $LD_LIBRARY_PATH
– r1verside
Aug 24 '17 at 18:14




What is the output of echo $LD_LIBRARY_PATH
– r1verside
Aug 24 '17 at 18:14












@r1verside You have mail in /var/spool/mail/root
– RhoVisions
Aug 24 '17 at 18:24




@r1verside You have mail in /var/spool/mail/root
– RhoVisions
Aug 24 '17 at 18:24












That's nothing. That means that the output is nothing, and it should be /usr/local/ssl/lib at least
– r1verside
Aug 24 '17 at 18:29




That's nothing. That means that the output is nothing, and it should be /usr/local/ssl/lib at least
– r1verside
Aug 24 '17 at 18:29












@r1verside Any advice on how to fix that? Should I just set the variable to that? In the base install of CentOS, curl worked fine, hitting using SSL3.
– RhoVisions
Aug 24 '17 at 18:39




@r1verside Any advice on how to fix that? Should I just set the variable to that? In the base install of CentOS, curl worked fine, hitting using SSL3.
– RhoVisions
Aug 24 '17 at 18:39












It should be set after using ldconfig according to the guide you followed but, as it isn't try setting it manually
– r1verside
Aug 24 '17 at 18:41




It should be set after using ldconfig according to the guide you followed but, as it isn't try setting it manually
– r1verside
Aug 24 '17 at 18:41










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










The error is showing that the program is unable to locate the library libssl.so.1.0.0



For programs to be able to locate shared libraries, its location has to be listed in LD_LIBRARY_PATH environmental variable.



Include the path to libssl.so.1.0.0 containing directory in the mentioned environmental variable and any software will be able to load it.






share|improve this answer




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f388159%2ftrouble-getting-openssl-1-0-2-working-on-centos-5-11%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    The error is showing that the program is unable to locate the library libssl.so.1.0.0



    For programs to be able to locate shared libraries, its location has to be listed in LD_LIBRARY_PATH environmental variable.



    Include the path to libssl.so.1.0.0 containing directory in the mentioned environmental variable and any software will be able to load it.






    share|improve this answer
























      up vote
      0
      down vote



      accepted










      The error is showing that the program is unable to locate the library libssl.so.1.0.0



      For programs to be able to locate shared libraries, its location has to be listed in LD_LIBRARY_PATH environmental variable.



      Include the path to libssl.so.1.0.0 containing directory in the mentioned environmental variable and any software will be able to load it.






      share|improve this answer






















        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        The error is showing that the program is unable to locate the library libssl.so.1.0.0



        For programs to be able to locate shared libraries, its location has to be listed in LD_LIBRARY_PATH environmental variable.



        Include the path to libssl.so.1.0.0 containing directory in the mentioned environmental variable and any software will be able to load it.






        share|improve this answer












        The error is showing that the program is unable to locate the library libssl.so.1.0.0



        For programs to be able to locate shared libraries, its location has to be listed in LD_LIBRARY_PATH environmental variable.



        Include the path to libssl.so.1.0.0 containing directory in the mentioned environmental variable and any software will be able to load it.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 24 '17 at 20:08









        r1verside

        1365




        1365



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f388159%2ftrouble-getting-openssl-1-0-2-working-on-centos-5-11%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown






            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay