Federico Beffa <be...@ieee.org> skribis: > I'm working on dconf and I had the same problem: the produced binaries > like dconf-edit, but even shared libraries produced by the build would > not find their own companions.
What build system does dconf use? Usually there’s no problem for packages that use Libtool (it sets the RUNPATH automatically), but there’s almost systematically a problem when CMake is used (we may not be passing the right options or something, as Andreas notes.) Ludo’.