NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Missing ldconfig on 10.0 ?



On Mon, Nov 25, 2024 at 10:15:37PM +0300, Andrew Randrianasulu wrote:
> May be it was there after installation but now I can't find it ??

man ldconfig says:

DESCRIPTION
	[...]	 ldconfig is only available on systems
     that use the "a.out" format for executables and libraries - on ELF
     systems, all the work is done by ld.elf_so.

If you run an architecture that never used a.out format (like amd64), there
will be no ldconfig binary.

The ones that have it are: i386, arm, m68k, pmax, sparc, vax.

Martin


Home | Main Index | Thread Index | Old Index