From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 00:07:55 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 9DB1A16A4CE for ; Mon, 31 Jan 2005 00:07:55 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABAF43D58 for ; Mon, 31 Jan 2005 00:07:55 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j0V07tj62395; Sun, 30 Jan 2005 16:07:55 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Steven Friedrich" , Date: Sun, 30 Jan 2005 16:07:54 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200501301130.24028.FreeBSD@insightbb.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: Acroread complains... 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: Mon, 31 Jan 2005 00:07:55 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Steven > Friedrich > Sent: Sunday, January 30, 2005 8:30 AM > To: freebsd-questions@freebsd.org > Subject: Acroread complains... > > > When I run mozilla from the command line and ask it to open a pdf, it > complains: > /usr/local/Acrobat5/Reader/intellinux/bin/acroread: error > while loading shared > libraries: /usr/local/lib/libartsdsp.so.0: ELF file OS ABI invalid > > So I ran file on it: > % file /usr/local/lib/libartsdsp.so.0 > /usr/local/lib/libartsdsp.so.0: ELF 32-bit LSB shared object, > Intel 80386, > version 1 (FreeBSD), not stripped > > Ideas? Have you done this: cd /usr/ports/print/acroread make install And does it break if you just run acroread in an xterm by itself? Ted