From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 13:37:46 2003 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 DE4CE37B412 for ; Sun, 30 Mar 2003 13:37:44 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D64441AA for ; Sun, 30 Mar 2003 13:33:44 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.99.168 ([207.179.99.168]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 30 Mar 2003 16:33:17 -0500 From: taxman To: freebsd-questions@FreeBSD.org Date: Sun, 30 Mar 2003 16:37:03 -0500 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303301637.03087.taxman@acd.net> X-OriginalArrivalTime: 30 Mar 2003 21:33:18.0276 (UTC) FILETIME=[FAB28040:01C2F703] Subject: Acroread port errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 21:37:49 -0000 Hi, I installed acroread-3.02 from ports but I get errors when trying to run it. First I got 3-4 errors about different lib versions needed, eg: libc.so.5: cannot open shared object file: No such file or directory Thats true because I had libc.so.6 -> libc-2.2.4.so in /usr/compat/linux/lib there were others that were similiar, but I forgot which ones. So for fun, to see if it would work, I just created the new links with # ln -s libc-2.2.4.so libc.so.5 and similiar for the others. Now I get this error, and don't know what to do: /usr/local/Acrobat3/Reader/intellinux/bin/acroread: relocation error: /usr/local/Acrobat3/Reader/intellinux/bin/acroread: undefined symbol: __libc_init I'm guessing this is where the different lib versions are not playing well together. pkg_version shows all of the relevant ports such as linux_base-7.1_2 and acroread up to date. cvsup'd ports last night Any ideas? Thanks, Tim