From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 11:28:52 2005 Return-Path: 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 2F15916A4CE for ; Sun, 16 Jan 2005 11:28:52 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CF343D1F for ; Sun, 16 Jan 2005 11:28:51 +0000 (GMT) (envelope-from roblahaye@home.nl) Received: from [213.51.128.136] (port=35732 helo=smtp5.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1Cq8aQ-0002TY-26 for freebsd-questions@freebsd.org; Sun, 16 Jan 2005 12:28:50 +0100 Received: from [10.100.3.14] (port=41732 helo=mail.home.nl) by smtp5.home.nl with smtp (Exim 4.30) id 1Cq8aO-000661-Qi for freebsd-questions@freebsd.org; Sun, 16 Jan 2005 12:28:48 +0100 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) X-Originating-IP: [147.47.254.184] From: Rob Lahaye To: Date: Sun, 16 Jan 2005 20:28:48 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AtHome-MailScanner-Information: Neem contact op met support@home.nl voor meer informatie X-AtHome-MailScanner: Found to be clean Message-Id: <20050116112851.62CF343D1F@mx1.FreeBSD.org> Subject: Realplayer cannot find libraries, after upgrade from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lahaye@romeo.snu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 11:28:52 -0000 Hi, I've just upgraded all my software from recent ports. Now realplayer (10.0.2_1) doesn't run anymore, because it cannot find its libraries: $ ldd /usr/local/lib/RealPlayer/realplay.bin | grep "not found" libX11.so.6 => not found libXrandr.so.2 => not found libXi.so.6 => not found libXext.so.6 => not found libXft.so.2 => not found libXrender.so.1 => not found libX11.so.6 => not found libXft.so.2 => not found libXrender.so.1 => not found libX11.so.6 => not found $ ls /usr/X11R6/lib/libX11.so.6 /usr/X11R6/lib/libX11.so.6 Any idea what's the problem here? Thanks, Rob.