ldd
Formats Error (could not find ldd binary)!
I\'m using CentOS5 and tryin开发者_运维知识库g to install a script that requires ldd. I\'ve tried:[详细]
2023-03-23 16:22 分类:问答gcc link shared library against symbolic link
I have two libraries, for example two toaster libraries libtoaster_a.so and libtoaster_b.so and all the associated major/minor/rev symlinks eg libtoaster_a.so.1.0.0 etc. Both libraries implement the s[详细]
2023-03-12 12:29 分类:问答link to pcap with pf_ring
I\'m trying to use libpcap that was compiled with pf_ring. I got the sources from ntop, and compiled it.[详细]
2023-03-10 04:45 分类:问答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 Sun开发者_运维技巧freeware packages, instead of compiling from source.[详细]
2023-03-10 03:20 分类:问答cross compiler ldd
I have created a cross compiled arm executable. I wa开发者_StackOverflownt to find the library dependency of the executable. I am using ubuntu natty and installed arm-linux-gnueabi tool chain, which d[详细]
2023-03-08 22:25 分类:问答Understanding ldd output
How does ldd knows it\'s depending on libc.so.6 ,not libc.so.5 or libc.so.7? libc.so.6 => /lib64/libc.so.6 (0x00000034f4000000)[详细]
2023-02-22 00:33 分类:问答linux binary independent of shared libraries
I have a C++ program that depends on quite a few libraries (some common system libraries like libjpeg some personal libraries that are not installed system wide). The Program compiles well on machine[详细]
2023-02-07 06:50 分类:问答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 I attempt to run the binary:[详细]
2023-02-02 18:07 分类:问答Why shared library is linked by absolute path?
I create an application by linking the libociei.so and libcustome.so CC -o main main.cpp ../lib/libociei.so ../lib/libcustome.so[详细]
2023-01-21 02:13 分类:问答Determine which executables link to a specific shared library on Linux
How can I list all executables on my Red Hat Linux system which link to libssl?I can get close with: find / -t开发者_如何转开发ype f -perm /a+x -exec ldd {} \\; | grep libssl[详细]
2023-01-13 12:04 分类:问答