avahi-daemon-0.6.24-alt1 libdaemon-0.10-alt1 I have apt-get installed the new avahi-daemon, but the formal dependencies of the package don't indicate it requires a newer libdaemon: [root@dell ~]# avahi-daemon --debug avahi-daemon: symbol lookup error: avahi-daemon: undefined symbol: daemon_close_all [root@dell ~]# ldd -r "$(which avahi-daemon )" undefined symbol: daemon_close_all (/usr/sbin/avahi-daemon) linux-gate.so.1 => (0xb7ff2000) libavahi-common.so.3 => /usr/lib/libavahi-common.so.3 (0xb7fbe000) libavahi-core.so.6 => /usr/lib/libavahi-core.so.6 (0xb7f8b000) libdaemon.so.0 => /usr/lib/libdaemon.so.0 (0xb7f85000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7f65000) libcap.so.2 => /lib/libcap.so.2 (0xb7f5e000) libdl.so.2 => /lib/libdl.so.2 (0xb7f5a000) libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7f23000) libc.so.6 => /lib/libc.so.6 (0xb7dd2000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7db9000) libattr.so.1 => /lib/libattr.so.1 (0xb7db4000) /lib/ld-linux.so.2 (0x80000000) [root@dell ~]# rpm -qf /usr/lib/libdaemon.so.0 libdaemon-0.10-alt1 [root@dell ~]# Please add the dependency or rebuild it when libdaemon has versionized ABI.
(In reply to comment #0) > Please add the dependency or rebuild it when libdaemon has versionized ABI. https://bugzilla.altlinux.org/show_bug.cgi?id=18320
когда/если в libdaemon появится версионирование, я рассмотрю возможность пересборки. Добавлять зависимость на определённую версию библиотеки я не намерен.
fixed in avahi 0.6.24-alt2
(In reply to comment #3) > fixed in avahi 0.6.24-alt2 Thanks! Now it's OK.