From owner-freebsd-questions Tue Jul 23 4:51:13 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 BF17337B4D8 for ; Tue, 23 Jul 2002 04:51:04 -0700 (PDT) Received: from badboy.mail.pas.earthlink.net (badboy.mail.pas.earthlink.net [207.217.120.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E98B43E42 for ; Tue, 23 Jul 2002 04:50:34 -0700 (PDT) (envelope-from lane@joeandlane.com) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by badboy.mail.pas.earthlink.net (8.11.6+Sun/8.11.6) with ESMTP id g6N4Q7N11406 for ; Mon, 22 Jul 2002 21:26:07 -0700 (PDT) Received: from user-112urtn.biz.mindspring.com ([66.47.111.183] helo=joeandlane.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17WrCa-0001Ou-00 for freebsd-questions@FreeBSD.ORG; Mon, 22 Jul 2002 21:23:12 -0700 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.12.5/8.11.6) with ESMTP id g6N4Mg9k059962 for ; Mon, 22 Jul 2002 23:22:43 -0500 (CDT) (envelope-from lane@joeandlane.com) Content-Type: text/plain; charset="us-ascii" From: lane holcombe To: Subject: ELF Interpreter /compat/svr4/lib/ld-linux.so.2 not found Date: Mon, 22 Jul 2002 23:22:42 -0500 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207222322.42239.lane@joeandlane.com> 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 I had a catastrophic hardware failure this weekend so I had to reinstall FreeBSD from scratch. Everything seems to have installed correctly but I cannot get /usr/ports/www/linux-netscape47-navigator to install. "make all" works without complaint, but "make install" complains thusly: ===> Installing for linux-netscape-navigator-4.79 ===> linux-netscape-navigator-4.79 depends on executable: netscape - found ===> linux-netscape-navigator-4.79 depends on file: /compat/linux/etc/redhat-release - found ===> linux-netscape-navigator-4.79 depends on shared library: X11.6 - found ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found *** Signal 6 Stop in /usr/ports/www/linux-netscape47-navigator. I can locate ld-linux.so.2 in /usr/compat/linux/lib/ , but I can't figure out how to coerce make to find it there. And I can't figure out how to remake ld-linux.so.2 If I create the path mentioned (/compat/svr4/lib/) and put ld-linux.so.2 there then the install fails like this: ===> Installing for linux-netscape-navigator-4.79 ===> linux-netscape-navigator-4.79 depends on executable: netscape - found ===> linux-netscape-navigator-4.79 depends on file: /compat/linux/etc/redhat-release - found ===> linux-netscape-navigator-4.79 depends on shared library: X11.6 - found *** Signal 12 Stop in /usr/ports/www/linux-netscape47-navigator. How do I make this ELF look where I'm telling him? Thanks, lane P.S. How do I subscribe to freebsd-questions@FreeBSD.ORG? (Just a joke, ok?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message