[Bug 200375] dns/bind910: rcorder loop detected ldconfig -> named -> NETWORKING -> mountcritremote -> ldconfig

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 24 09:49:10 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200375

--- Comment #2 from Mathieu Arnold <mat at FreeBSD.org> ---
Mmmmm, I think I know why it never failed for me, I build WITH_OPENSSL_PORTS,
and it adds :

# readelf -d /usr/local/sbin/named|grep local
 0x000000000000000f (RPATH)              Library rpath: [/usr/local/lib]
 0x000000000000001d (RUNPATH)            Library runpath: [/usr/local/lib]

so it always can find:

# ldd /usr/local/sbin/named|grep local
/usr/local/sbin/named:
        libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800aa8000)
        libGeoIP.so.1 => /usr/local/lib/libGeoIP.so.1 (0x8010b2000)
        libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x8012e8000)
        libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x80185a000)

even before ldconfig runs at startup.

I wonder if:

# REQUIRE: NETWORKING ldconfig
# BEFORE: syslogd

would be ok ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list