From owner-freebsd-questions@FreeBSD.ORG Fri May 12 00:24:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B599516A439 for ; Fri, 12 May 2006 00:24:02 +0000 (UTC) (envelope-from patman@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBF343F04 for ; Thu, 11 May 2006 23:59:16 +0000 (GMT) (envelope-from patman@gmail.com) Received: by nz-out-0102.google.com with SMTP id l1so312181nzf for ; Thu, 11 May 2006 16:58:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=AQRYtXD51g4MbNdZ5Wqat6lXH7tU8e2jpEa0ka8HoX3wSteS2copwyNVKjLGPzQkpLTSqeV7LeLqTp/XjaNRdb4hsCla3Uc9Z0tu76r6iMcQwww9IMbd7NdCgYv+xD7Ir2Haw7Rmd8AmiSHsF4VN0f9htwehRnNFy35h1+GK0XE= Received: by 10.65.132.12 with SMTP id j12mr1129847qbn; Thu, 11 May 2006 16:58:42 -0700 (PDT) Received: by 10.65.232.8 with HTTP; Thu, 11 May 2006 16:58:42 -0700 (PDT) Message-ID: <40089b080605111658w264b281dhb4dae8b26e297f9d@mail.gmail.com> Date: Thu, 11 May 2006 16:58:42 -0700 From: "patrick w. dondl" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 6.1 and MATLAB R2006a problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 00:24:09 -0000 Hello, I can more or less successfully run the current MATLAB version, however I d= o get the following error message on startup: ---------- < M A T L A B > Copyright 1984-2006 The MathWorks, Inc. Version 7.2.0.294 (R2006a) January 27, 2006 ??? Can't load '/usr/compat/linux/opt/matlab/bin/glnx86/libmwbuiltins.so': /usr/compat/linux/opt/matlab/bin/glnx86/libmwbuiltins.so: symbol dlinfo, version GLIBC_2.3.3 not defined in file libdl.so.2 with link time reference Error in =3D=3D> matlabrc at 58 str =3D sprintf('%s', lasterr); >> ----------- it seems that the symbol GLIBC_2.3.3 is defined in /usr/compat/linux/lib/libdl.so.2, but I'm no expert at those things. Any advice on what I could try, or what that message means? Thanks, Patrick