Openssl is either not installed properly or link to it is not working
up vote
1
down vote
favorite
Typing openssl version
comes up with the following:
The program 'openssl' is currently not installed. You can install it by typing:
sudo apt-get install openssl
Typing sudo apt-get install openssl
suggests it's already installed:
~$ sudo apt-get install openssl
[sudo] password for systemagic:
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version..
0 to upgrade, 0 to newly install, 0 to remove and 6 not to upgrade.
Trying to locate it - I can see there is a file in ./usr/bin/openssl
/$ sudo find -name "openssl"
./etc/apparmor.d/abstractions/openssl
./etc/bash_completion.d/openssl
./usr/bin/openssl
./usr/share/doc/openssl
Navigating to this directory it shows openssl as an archive file (red).
Please can you help get the command line working. The server has been patched and rebooted. Running Ubuntu 12.04.4 LTS
and the following are present:
ii libflac8:i386 1.2.1-6 Free Lossless Audio Codec - runtime C library
ii libio-socket-ssl-perl 1.53-1 Perl module implementing object oriented interface to SSL sockets
ii libnet-ssleay-perl 1.42-1build1 Perl module for Secure Sockets Layer (SSL)
ii libssl0.9.8:i386 0.9.8o-7ubuntu3.1 SSL shared libraries
ii libssl1.0.0 1.0.1-4ubuntu5.12 SSL shared libraries
ii libssl1.0.0:i386 1.0.1-4ubuntu5.12 SSL shared libraries
ii libwavpack1:i386 4.60.1-2 audio codec (lossy and lossless) - library
ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL) binary and related cryptographic tools
ii python-openssl 0.12-1ubuntu2.1 Python wrapper around the OpenSSL library
ii ssl-cert 1.0.28ubuntu0.1 simple debconf wrapper for OpenSSL
openssl
add a comment |
up vote
1
down vote
favorite
Typing openssl version
comes up with the following:
The program 'openssl' is currently not installed. You can install it by typing:
sudo apt-get install openssl
Typing sudo apt-get install openssl
suggests it's already installed:
~$ sudo apt-get install openssl
[sudo] password for systemagic:
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version..
0 to upgrade, 0 to newly install, 0 to remove and 6 not to upgrade.
Trying to locate it - I can see there is a file in ./usr/bin/openssl
/$ sudo find -name "openssl"
./etc/apparmor.d/abstractions/openssl
./etc/bash_completion.d/openssl
./usr/bin/openssl
./usr/share/doc/openssl
Navigating to this directory it shows openssl as an archive file (red).
Please can you help get the command line working. The server has been patched and rebooted. Running Ubuntu 12.04.4 LTS
and the following are present:
ii libflac8:i386 1.2.1-6 Free Lossless Audio Codec - runtime C library
ii libio-socket-ssl-perl 1.53-1 Perl module implementing object oriented interface to SSL sockets
ii libnet-ssleay-perl 1.42-1build1 Perl module for Secure Sockets Layer (SSL)
ii libssl0.9.8:i386 0.9.8o-7ubuntu3.1 SSL shared libraries
ii libssl1.0.0 1.0.1-4ubuntu5.12 SSL shared libraries
ii libssl1.0.0:i386 1.0.1-4ubuntu5.12 SSL shared libraries
ii libwavpack1:i386 4.60.1-2 audio codec (lossy and lossless) - library
ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL) binary and related cryptographic tools
ii python-openssl 0.12-1ubuntu2.1 Python wrapper around the OpenSSL library
ii ssl-cert 1.0.28ubuntu0.1 simple debconf wrapper for OpenSSL
openssl
1
From what you show openssl is installed. Have you tried calling/usr/bin/openssl
instead of justopenssl
? Maybe your PATH is not correctly set up.
– Steffen Ullrich
Apr 19 '14 at 10:27
Yes. Have tried that, thanks. End up with/usr/bin/openssl: No such file or directory
.
– snapshot
Apr 20 '14 at 13:57
Then I would suggest that your system is corrupted, because things which are clearly marked as installed are not there.
– Steffen Ullrich
Apr 20 '14 at 15:53
If the things are corrupted and not available .better do re install as @jkt123 suggested in the answer. ``` sudo apt-get --reinstall install openssl libssl1.0.0 ```
– Raza Rafaideen
Nov 22 at 8:27
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Typing openssl version
comes up with the following:
The program 'openssl' is currently not installed. You can install it by typing:
sudo apt-get install openssl
Typing sudo apt-get install openssl
suggests it's already installed:
~$ sudo apt-get install openssl
[sudo] password for systemagic:
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version..
0 to upgrade, 0 to newly install, 0 to remove and 6 not to upgrade.
Trying to locate it - I can see there is a file in ./usr/bin/openssl
/$ sudo find -name "openssl"
./etc/apparmor.d/abstractions/openssl
./etc/bash_completion.d/openssl
./usr/bin/openssl
./usr/share/doc/openssl
Navigating to this directory it shows openssl as an archive file (red).
Please can you help get the command line working. The server has been patched and rebooted. Running Ubuntu 12.04.4 LTS
and the following are present:
ii libflac8:i386 1.2.1-6 Free Lossless Audio Codec - runtime C library
ii libio-socket-ssl-perl 1.53-1 Perl module implementing object oriented interface to SSL sockets
ii libnet-ssleay-perl 1.42-1build1 Perl module for Secure Sockets Layer (SSL)
ii libssl0.9.8:i386 0.9.8o-7ubuntu3.1 SSL shared libraries
ii libssl1.0.0 1.0.1-4ubuntu5.12 SSL shared libraries
ii libssl1.0.0:i386 1.0.1-4ubuntu5.12 SSL shared libraries
ii libwavpack1:i386 4.60.1-2 audio codec (lossy and lossless) - library
ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL) binary and related cryptographic tools
ii python-openssl 0.12-1ubuntu2.1 Python wrapper around the OpenSSL library
ii ssl-cert 1.0.28ubuntu0.1 simple debconf wrapper for OpenSSL
openssl
Typing openssl version
comes up with the following:
The program 'openssl' is currently not installed. You can install it by typing:
sudo apt-get install openssl
Typing sudo apt-get install openssl
suggests it's already installed:
~$ sudo apt-get install openssl
[sudo] password for systemagic:
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version..
0 to upgrade, 0 to newly install, 0 to remove and 6 not to upgrade.
Trying to locate it - I can see there is a file in ./usr/bin/openssl
/$ sudo find -name "openssl"
./etc/apparmor.d/abstractions/openssl
./etc/bash_completion.d/openssl
./usr/bin/openssl
./usr/share/doc/openssl
Navigating to this directory it shows openssl as an archive file (red).
Please can you help get the command line working. The server has been patched and rebooted. Running Ubuntu 12.04.4 LTS
and the following are present:
ii libflac8:i386 1.2.1-6 Free Lossless Audio Codec - runtime C library
ii libio-socket-ssl-perl 1.53-1 Perl module implementing object oriented interface to SSL sockets
ii libnet-ssleay-perl 1.42-1build1 Perl module for Secure Sockets Layer (SSL)
ii libssl0.9.8:i386 0.9.8o-7ubuntu3.1 SSL shared libraries
ii libssl1.0.0 1.0.1-4ubuntu5.12 SSL shared libraries
ii libssl1.0.0:i386 1.0.1-4ubuntu5.12 SSL shared libraries
ii libwavpack1:i386 4.60.1-2 audio codec (lossy and lossless) - library
ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL) binary and related cryptographic tools
ii python-openssl 0.12-1ubuntu2.1 Python wrapper around the OpenSSL library
ii ssl-cert 1.0.28ubuntu0.1 simple debconf wrapper for OpenSSL
openssl
openssl
asked Apr 16 '14 at 8:07
snapshot
612
612
1
From what you show openssl is installed. Have you tried calling/usr/bin/openssl
instead of justopenssl
? Maybe your PATH is not correctly set up.
– Steffen Ullrich
Apr 19 '14 at 10:27
Yes. Have tried that, thanks. End up with/usr/bin/openssl: No such file or directory
.
– snapshot
Apr 20 '14 at 13:57
Then I would suggest that your system is corrupted, because things which are clearly marked as installed are not there.
– Steffen Ullrich
Apr 20 '14 at 15:53
If the things are corrupted and not available .better do re install as @jkt123 suggested in the answer. ``` sudo apt-get --reinstall install openssl libssl1.0.0 ```
– Raza Rafaideen
Nov 22 at 8:27
add a comment |
1
From what you show openssl is installed. Have you tried calling/usr/bin/openssl
instead of justopenssl
? Maybe your PATH is not correctly set up.
– Steffen Ullrich
Apr 19 '14 at 10:27
Yes. Have tried that, thanks. End up with/usr/bin/openssl: No such file or directory
.
– snapshot
Apr 20 '14 at 13:57
Then I would suggest that your system is corrupted, because things which are clearly marked as installed are not there.
– Steffen Ullrich
Apr 20 '14 at 15:53
If the things are corrupted and not available .better do re install as @jkt123 suggested in the answer. ``` sudo apt-get --reinstall install openssl libssl1.0.0 ```
– Raza Rafaideen
Nov 22 at 8:27
1
1
From what you show openssl is installed. Have you tried calling
/usr/bin/openssl
instead of just openssl
? Maybe your PATH is not correctly set up.– Steffen Ullrich
Apr 19 '14 at 10:27
From what you show openssl is installed. Have you tried calling
/usr/bin/openssl
instead of just openssl
? Maybe your PATH is not correctly set up.– Steffen Ullrich
Apr 19 '14 at 10:27
Yes. Have tried that, thanks. End up with
/usr/bin/openssl: No such file or directory
.– snapshot
Apr 20 '14 at 13:57
Yes. Have tried that, thanks. End up with
/usr/bin/openssl: No such file or directory
.– snapshot
Apr 20 '14 at 13:57
Then I would suggest that your system is corrupted, because things which are clearly marked as installed are not there.
– Steffen Ullrich
Apr 20 '14 at 15:53
Then I would suggest that your system is corrupted, because things which are clearly marked as installed are not there.
– Steffen Ullrich
Apr 20 '14 at 15:53
If the things are corrupted and not available .better do re install as @jkt123 suggested in the answer. ``` sudo apt-get --reinstall install openssl libssl1.0.0 ```
– Raza Rafaideen
Nov 22 at 8:27
If the things are corrupted and not available .better do re install as @jkt123 suggested in the answer. ``` sudo apt-get --reinstall install openssl libssl1.0.0 ```
– Raza Rafaideen
Nov 22 at 8:27
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
If your installation has been corrupted, you may be able to fix OpenSSL by reinstalling openssl and libssl like so:
sudo apt-get --reinstall install openssl libssl1.0.0
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
If your installation has been corrupted, you may be able to fix OpenSSL by reinstalling openssl and libssl like so:
sudo apt-get --reinstall install openssl libssl1.0.0
add a comment |
up vote
1
down vote
If your installation has been corrupted, you may be able to fix OpenSSL by reinstalling openssl and libssl like so:
sudo apt-get --reinstall install openssl libssl1.0.0
add a comment |
up vote
1
down vote
up vote
1
down vote
If your installation has been corrupted, you may be able to fix OpenSSL by reinstalling openssl and libssl like so:
sudo apt-get --reinstall install openssl libssl1.0.0
If your installation has been corrupted, you may be able to fix OpenSSL by reinstalling openssl and libssl like so:
sudo apt-get --reinstall install openssl libssl1.0.0
answered May 2 '14 at 17:59
jkt123
2,5641220
2,5641220
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f448428%2fopenssl-is-either-not-installed-properly-or-link-to-it-is-not-working%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
From what you show openssl is installed. Have you tried calling
/usr/bin/openssl
instead of justopenssl
? Maybe your PATH is not correctly set up.– Steffen Ullrich
Apr 19 '14 at 10:27
Yes. Have tried that, thanks. End up with
/usr/bin/openssl: No such file or directory
.– snapshot
Apr 20 '14 at 13:57
Then I would suggest that your system is corrupted, because things which are clearly marked as installed are not there.
– Steffen Ullrich
Apr 20 '14 at 15:53
If the things are corrupted and not available .better do re install as @jkt123 suggested in the answer. ``` sudo apt-get --reinstall install openssl libssl1.0.0 ```
– Raza Rafaideen
Nov 22 at 8:27