Trouble getting openSSL 1.0.2 working on CentOS 5.11
Clash 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
centos curl openssl
|
show 2 more comments
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
centos curl openssl
What is the output ofecho $LD_LIBRARY_PATH
– r1verside
Aug 24 '17 at 18:14
@r1versideYou 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 usingldconfig
according to the guide you followed but, as it isn't try setting it manually
– r1verside
Aug 24 '17 at 18:41
|
show 2 more comments
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
centos curl openssl
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
centos curl openssl
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 ofecho $LD_LIBRARY_PATH
– r1verside
Aug 24 '17 at 18:14
@r1versideYou 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 usingldconfig
according to the guide you followed but, as it isn't try setting it manually
– r1verside
Aug 24 '17 at 18:41
|
show 2 more comments
What is the output ofecho $LD_LIBRARY_PATH
– r1verside
Aug 24 '17 at 18:14
@r1versideYou 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 usingldconfig
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
|
show 2 more comments
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.
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Aug 24 '17 at 20:08
r1verside
1365
1365
add a comment |
add a comment |
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%2f388159%2ftrouble-getting-openssl-1-0-2-working-on-centos-5-11%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
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