don fisher wrote:
Then there is the /run directory which does a lot I am unaware of, and the /run/user. I would like to know what is supposed to be there and how does it gets there.
If you google "linux /run", there is quite a bit of material out there. E.g.: https://unix.stackexchange.com/questions/13972/what-is-this-new-run-filesyst... https://www.quora.com/What-is-the-significance-of-the-run-directory-in-Linux
Again, ldd on rhythmbox shows links to 105 libraries. Many I recognize, but most I do not. I was looking for something like the systemd documentation that explains the different components and how they fit together. It may be hopeless.
That might be asking a lot. This is from a postfix policy daemon I've been working on this week: per@test99:~/pfpd.smtpquota> ldd pfpd.smtpquota linux-vdso.so.1 libmariadb.so.3 => /usr/lib64/libmariadb.so.3 libc.so.6 => /lib64/libc.so.6 libz.so.1 => /lib64/libz.so.1 libdl.so.2 => /lib64/libdl.so.2 libpthread.so.0 => /lib64/libpthread.so.0 libssl.so.1.1 => /usr/lib64/libssl.so.1.1 libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1 /lib64/ld-linux-x86-64.so.2 When I link, I only include libmysqlclient, which then drags in the rest (except for libc). -- Per Jessen, Zürich (17.6°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org