I\'m using CentOS5 and tryin开发者_运维知识库g to install a script that requires ldd. I\'ve tried:
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
I\'m trying to use libpcap that was compiled with pf_ring. I got the sources from ntop, and compiled it.
Any tips how to solve this missing library problem? In this case I\'m using Sun开发者_运维技巧freeware packages, instead of compiling from source.
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
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)
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
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:
I create an application by linking the libociei.so and libcustome.so CC -o main main.cpp ../lib/libociei.so ../lib/libcustome.so
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