From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 12 18:08:02 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E9016A47B for ; Tue, 12 Sep 2006 18:08:02 +0000 (UTC) (envelope-from karma@ez.pereslavl.ru) Received: from pier.botik.ru (pier.botik.ru [193.232.174.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C80443D78 for ; Tue, 12 Sep 2006 18:07:59 +0000 (GMT) (envelope-from karma@ez.pereslavl.ru) Received: from ez.pereslavl.ru ([192.168.56.29]:50731) by pier.botik.ru with esmtp (Exim 4.50) id 1GNCfc-0001C1-1P for freebsd-hackers@freebsd.org; Tue, 12 Sep 2006 22:07:50 +0400 Message-ID: <4506F7D7.9070003@ez.pereslavl.ru> Date: Tue, 12 Sep 2006 22:09:27 +0400 From: Alexey Mikhailov User-Agent: Thunderbird 1.5.0.5 (X11/20060814) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem installing Mathematica on FreeBSD 6.1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 18:08:02 -0000 Hello! Sometime ago I posted this message to freebsd-questions@, but had no answer. So I'll try my luck here. --------------------------------------------------------- Hello! I installed Mathematica 5.1 on my FreeBSD 6.1 system. And I can't run it.. That's very strange behaviour: ~/Mathematica/SystemFiles/FrontEnd/Binaries/Linux % ./Mathematica ./Mathematica: relocation error: /usr/X11R6/lib/libX11.so.6: undefined symbol: __stderrp But: ~/Mathematica/SystemFiles/FrontEnd/Binaries/Linux % ldd Mathematica Mathematica: libm.so.6 => /lib/libm.so.6 (0x284e5000) libpthread.so.0 => /lib/libpthread.so.0 (0x28507000) librt.so.1 => /lib/librt.so.1 (0x28558000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2856a000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x285b4000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x285c1000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x285d5000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x285de000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x285f4000) libc.so.6 => /lib/libc.so.6 (0x286b5000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x284ca000) ~/Mathematica/SystemFiles/FrontEnd/Binaries/Linux % strings /lib/libc.so.6|grep __stderrp __stderrp Can someone point me out what's wrong? Thanks!