OPENSSL_1.0.0 not found when running PyPy 4.0.1 on Amazon Linux (AWS EC2)

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












2















I want to run PyPy 4.0.1 on Amazon Linux (AWS EC2), and then downloaded and unzipped the tar.bz file. Also, I created the symbolic links to fix problems, such as



pypy: error while loading shared libraries: libbz2.so.1.0


Here are symbolic link I created:



sudo ln -s /lib64/libbz2.so.1.0.6 /lib64/libbz2.so.1.0
sudo ln -s /lib64/libcrypto.so.1.0.1k /lib64/libcrypto.so.1.0.0
sudo ln -s /usr/lib64/libssl.so.1.0.1k /usr/lib64/libssl.so.1.0.0


However, it seems that PyPy will check the version of those libraries. I got error messages:



pypy: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)
pypy: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)


Does anyone have a solution to resolve this problem? I would be grateful if you can provide any suggestions or useful information.










share|improve this question


























    2















    I want to run PyPy 4.0.1 on Amazon Linux (AWS EC2), and then downloaded and unzipped the tar.bz file. Also, I created the symbolic links to fix problems, such as



    pypy: error while loading shared libraries: libbz2.so.1.0


    Here are symbolic link I created:



    sudo ln -s /lib64/libbz2.so.1.0.6 /lib64/libbz2.so.1.0
    sudo ln -s /lib64/libcrypto.so.1.0.1k /lib64/libcrypto.so.1.0.0
    sudo ln -s /usr/lib64/libssl.so.1.0.1k /usr/lib64/libssl.so.1.0.0


    However, it seems that PyPy will check the version of those libraries. I got error messages:



    pypy: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)
    pypy: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)


    Does anyone have a solution to resolve this problem? I would be grateful if you can provide any suggestions or useful information.










    share|improve this question
























      2












      2








      2








      I want to run PyPy 4.0.1 on Amazon Linux (AWS EC2), and then downloaded and unzipped the tar.bz file. Also, I created the symbolic links to fix problems, such as



      pypy: error while loading shared libraries: libbz2.so.1.0


      Here are symbolic link I created:



      sudo ln -s /lib64/libbz2.so.1.0.6 /lib64/libbz2.so.1.0
      sudo ln -s /lib64/libcrypto.so.1.0.1k /lib64/libcrypto.so.1.0.0
      sudo ln -s /usr/lib64/libssl.so.1.0.1k /usr/lib64/libssl.so.1.0.0


      However, it seems that PyPy will check the version of those libraries. I got error messages:



      pypy: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)
      pypy: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)


      Does anyone have a solution to resolve this problem? I would be grateful if you can provide any suggestions or useful information.










      share|improve this question














      I want to run PyPy 4.0.1 on Amazon Linux (AWS EC2), and then downloaded and unzipped the tar.bz file. Also, I created the symbolic links to fix problems, such as



      pypy: error while loading shared libraries: libbz2.so.1.0


      Here are symbolic link I created:



      sudo ln -s /lib64/libbz2.so.1.0.6 /lib64/libbz2.so.1.0
      sudo ln -s /lib64/libcrypto.so.1.0.1k /lib64/libcrypto.so.1.0.0
      sudo ln -s /usr/lib64/libssl.so.1.0.1k /usr/lib64/libssl.so.1.0.0


      However, it seems that PyPy will check the version of those libraries. I got error messages:



      pypy: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)
      pypy: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /path/to/pypy-4.0.1-linux64/bin/libpypy-c.so)


      Does anyone have a solution to resolve this problem? I would be grateful if you can provide any suggestions or useful information.







      linux python openssl amazon-ec2






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 17 '16 at 7:06









      zeckzeck

      1213




      1213




















          1 Answer
          1






          active

          oldest

          votes


















          1














          After searching for viable solutions, here are two solutions:




          1. Download and install PyPy 2.4 via yum.



            sudo yum --enablerepo=amzn-preview install pypy




          2. Download the Portable PyPy.



            https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_x86_64-portable.tar.bz2



          Hope this will help others.






          share|improve this answer























          • This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

            – z0r
            Feb 7 at 1:15










          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',
          autoActivateHeartbeat: false,
          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%2f255835%2fopenssl-1-0-0-not-found-when-running-pypy-4-0-1-on-amazon-linux-aws-ec2%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









          1














          After searching for viable solutions, here are two solutions:




          1. Download and install PyPy 2.4 via yum.



            sudo yum --enablerepo=amzn-preview install pypy




          2. Download the Portable PyPy.



            https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_x86_64-portable.tar.bz2



          Hope this will help others.






          share|improve this answer























          • This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

            – z0r
            Feb 7 at 1:15















          1














          After searching for viable solutions, here are two solutions:




          1. Download and install PyPy 2.4 via yum.



            sudo yum --enablerepo=amzn-preview install pypy




          2. Download the Portable PyPy.



            https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_x86_64-portable.tar.bz2



          Hope this will help others.






          share|improve this answer























          • This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

            – z0r
            Feb 7 at 1:15













          1












          1








          1







          After searching for viable solutions, here are two solutions:




          1. Download and install PyPy 2.4 via yum.



            sudo yum --enablerepo=amzn-preview install pypy




          2. Download the Portable PyPy.



            https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_x86_64-portable.tar.bz2



          Hope this will help others.






          share|improve this answer













          After searching for viable solutions, here are two solutions:




          1. Download and install PyPy 2.4 via yum.



            sudo yum --enablerepo=amzn-preview install pypy




          2. Download the Portable PyPy.



            https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_x86_64-portable.tar.bz2



          Hope this will help others.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 18 '16 at 7:03









          zeckzeck

          1213




          1213












          • This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

            – z0r
            Feb 7 at 1:15

















          • This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

            – z0r
            Feb 7 at 1:15
















          This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

          – z0r
          Feb 7 at 1:15





          This seems to be endorsed by PyPy; see the [1] note in the installation page, which links to this GitHub repo, which links to the files in bitbucket.

          – z0r
          Feb 7 at 1:15

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f255835%2fopenssl-1-0-0-not-found-when-running-pypy-4-0-1-on-amazon-linux-aws-ec2%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