From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 23:36:43 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54745106564A for ; Thu, 28 Aug 2008 23:36:43 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 21E498FC08 for ; Thu, 28 Aug 2008 23:36:43 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so541779wfg.7 for ; Thu, 28 Aug 2008 16:36:42 -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:reply-to :sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; bh=83fhtX/86aMRMbKt/LuiEPhv33ZYRky2KZUmTLzpb1I=; b=TqwBkDHsjvZrkDr5/B/YdQ3ilXeaoLUdk5t+kmcJ2c3djg60KyqD6xYhV1zKbwDbsg zv0lI0irSoXs4Cc4cx3F3v9p7DAR8uNrXSndeHosfhBUf/wEk+nc4o/kiTvsKC2Omvxb syBgUxQj/sqIvuM+vaaJQSfZHfIwZ4RMXv9AE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version :content-type:content-transfer-encoding:content-disposition :x-google-sender-auth; b=rUfc292fQdpZCAhtkSSMPvePNxTRZW7ZHkTPJcAD0TXwv7S0djiqASURYTMTAIMg1G jU7ORh9I7Rp/6eeruJdfNr/maTSrApxXgzJpLtXCVp0V/23cScz9yQWBRiCpmD9oZn4G Os9Nlz/hmlkx4OXaD2nucmzJj1A2N3Hcr4PlM= Received: by 10.142.180.19 with SMTP id c19mr701927wff.263.1219966602644; Thu, 28 Aug 2008 16:36:42 -0700 (PDT) Received: by 10.142.141.5 with HTTP; Thu, 28 Aug 2008 16:36:42 -0700 (PDT) Message-ID: <539c60b90808281636p5156b135xea6380a555529143@mail.gmail.com> Date: Thu, 28 Aug 2008 16:36:42 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: nox@FreeBSD.org, ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: d6a8ff74bc3d5219 Cc: Subject: ports/astro/googleearth - only4archs=i386? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 23:36:43 -0000 I *think* (and I'm no guru) that googleearth needs the ONLYFORARCHS=i386 flag set. I can't for the life of me get it to run on amd64 with either linux_base-fc4 or base-f7 - it installs, but complains about missing libGL.so.1: ./googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory If I explicitly point (LDPRELOAD and/or ldconfig) it to /usr/compat/linux/usr/X11R6/lib/libGL.so.1, I get the following: ./googleearth-bin: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64 Other (32-bit) graphical linux programs (i.e. my FPGA compiler) work fine. Best, Steve