Date: Fri, 5 Feb 1999 11:36:28 -0500 (EST) From: Luoqi Chen <luoqi@watermarkgroup.com> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, newton@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern imgact_elf.c Message-ID: <199902051636.LAA15502@lor.watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
> newton 1999/02/04 19:47:47 PST > > Modified files: > sys/kern imgact_elf.c > Log: > Additional note on last rev: The rationale for this is to allow you > to run Solaris executables (or executables from any other ELF system) > directly off the CD-ROM without having to waste megabytes of disk > by copying them to another filesystem just to brand them. > > Revision Changes Path > 1.50 +1 -1 src/sys/kern/imgact_elf.c > None of the executables under usr/ on the CD-ROM are statically linked, so you don't need to brand them at all. The problem is that the interpreter name in the svr4 elf brand structure is *WRONG*, it should be /lib/ld.so.1, not /lib/libc.so.1 (svr4/svr4_sysvec.c). -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902051636.LAA15502>