Manage Shared Libraries Flashcards
What does .so or .so.version stand for?
Shared object
In which file is the library path set?
/etc/ld.so.conf
What are the two trusted Linux library paths?
/lib /usr/lib
What command would set the temporary library path?
export LD_LIBRARY_PATH = /usr/local/test
Which command will show shared library dependencies for a program?
ldd /bin/ls (eg)
What command will reload the library cache?
ldconfig
What does GTK+ stand for?
Gimp Tool Kit
Can you easily substitute one library for another?
No
What is the glibc?
GNU C library
What is the glibc library file normally called?
/lib/libc.so.6
What does so stand for?
Shared Object
What would be a way of correcting a package looking for a library that does exist on a system but with a different file name?
Create a symbolic link with the required file name
What does the ldd -v option do?
Displays version information