[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 21:55:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264067 --- Comment #3 from p5B2EA84B3@t-online.de --- # grep -R aout /etc/ /etc/defaults/rc.conf:ldconfig_paths_aout="/usr/lib/compat/aout /usr/local/lib/aout" /etc/mtree/BSD.usr.dist: aout /etc/mtree/BSD.usr.dist: aout /etc/rc.d/abi: load_kld -e 'linux(aout|elf)' linux /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} /etc/rc.d/linux: load_kld -e 'linux(aout|elf)' linux # ls /usr/lib/compat/aout ls: /usr/lib/compat/aout: No such file or directory # ls /usr/local/lib/aout ls: /usr/local/lib/aout: No such file or directory -- You are receiving this mail because: You are the assignee for the bug.