iperf3 error libcrypto.so.1.1 not found [on hold]
Clash 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
fedora linux-kernel openssl
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.
add a comment |Â
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
fedora linux-kernel openssl
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
add a comment |Â
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
fedora linux-kernel openssl
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
fedora linux-kernel openssl
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
add a comment |Â
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
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Install openssl-libs
sudo yum install openssl-libs
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 runsudo ldconf
â Larry
2 days ago
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
Install openssl-libs
sudo yum install openssl-libs
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 runsudo ldconf
â Larry
2 days ago
add a comment |Â
up vote
0
down vote
Install openssl-libs
sudo yum install openssl-libs
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 runsudo ldconf
â Larry
2 days ago
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Install openssl-libs
sudo yum install openssl-libs
Install openssl-libs
sudo yum install openssl-libs
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 runsudo ldconf
â Larry
2 days ago
add a comment |Â
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 runsudo 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
add a comment |Â
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