From owner-freebsd-questions@FreeBSD.ORG Thu Mar 12 23:25:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87A49106566B for ; Thu, 12 Mar 2009 23:25:03 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 243A18FC08 for ; Thu, 12 Mar 2009 23:25:02 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so44916tib.3 for ; Thu, 12 Mar 2009 16:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=/8C/w4KqN1KEaNI9LYIHpeusiqVZ49uWJycIGy2941s=; b=c2cpeDlS7mjjtm/i56xuhQRBeS3RGB0hyjbPHXzfPkahPdMwjHlepDjWr+NkmcaF8Z zhOARy5zc3mQPPKN4ElzvnMufT1TfyY6WOwrghByuUhvJw/wbUwavIam2gfjC7/cNdpp o/OjUZUokBcthRD5LA4nfMr0jxSMY0YfDgImU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=WRFv6tvuhwsSj5z6oflxaTMBfhoyQj3FhDM67cXdTYG0SrdgvDmXvXuMm+9FgAO8nI rZuFFiTcPaGckmpW1on5TijI+euS7ZQA5+Xu583+pi7IwPlkWakB+0qmUAqA8F6fphlq 5zW02R64uOYUm5PoYH3vF7Z2z8k7AQheILd8Y= Received: by 10.110.57.6 with SMTP id f6mr745137tia.11.1236900301993; Thu, 12 Mar 2009 16:25:01 -0700 (PDT) Received: from unxfbsdi.freebsd.localdomain ([117.196.225.103]) by mx.google.com with ESMTPS id d1sm2279851tid.34.2009.03.12.16.24.58 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Mar 2009 16:25:01 -0700 (PDT) Message-ID: <49B99A24.5070201@gmail.com> Date: Fri, 13 Mar 2009 04:56:28 +0530 From: Manish Jain User-Agent: Thunderbird 2.0.0.19 (X11/20090311) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, bsam@ipt.ru Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Problem with running acroread8/linux-nvu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 23:25:03 -0000 Hi all, I am running FreeBSD7.1 on an x86 system. When I try to run acroread8 or linux-nvu, both fail with the following error message : error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory Interestingly, 'locate libgobject-2.0.so.0' gives the output : /usr/local/lib/libgobject-2.0.so.0 So I copied /usr/local/lib/libgobject-2.0.so.0 to /usr/compat/linux/lib. Now I get the following message when I try to run acroread8 : error while loading shared libraries: /lib/libgobject-2.0.so.0: ELF file OS ABI invalid Can somebody please help me out ? Thanks in advance. Manish Jain invalid.pointer@gmail.com