undefined symbol: EVP_idea_cbc when using wget
When try to run this sudo wget http://www.openssl.org/source/openssl-1.1.1.tar.gz
I get the error below:
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
URL transformed to HTTPS due to an HSTS policy
--2019-02-24 23:46:26-- https://www.openssl.org/source/openssl-1.1.1.tar.gz
wget: symbol lookup error: /usr/local/ssl/lib/libssl.so.1.0.0: undefined symbol: EVP_idea_cbc
wget openssl
New contributor
add a comment |
When try to run this sudo wget http://www.openssl.org/source/openssl-1.1.1.tar.gz
I get the error below:
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
URL transformed to HTTPS due to an HSTS policy
--2019-02-24 23:46:26-- https://www.openssl.org/source/openssl-1.1.1.tar.gz
wget: symbol lookup error: /usr/local/ssl/lib/libssl.so.1.0.0: undefined symbol: EVP_idea_cbc
wget openssl
New contributor
1
Why run it with sudo?
– Pilot6
7 hours ago
You should not have SSL library in/usr/local/
, this library should be in its normal place (/lib/x86_64-linux-gnu/libssl.so.1.0.0). What is your Ubuntu version? Please add output ofapt-cache policy libssl1.0.0
.
– N0rbert
6 hours ago
This is my ubuntu version1.0.2g-1ubuntu4.14
– Michale Rezene
6 hours ago
"Why run it with sudo". I tried it with or without there is no difference on the output.
– Michale Rezene
6 hours ago
@MichaleRezene then please don't run it with. You should never run a command withsudo
unless you know it is necessary. This isn't a solution to your issue, it's just general advice.
– terdon♦
4 hours ago
add a comment |
When try to run this sudo wget http://www.openssl.org/source/openssl-1.1.1.tar.gz
I get the error below:
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
URL transformed to HTTPS due to an HSTS policy
--2019-02-24 23:46:26-- https://www.openssl.org/source/openssl-1.1.1.tar.gz
wget: symbol lookup error: /usr/local/ssl/lib/libssl.so.1.0.0: undefined symbol: EVP_idea_cbc
wget openssl
New contributor
When try to run this sudo wget http://www.openssl.org/source/openssl-1.1.1.tar.gz
I get the error below:
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
wget: /usr/local/ssl/lib/libssl.so.1.0.0: no version information available (required by wget)
URL transformed to HTTPS due to an HSTS policy
--2019-02-24 23:46:26-- https://www.openssl.org/source/openssl-1.1.1.tar.gz
wget: symbol lookup error: /usr/local/ssl/lib/libssl.so.1.0.0: undefined symbol: EVP_idea_cbc
wget openssl
wget openssl
New contributor
New contributor
edited 4 hours ago
terdon♦
66.4k12138221
66.4k12138221
New contributor
asked 7 hours ago
Michale RezeneMichale Rezene
62
62
New contributor
New contributor
1
Why run it with sudo?
– Pilot6
7 hours ago
You should not have SSL library in/usr/local/
, this library should be in its normal place (/lib/x86_64-linux-gnu/libssl.so.1.0.0). What is your Ubuntu version? Please add output ofapt-cache policy libssl1.0.0
.
– N0rbert
6 hours ago
This is my ubuntu version1.0.2g-1ubuntu4.14
– Michale Rezene
6 hours ago
"Why run it with sudo". I tried it with or without there is no difference on the output.
– Michale Rezene
6 hours ago
@MichaleRezene then please don't run it with. You should never run a command withsudo
unless you know it is necessary. This isn't a solution to your issue, it's just general advice.
– terdon♦
4 hours ago
add a comment |
1
Why run it with sudo?
– Pilot6
7 hours ago
You should not have SSL library in/usr/local/
, this library should be in its normal place (/lib/x86_64-linux-gnu/libssl.so.1.0.0). What is your Ubuntu version? Please add output ofapt-cache policy libssl1.0.0
.
– N0rbert
6 hours ago
This is my ubuntu version1.0.2g-1ubuntu4.14
– Michale Rezene
6 hours ago
"Why run it with sudo". I tried it with or without there is no difference on the output.
– Michale Rezene
6 hours ago
@MichaleRezene then please don't run it with. You should never run a command withsudo
unless you know it is necessary. This isn't a solution to your issue, it's just general advice.
– terdon♦
4 hours ago
1
1
Why run it with sudo?
– Pilot6
7 hours ago
Why run it with sudo?
– Pilot6
7 hours ago
You should not have SSL library in
/usr/local/
, this library should be in its normal place (/lib/x86_64-linux-gnu/libssl.so.1.0.0). What is your Ubuntu version? Please add output of apt-cache policy libssl1.0.0
.– N0rbert
6 hours ago
You should not have SSL library in
/usr/local/
, this library should be in its normal place (/lib/x86_64-linux-gnu/libssl.so.1.0.0). What is your Ubuntu version? Please add output of apt-cache policy libssl1.0.0
.– N0rbert
6 hours ago
This is my ubuntu version
1.0.2g-1ubuntu4.14
– Michale Rezene
6 hours ago
This is my ubuntu version
1.0.2g-1ubuntu4.14
– Michale Rezene
6 hours ago
"Why run it with sudo". I tried it with or without there is no difference on the output.
– Michale Rezene
6 hours ago
"Why run it with sudo". I tried it with or without there is no difference on the output.
– Michale Rezene
6 hours ago
@MichaleRezene then please don't run it with. You should never run a command with
sudo
unless you know it is necessary. This isn't a solution to your issue, it's just general advice.– terdon♦
4 hours ago
@MichaleRezene then please don't run it with. You should never run a command with
sudo
unless you know it is necessary. This isn't a solution to your issue, it's just general advice.– terdon♦
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Is this a custom build of wget that statically links to /usr/local?
Can you run which wget
to get the full path to wget. The output might look something like
$ which wget
/usr/bin/wget
Then use ldd
and pass it that full path. E.g. ldd /usr/bin/wget
The output should look something like this:
$ ldd /usr/bin/wget
linux-vdso.so.1 (0x00007ffcc3bfd000)
libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007f4f516da000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4f51468000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f4f51261000)
libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f4f51044000)
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f4f50dda000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f4f50962000)
libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007f4f50754000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4f50363000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4f5015f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4f4ff40000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f51b62000)
libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f4f4fbc2000)
ldd
is telling you where the executable (wget) is looking for its dynamically linked libraries i.e. the .so
files that it depends on.
If you are using a custom build of wget which expects the .so libraries to be in /usr/local, you will have to install those yourself somehow outside of the package manager.
If you want to use the version of wget from the package manager repositories which will look in the expected lib directories (similar to mine above) you should install it with something like sudo apt-get install wget
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Michale Rezene is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1120951%2fundefined-symbol-evp-idea-cbc-when-using-wget%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
Is this a custom build of wget that statically links to /usr/local?
Can you run which wget
to get the full path to wget. The output might look something like
$ which wget
/usr/bin/wget
Then use ldd
and pass it that full path. E.g. ldd /usr/bin/wget
The output should look something like this:
$ ldd /usr/bin/wget
linux-vdso.so.1 (0x00007ffcc3bfd000)
libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007f4f516da000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4f51468000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f4f51261000)
libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f4f51044000)
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f4f50dda000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f4f50962000)
libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007f4f50754000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4f50363000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4f5015f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4f4ff40000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f51b62000)
libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f4f4fbc2000)
ldd
is telling you where the executable (wget) is looking for its dynamically linked libraries i.e. the .so
files that it depends on.
If you are using a custom build of wget which expects the .so libraries to be in /usr/local, you will have to install those yourself somehow outside of the package manager.
If you want to use the version of wget from the package manager repositories which will look in the expected lib directories (similar to mine above) you should install it with something like sudo apt-get install wget
New contributor
add a comment |
Is this a custom build of wget that statically links to /usr/local?
Can you run which wget
to get the full path to wget. The output might look something like
$ which wget
/usr/bin/wget
Then use ldd
and pass it that full path. E.g. ldd /usr/bin/wget
The output should look something like this:
$ ldd /usr/bin/wget
linux-vdso.so.1 (0x00007ffcc3bfd000)
libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007f4f516da000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4f51468000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f4f51261000)
libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f4f51044000)
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f4f50dda000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f4f50962000)
libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007f4f50754000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4f50363000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4f5015f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4f4ff40000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f51b62000)
libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f4f4fbc2000)
ldd
is telling you where the executable (wget) is looking for its dynamically linked libraries i.e. the .so
files that it depends on.
If you are using a custom build of wget which expects the .so libraries to be in /usr/local, you will have to install those yourself somehow outside of the package manager.
If you want to use the version of wget from the package manager repositories which will look in the expected lib directories (similar to mine above) you should install it with something like sudo apt-get install wget
New contributor
add a comment |
Is this a custom build of wget that statically links to /usr/local?
Can you run which wget
to get the full path to wget. The output might look something like
$ which wget
/usr/bin/wget
Then use ldd
and pass it that full path. E.g. ldd /usr/bin/wget
The output should look something like this:
$ ldd /usr/bin/wget
linux-vdso.so.1 (0x00007ffcc3bfd000)
libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007f4f516da000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4f51468000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f4f51261000)
libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f4f51044000)
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f4f50dda000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f4f50962000)
libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007f4f50754000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4f50363000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4f5015f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4f4ff40000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f51b62000)
libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f4f4fbc2000)
ldd
is telling you where the executable (wget) is looking for its dynamically linked libraries i.e. the .so
files that it depends on.
If you are using a custom build of wget which expects the .so libraries to be in /usr/local, you will have to install those yourself somehow outside of the package manager.
If you want to use the version of wget from the package manager repositories which will look in the expected lib directories (similar to mine above) you should install it with something like sudo apt-get install wget
New contributor
Is this a custom build of wget that statically links to /usr/local?
Can you run which wget
to get the full path to wget. The output might look something like
$ which wget
/usr/bin/wget
Then use ldd
and pass it that full path. E.g. ldd /usr/bin/wget
The output should look something like this:
$ ldd /usr/bin/wget
linux-vdso.so.1 (0x00007ffcc3bfd000)
libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007f4f516da000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4f51468000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f4f51261000)
libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f4f51044000)
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f4f50dda000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f4f50962000)
libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007f4f50754000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4f50363000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4f5015f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4f4ff40000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4f51b62000)
libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f4f4fbc2000)
ldd
is telling you where the executable (wget) is looking for its dynamically linked libraries i.e. the .so
files that it depends on.
If you are using a custom build of wget which expects the .so libraries to be in /usr/local, you will have to install those yourself somehow outside of the package manager.
If you want to use the version of wget from the package manager repositories which will look in the expected lib directories (similar to mine above) you should install it with something like sudo apt-get install wget
New contributor
New contributor
answered 4 hours ago
jason120jason120
11
11
New contributor
New contributor
add a comment |
add a comment |
Michale Rezene is a new contributor. Be nice, and check out our Code of Conduct.
Michale Rezene is a new contributor. Be nice, and check out our Code of Conduct.
Michale Rezene is a new contributor. Be nice, and check out our Code of Conduct.
Michale Rezene is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1120951%2fundefined-symbol-evp-idea-cbc-when-using-wget%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
1
Why run it with sudo?
– Pilot6
7 hours ago
You should not have SSL library in
/usr/local/
, this library should be in its normal place (/lib/x86_64-linux-gnu/libssl.so.1.0.0). What is your Ubuntu version? Please add output ofapt-cache policy libssl1.0.0
.– N0rbert
6 hours ago
This is my ubuntu version
1.0.2g-1ubuntu4.14
– Michale Rezene
6 hours ago
"Why run it with sudo". I tried it with or without there is no difference on the output.
– Michale Rezene
6 hours ago
@MichaleRezene then please don't run it with. You should never run a command with
sudo
unless you know it is necessary. This isn't a solution to your issue, it's just general advice.– terdon♦
4 hours ago