Date: Mon, 22 Jul 2002 23:22:42 -0500 From: lane holcombe <lane@joeandlane.com> To: <freebsd-questions@FreeBSD.ORG> Subject: ELF Interpreter /compat/svr4/lib/ld-linux.so.2 not found Message-ID: <200207222322.42239.lane@joeandlane.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207222322.42239.lane>