[Bug 264067] ldconfig: aout is not supported
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264067] ldconfig: aout is not supported"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 22:54:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264067
--- 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=${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.
--
You are receiving this mail because:
You are the assignee for the bug.