Tagged Questions
1
vote
0answers
141 views
Dependencies between shared libraries in the same Debian packages
Suppose I want to create a package with multiple shared libraries - call it libfoo, which contains liba.so.1 and libb.so.1. Now, say liba.so.1 uses a symbol from libb.so.1. If I compile like this, ...
2
votes
2answers
2k views
How does rpm resolve library dependencies?
I try to make a package of a program which is linked to such library (output from ldd):
libwx_baseu-2.8.so.0 =>
/usr/lib64/wx-2.8-wxcontainer/libwx_baseu-2.8.so.0
Pretty straightforward, ...