File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,16 @@ Contents of section .note.dlopen:
125125...
126126```
127127
128- It is more convenient to use a higher level tool:
128+ For a quick look it is more convenient to use ` systemd-analyze dlopen-metadata ` :
129+ ``` console
130+ $ systemd-analyze dlopen-metadata /usr/lib64/libsystemd.so.0
131+ FEATURE DESCRIPTION SONAME PRIORITY
132+ lzma Support lzma compression in journal and coredump files liblzma.so.5 suggested
133+ lz4 Support lz4 compression in journal and coredump files liblz4.so.1 suggested
134+ zstd Support zstd compression in journal and coredump files libzstd.so.1 recommended
135+ ```
136+
137+ Another higher level tool is ` dlopen-notes ` :
129138``` console
130139$ dlopen-notes /usr/lib64/systemd/libsystemd-shared-257.so
131140# /usr/lib64/systemd/libsystemd-shared-257.so
You can’t perform that action at this time.
0 commit comments