From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 30 16:37:56 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E2FD106567D for ; Thu, 30 Jul 2009 16:37:56 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.184.195]) by mx1.freebsd.org (Postfix) with ESMTP id E0A368FC17 for ; Thu, 30 Jul 2009 16:37:55 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) by pencil.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n6UGA5xu062851; Thu, 30 Jul 2009 11:10:05 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.14.3/8.14.3/Submit) id n6UGA5Tv062850; Thu, 30 Jul 2009 11:10:05 -0500 (CDT) (envelope-from rich) Date: Thu, 30 Jul 2009 11:10:05 -0500 From: Rich Winkel To: freebsd-emulation@freebsd.org Message-ID: <20090730161005.GA61915@pencil.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.94.2/9634/Wed Jul 29 22:03:31 2009 on pencil.math.missouri.edu X-Virus-Status: Clean Cc: Rich Winkel Subject: Linux libs problem with matlab java X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2009 16:37:56 -0000 Hi, I'm trying to get matlab R13 running under freebsd 7.1 with linux_base-fc-4_14. compat.linux.osrelease is set to 2.4.2 Matlab comes with jre 1.1.8. When I try to run matlab, the error is: Warning: Unable to load Java Runtime Environment: /usr/local/matlab/sys/java/jre/glnx86/jre/lib/i386/native_threads/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference. Warning: Disabling Java support. Does anyone know what's going on here? Thanks, Rich