On Thu, Mar 11, 2021 at 02:11:53PM +0100, Joel Granados wrote:
/lib -> usr/lib
/lib32 -> usr/lib32
/lib64 -> usr/lib64
/libx32 -> usr/libx32
/usr/lib
/usr/lib32
/usr/lib64
/usr/libx32

ok, the system simply aliases /lib* to /usr/lib* (i think that's the new debian policy), so the "duplicate" files are actually the same ones and there is nothing to worry about.

the libresolv discrepancy is not worrisome as such, but it's a sign that the systems are not quite identical - the lib is pulled in transitively, so at least one of the directly linked libs must be built differently.

anyway, i think this is a dead end. on to ltrace/strace, trying to find a configuration difference. well, you could try something more direct: diff -ur /etc /other/systems/etc (look for differences related to dns and ssl (primarily)).


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to