OPENSSL_1.0.0 not found when running PyPy 4.0.1 on Amazon Linux (AWS EC2)
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
add a comment |
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
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
linux python openssl amazon-ec2
asked Jan 17 '16 at 7:06
zeckzeck
1213
1213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After searching for viable solutions, here are two solutions:
Download and install PyPy 2.4 via yum.
sudo yum --enablerepo=amzn-preview install pypy
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.
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
After searching for viable solutions, here are two solutions:
Download and install PyPy 2.4 via yum.
sudo yum --enablerepo=amzn-preview install pypy
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.
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
add a comment |
After searching for viable solutions, here are two solutions:
Download and install PyPy 2.4 via yum.
sudo yum --enablerepo=amzn-preview install pypy
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.
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
add a comment |
After searching for viable solutions, here are two solutions:
Download and install PyPy 2.4 via yum.
sudo yum --enablerepo=amzn-preview install pypy
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.
After searching for viable solutions, here are two solutions:
Download and install PyPy 2.4 via yum.
sudo yum --enablerepo=amzn-preview install pypy
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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