From owner-freebsd-hackers Thu Aug 8 01:35:21 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21973 for hackers-outgoing; Thu, 8 Aug 1996 01:35:21 -0700 (PDT) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA21958 for ; Thu, 8 Aug 1996 01:35:15 -0700 (PDT) Received: from localhost (dev@localhost) by fgate.flevel.co.uk (8.7.5/8.6.9) with SMTP id JAA15096; Thu, 8 Aug 1996 09:38:47 +0100 (BST) Date: Thu, 8 Aug 1996 09:38:47 +0100 (BST) From: Developer To: Tom Bartol cc: hackers@FreeBSD.org Subject: Re: running linux-elf matlab In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Aug 1996, Tom Bartol wrote: > I also added /lib/elf to /compat/linux/etc/ld.so.conf and rehashed > ld.so.cache with ldconfig as per the section of the FreeBSD handbook on > linux compat. Now, one would hope that matlab would run but here's what > results when I try: > > /usr/local/pkgs/matlab-4.2c/bin/lnx86/matlab > ELF interpreter /lib/elf/ld-linux.so.1 not known > Abort > > and > > /compat/linux/usr/bin/ldd /usr/local/pkgs/matlab-4.2c/bin/lnx86/matlab > ELF interpreter /lib/elf/ld-linux.so.1 not known > > So, it would appear that /lib/elf/ld-linux.so.1 is missing but we can see > from the above ls command that it is there so does anyone out there have a > clue as to how I should proceed with this problem? Perhaps by "not known" > the ELF interpreter is telling me that it can find > /lib/elf/ld-linux.so.1 but doesn't know what to do with > /lib/elf/ld-linux.so.1 Did you make sure that /lib/elf/ is in the library path for ldconfig? If it still does that then I think that either you have a permission problem with the libraries or you are using the wrong versions.. maybe you would like to try my version of /compat/linux .. it's quite comprehensive.. I put it on ftp.flevel.co.uk in /pub/bsd/linux.compat.tgz Regards, Trefor S.