From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 16:32:12 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 66D0837B401 for ; Sun, 6 Apr 2003 16:32:12 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A9F43F75 for ; Sun, 6 Apr 2003 16:32:11 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.99.151 ([207.179.99.151]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 6 Apr 2003 19:33:09 -0400 From: taxman To: freebsd-questions@FreeBSD.org Date: Sun, 6 Apr 2003 18:09:00 -0400 User-Agent: KMail/1.5 References: <200303301637.03087.taxman@acd.net> In-Reply-To: <200303301637.03087.taxman@acd.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304061809.00935.taxman@acd.net> X-OriginalArrivalTime: 06 Apr 2003 23:33:09.0712 (UTC) FILETIME=[E204CD00:01C2FC94] Subject: Re: 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, 06 Apr 2003 23:32:12 -0000 On Sunday 30 March 2003 04:37 pm, taxman wrote: > 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 for the sake of the archives, I never got acroread-3.0.2 to work, but installing /usr/ports/print/acroread5 worked just fine. Tim