Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 843803

Summary: net-misc/iputils-20211215 - ping tries to load libcrypto.so.1.1 after upgrade to dev-libs/openssl-3.0.x
Product: Gentoo Linux Reporter: Mike Gilbert <floppym>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Gilbert gentoo-dev 2022-05-11 18:16:26 UTC
The ping command doesn't get linked against libcrypto, but the command fails with this message:

% ping www.google.com
ping: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

I'm guessing there's some dlopen() action going on here.
Comment 1 Mike Gilbert gentoo-dev 2022-05-11 18:20:30 UTC
Never mind. I had an old copy of ping in my PATH.