Top "Ldd" questions

for an executable or shared library.

error while loading shared libraries: libboost_system.so.1.45.0: cannot open shared object file: No such file or directory

I am building a C++ executable on Linux. The executable links into some boost libraries. This is the output when …

c++ linux ubuntu ld ldd
How to use debug version of libc

Short version of question: How can I get gdb to use the debugging symbols for libc? Longer version: I am …

linux gdb libc ldd
ldd can't find library in LD_LIBRARY_PATH

I'm trying to get a system up and running, and am having problems with the OpenMotif shared libraries. I have …

unix shared-libraries ldd
What are ld-linux.so.2 and linux-gate.so.1?

When I run ldd program I get an output of the form linux-gate.so.1 => (0xb77ae000) libstdc++.so.6 => /…

linux linkage ldd
undefined reference to symbol 'dlsym@@GLIBC_2.4'

First off, please keep in mind that I'm new to linux. I'm having problems compiling my project. I keep get …

linux ldd
Hierarchical ldd(1)

Due to using Gentoo, it often happens that after an update programs are linked against old versions of libraries. Normally, …

linux gcc linker gentoo ldd
cannot execute binary file

I have a binary executable that's a part of an academic software package I've downloaded. I can't seem to get …

binary executable ldd
cross compiler ldd

I have created a cross compiled arm executable. I want to find the library dependency of the executable. I am …

linux ubuntu arm cross-compiling ldd
Error while loading shared libraries: /usr/local/lib64/libssl.so.1.1

I’m trying to compile openssl-1.1.0e on Centos 7 (7.3.1611) but after i successfully compiled everything without any warning, i get …

compilation linker openssl centos7 ldd