From owner-freebsd-questions@FreeBSD.ORG Fri Mar 7 23:33:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63952106566C for ; Fri, 7 Mar 2008 23:33:15 +0000 (UTC) (envelope-from biffsnifter@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 34F188FC16 for ; Fri, 7 Mar 2008 23:33:14 +0000 (UTC) (envelope-from biffsnifter@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so461956rvb.43 for ; Fri, 07 Mar 2008 15:33:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=DSj4ZZy9x9/q9wT8mmHuQek7xKuevOGDyM8i7ePXb30=; b=rxe5BOczeIVagVQz16cLCyw2KYQm7WVMJ36jKCv37G89nFlJvaq5UzJdweIkSos4TQ12OuL0eG5RI2fyJrEYjJ309W63ZrqJ7DuldFx4pobLiWdMp3g47v5wUrq3mzlpzmc79eeMBj+i/sYw3ypZuGEMep61FG+QUf9dAIVPMS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=wooAwsQepCbpX90EfyFnn2Kn/tCGJNS9x9VHtyZNGgHLxUdT1DN7HzVgIQxNddv81nXFGbdctk0VJ+33dBXEyy1hG6Ry6A4PiYH/fP1LgHYuuRpcCYXNrDoF0OJgcTJsaZb5uRnO4cUh7YcT1M3nhqktGpMbVLhR8hIjaHuiACI= Received: by 10.140.251.1 with SMTP id y1mr1088631rvh.292.1204931111561; Fri, 07 Mar 2008 15:05:11 -0800 (PST) Received: by 10.140.169.16 with HTTP; Fri, 7 Mar 2008 15:05:11 -0800 (PST) Message-ID: <3dce66b30803071505o73ae851bv4de28d9eb224c651@mail.gmail.com> Date: Fri, 7 Mar 2008 17:05:11 -0600 From: "Rich Winkel" To: freebsd-questions@freebsd.org, rich@math.missouri.edu MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Mathematica 6.01 + FBSD 6.3-release 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, 07 Mar 2008 23:33:15 -0000 I'm having problems getting the frontend running. The kernel seems to run fine. Initially the linux loader wasn't seeing the libraries under SystemFiles/Libraries/Linux (or at least /compat/linux/usr/bin/ldd couldn't find them when run on SystemFiles/FrontEnd/Binaries/Linux/Mathematica ) So I installed /compat/linux/etc/ld.so.conf.d/Mathematica.conf containing /usr/local/mma6/SystemFiles/Libraries/Linux and ran linux's ldconfig, which updated the cache and all was fine as far as ldd was concerned. But it still doesn't run and there are no errors. Does anyone else have this running under 6.3 with xorg-7.3_1 and linux_base-fc-4_10 ? Does it need to be installed under /compat/linux ? Thanks for any help! Rich