Date: Thu, 19 May 2022 22:54:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 264067] ldconfig: aout is not supported Message-ID: <bug-264067-227-m48LhEDRsS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264067-227@https.bugs.freebsd.org/bugzilla/> References: <bug-264067-227@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=3D264067 --- Comment #4 from Ed Maste <emaste@freebsd.org> --- > /etc/rc.d/ldconfig: # Legacy aout support for i386 only > /etc/rc.d/ldconfig: : ${ldconfig_paths_aout=3D${ldconfig_paths}} > /etc/rc.d/ldconfig: for i in /usr/lib/aout ${ldconfig_paths_aout} /etc/ld= .so.conf; do > /etc/rc.d/ldconfig: ${ldconfig} -aout ${_ins} ${_LDC} Aha, these lines should not exist in rc.d/ldconfig on 13.x. I guess new /etc content was not merged when the upgrade was done. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264067-227-m48LhEDRsS>