From owner-freebsd-ports Sat Jul 1 20:25:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id BFA7037B5C9; Sat, 1 Jul 2000 20:25:51 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA99151; Sat, 1 Jul 2000 21:25:50 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA56324; Sat, 1 Jul 2000 21:25:42 -0600 (MDT) Message-Id: <200007020325.VAA56324@harmony.village.org> To: current@freebsd.org Cc: ports@freebsd.org Subject: Help with Linux interpreter Date: Sat, 01 Jul 2000 21:25:42 -0600 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was able to install the acroread4 port on my -current machine of a week or two ago. I find when I try to run acroread4 I get the following error: ELF interpreter /lib/ld-linux.so.2 not found Abort But /compat/linux/lib/ld-linux.so.2 exists and points to ld-2.1.2.so, which also exists. It was branded as SVR4, and I changed this to Linux, but that didn't help. What am I doing wrong? I reinstalled all the ports in the chain of acroread4. I've also done a rm -rf /usr/compat/linux; mkdir /usr/compat/linux (/compat -> /usr/compat on my system). What other information do you need to help me? Also, I think there's a fd leak in brandelf: brandelf * ... File 'libresolv-2.1.2.so' is of brand 'Linux' (3). File 'libresolv.so.2' is of brand 'Linux' (3). brandelf: error opening file librt-2.1.2.so: Too many open files brandelf: error opening file librt.so.1: Too many open files brandelf: error opening file libtermcap.so.2: Too many open files brandelf: error opening file libtermcap.so.2.0.8: Too many open files ... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message