Top "Ldd" questions

for an executable or shared library.

Sunfreeware openssl has duplicate references to libgcc_s.so.1

Any tips how to solve this missing library problem? In this case I'm using Sunfreeware packages, instead of compiling from …

solaris ldd
python import error: cannot open shared object file

My python code gives this error: from cv_bridge import CvBridge, CvBridgeError ImportError: libcv_bridge.so: cannot open shared object …

python ldd
Does ldd also show dependencies of dependencies?

I have a binary for which ldd shows an unexpected dependency und libicuuc (from "icu"). #ldd A [...] libxml2.so.2 => /…

linux shared-libraries ldd
ldd equivalent on android

I have a libTest.so that does not load on some devices. logcat is absolutely useless. Using arm-linux-androideabi-readelf.exe -d …

android android-ndk ldd readelf
Unable to compile: unrecognized relocation

I'm unable to compile anything in my linux pc. I have no idea why, probably I've installed some package and …

c++ linux gcc opensuse ldd
How to add shared library search path to a executable file?

I build the ffmpeg with librtmp. My librtmp is at /opt/librtmp/lib. When I execute the ffmpeg, it said: ./…

shared-libraries ld ldd
Forcing a binary to use a specific (newer) version of a shared library (.so)

I have an older binary executable (utserver, closed source) that I'm trying to run on a system running Fedora 22. utserver …

linux shared-libraries elf dynamic-linking ldd
Update ldconfig cache without root permission

$ uname -a Linux xhost10.bcgsc.ca 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux $ /sbin/ldconfig --version …

linux centos shared-libraries ldd library-path
How to get a list of paths in /etc/ld.so.conf on Linux

What is the most portable and robust way to get the list of paths, configured by /etc/ld.so.conf …

linux lua shared-libraries debian ldd
MacOSX: which dynamic libraries linked by binary?

I have not been able to figure out why my binary is not loading. It is a dylib loaded by …

macos ldd rpath otool