Date: Sun, 24 May 2015 09:49:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200375] dns/bind910: rcorder loop detected ldconfig -> named -> NETWORKING -> mountcritremote -> ldconfig Message-ID: <bug-200375-13-VBt5IWuJxN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200375-13@https.bugs.freebsd.org/bugzilla/> References: <bug-200375-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200375 --- Comment #2 from Mathieu Arnold <mat@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200375-13-VBt5IWuJxN>