Citeren Arjen de Korte <[email protected]>: >> I've reïnstalled my server with the newest version of Slackware (12.2) >> but i've still got the same error. How can i upgrade my libwrap library >> further? > Have you asked this question on the Slackware mailing list? This is > really something that can't be solved by us. If the libwrap library is > has unresolved dependecies, this is a packaging error.
Never mind the above comment, I was wrong here. On most systems (including mine), 'yp_get_default_domain' is part of the (standard) libc library. But on some (and apparently, Slackware is one of them), this requires linking with the 'nsl' library. I added some autoconf magic to check if adding this library is needed when tcp_wrappers support is enabled. If you checkout the latest version from the trunk, it should work for you too. Best regards, Arjen -- Please keep list traffic on the list _______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev
