iperf3 error libcrypto.so.1.1 not found [on hold]

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





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
0
down vote

favorite












i have installed iperf3 in fedora 15 . When I used iperf -u -s -V the following error is shown:



iperf3: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory


I have tried to install openssl 1.1.1 and openssl 1.1.0h but still also i am not able to locate libcrypto.so.1.1







share|improve this question













put on hold as unclear what you're asking by Rui F Ribeiro, schily, Jesse_b, SivaPrasath, Bananguin 15 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 3




    Stop. Remove this ancient obsolete version of Fedora and install a current supported version (today, 27 or 28).
    – Michael Hampton
    2 days ago










  • Don't use such an older version of Fedora!
    – slm♦
    2 days ago
















up vote
0
down vote

favorite












i have installed iperf3 in fedora 15 . When I used iperf -u -s -V the following error is shown:



iperf3: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory


I have tried to install openssl 1.1.1 and openssl 1.1.0h but still also i am not able to locate libcrypto.so.1.1







share|improve this question













put on hold as unclear what you're asking by Rui F Ribeiro, schily, Jesse_b, SivaPrasath, Bananguin 15 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 3




    Stop. Remove this ancient obsolete version of Fedora and install a current supported version (today, 27 or 28).
    – Michael Hampton
    2 days ago










  • Don't use such an older version of Fedora!
    – slm♦
    2 days ago












up vote
0
down vote

favorite









up vote
0
down vote

favorite











i have installed iperf3 in fedora 15 . When I used iperf -u -s -V the following error is shown:



iperf3: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory


I have tried to install openssl 1.1.1 and openssl 1.1.0h but still also i am not able to locate libcrypto.so.1.1







share|improve this question













i have installed iperf3 in fedora 15 . When I used iperf -u -s -V the following error is shown:



iperf3: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory


I have tried to install openssl 1.1.1 and openssl 1.1.0h but still also i am not able to locate libcrypto.so.1.1









share|improve this question












share|improve this question




share|improve this question








edited 2 days ago









garethTheRed

22.8k35777




22.8k35777









asked 2 days ago









Vinayak UH

6




6




put on hold as unclear what you're asking by Rui F Ribeiro, schily, Jesse_b, SivaPrasath, Bananguin 15 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






put on hold as unclear what you're asking by Rui F Ribeiro, schily, Jesse_b, SivaPrasath, Bananguin 15 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









  • 3




    Stop. Remove this ancient obsolete version of Fedora and install a current supported version (today, 27 or 28).
    – Michael Hampton
    2 days ago










  • Don't use such an older version of Fedora!
    – slm♦
    2 days ago












  • 3




    Stop. Remove this ancient obsolete version of Fedora and install a current supported version (today, 27 or 28).
    – Michael Hampton
    2 days ago










  • Don't use such an older version of Fedora!
    – slm♦
    2 days ago







3




3




Stop. Remove this ancient obsolete version of Fedora and install a current supported version (today, 27 or 28).
– Michael Hampton
2 days ago




Stop. Remove this ancient obsolete version of Fedora and install a current supported version (today, 27 or 28).
– Michael Hampton
2 days ago












Don't use such an older version of Fedora!
– slm♦
2 days ago




Don't use such an older version of Fedora!
– slm♦
2 days ago










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Install openssl-libs



sudo yum install openssl-libs





share|improve this answer























  • yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
    – Vinayak UH
    2 days ago










  • It is failing to load the libraries dynamically
    – Vinayak UH
    2 days ago






  • 1




    Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
    – Larry
    2 days ago











  • 2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
    – Larry
    2 days ago


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Install openssl-libs



sudo yum install openssl-libs





share|improve this answer























  • yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
    – Vinayak UH
    2 days ago










  • It is failing to load the libraries dynamically
    – Vinayak UH
    2 days ago






  • 1




    Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
    – Larry
    2 days ago











  • 2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
    – Larry
    2 days ago















up vote
0
down vote













Install openssl-libs



sudo yum install openssl-libs





share|improve this answer























  • yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
    – Vinayak UH
    2 days ago










  • It is failing to load the libraries dynamically
    – Vinayak UH
    2 days ago






  • 1




    Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
    – Larry
    2 days ago











  • 2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
    – Larry
    2 days ago













up vote
0
down vote










up vote
0
down vote









Install openssl-libs



sudo yum install openssl-libs





share|improve this answer















Install openssl-libs



sudo yum install openssl-libs






share|improve this answer















share|improve this answer



share|improve this answer








edited 2 days ago


























answered 2 days ago









Larry

194




194











  • yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
    – Vinayak UH
    2 days ago










  • It is failing to load the libraries dynamically
    – Vinayak UH
    2 days ago






  • 1




    Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
    – Larry
    2 days ago











  • 2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
    – Larry
    2 days ago

















  • yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
    – Vinayak UH
    2 days ago










  • It is failing to load the libraries dynamically
    – Vinayak UH
    2 days ago






  • 1




    Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
    – Larry
    2 days ago











  • 2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
    – Larry
    2 days ago
















yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
– Vinayak UH
2 days ago




yum install doesn;t work in my case. Now i found that file is located at /usr/local/lib64 but when i use iperf3 command i am getting the following error "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ". can you please tell me how to add this to ld config
– Vinayak UH
2 days ago












It is failing to load the libraries dynamically
– Vinayak UH
2 days ago




It is failing to load the libraries dynamically
– Vinayak UH
2 days ago




1




1




Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
– Larry
2 days ago





Why doesn't yum work? How did libcrypto.so.1.1.0h get in /usr/local/lib64? Is /usr/local/lib64 in /etc/ld.so.conf or in a file in /etc/ld.so.conf.d?
– Larry
2 days ago













2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
– Larry
2 days ago





2 ways (after upgrading to Fedora 27 or 28 as Michael suggests): 1. LD_LIBRARY_PATH=/usr/local/lib64 iperf -u -s -V 2. put “/usr/local/lib64” in /etc/ld.co.conf and run sudo ldconf
– Larry
2 days ago



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