From owner-freebsd-questions Wed Jul 24 14: 0:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75CBE37B400 for ; Wed, 24 Jul 2002 14:00:50 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6811C43E77 for ; Wed, 24 Jul 2002 14:00:49 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.5/8.12.5) id g6OL0l4O002957; Wed, 24 Jul 2002 16:00:47 -0500 (CDT) (envelope-from dan) Date: Wed, 24 Jul 2002 16:00:47 -0500 From: Dan Nelson To: Eric Dedrick Cc: Adam Weinberger , freebsd-questions@FreeBSD.ORG Subject: Re: linux compatability broken Message-ID: <20020724210047.GG13851@dan.emsphone.com> References: <20020724200423.GF13851@dan.emsphone.com> <20020724154842.E11971-100000@dsl-146-127.resnet.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020724154842.E11971-100000@dsl-146-127.resnet.purdue.edu> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jul 24), Eric Dedrick said: > > If you don't load the svr4 module (and don't have options COMPAT_SVR4 > > in your config file), it shouldn't look in /compat/svr4. Try removing > > those and see what happens. > > > > Symlinking /compat/svr4 to /compat/linux won't do a thing, since the > > syscalls don't match. > > I get: > > $ opera > ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found > [1] 11964 Abort trap Now that's really confusing. Without the svr4 module loaded, the string "/compat/svr4" should not exist anywhere in the kernel (it's defined in /sys/svr4/svr4_sysvec.c). There is simply no way you should get that error message. Are you _sure_ you're booting a rebuilt kernel? Try rm -rf'ing the compile directory and build again. What does 'uname -v' print? -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message