[CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Fred Smith
Has anyone gotten 64-bit google earth to run on el6 x86_64?

It dies almost immediately, complaining for lack of ld-lsb.so.3.
Perusing user forums at google I see a few others with the problem,
but no (working) solutions.

Thanks in advance!

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   "For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart."  
 Hebrews 4:12 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Earl Ramirez
On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote:
> Has anyone gotten 64-bit google earth to run on el6 x86_64?
> 
> It dies almost immediately, complaining for lack of ld-lsb.so.3.
> Perusing user forums at google I see a few others with the problem,
> but no (working) solutions.
> 
> Thanks in advance!
> 
Fred,

You will need to install the following 32 bit packages

1. redhat-lsb.i686
2. mesa-libGL.i686
3. mesa-libGLU.i686

I get this to work on my laptop a few days ago.

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Fred Smith
On Mon, Mar 04, 2013 at 10:56:26AM +0800, Earl Ramirez wrote:
> On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote:
> > Has anyone gotten 64-bit google earth to run on el6 x86_64?
> > 
> > It dies almost immediately, complaining for lack of ld-lsb.so.3.
> > Perusing user forums at google I see a few others with the problem,
> > but no (working) solutions.
> > 
> > Thanks in advance!
> > 
> Fred,
> 
> You will need to install the following 32 bit packages
> 
> 1. redhat-lsb.i686
> 2. mesa-libGL.i686
> 3. mesa-libGLU.i686
> 
> I get this to work on my laptop a few days ago.

thanks Earl, I'll give it a whirl.

I did "ldd /opt/google/earth/free/googleearth-bin" and got back a list
of a dozen or so "not found" items, would you be willing to check on
your system and see what you get back? (that might be because it has
not been thru the preceding shellscript that might set up some ENV
to point to the right places, I suppose.)

thanks!

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   I can do all things through Christ 
  who strengthens me.
-- Philippians 4:13 ---
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-04 Thread Joe Pruett

On 03/03/2013 07:35 PM, Fred Smith wrote:
> On Mon, Mar 04, 2013 at 10:56:26AM +0800, Earl Ramirez wrote:
>> On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote:
>>> Has anyone gotten 64-bit google earth to run on el6 x86_64?
>>>
>>> It dies almost immediately, complaining for lack of ld-lsb.so.3.
>>> Perusing user forums at google I see a few others with the problem,
>>> but no (working) solutions.
>>>
>>> Thanks in advance!
>>>
>> Fred,
>>
>> You will need to install the following 32 bit packages
>>
>> 1. redhat-lsb.i686
>> 2. mesa-libGL.i686
>> 3. mesa-libGLU.i686
>>
>> I get this to work on my laptop a few days ago.
> thanks Earl, I'll give it a whirl.
>
> I did "ldd /opt/google/earth/free/googleearth-bin" and got back a list
> of a dozen or so "not found" items, would you be willing to check on
> your system and see what you get back? (that might be because it has
> not been thru the preceding shellscript that might set up some ENV
> to point to the right places, I suppose.)
>
you will also need to rename /etc/fonts/conf.d/65-fonts-persian.conf to
something that doesn't end in .conf. there is a bug in google earth that
breaks with large xml font config files that are larger than 8k. you
could probably also remove comments and so forth from the file to make
it smaller if you need to have persian fonts :-).
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-05 Thread Toralf Lund
On 04/03/13 04:35, Fred Smith wrote:
> On Mon, Mar 04, 2013 at 10:56:26AM +0800, Earl Ramirez wrote:
>> On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote:
>>> Has anyone gotten 64-bit google earth to run on el6 x86_64?
>>>
>>> It dies almost immediately, complaining for lack of ld-lsb.so.3.
>>> Perusing user forums at google I see a few others with the problem,
>>> but no (working) solutions.
>>>
>>> Thanks in advance!
>>>
>> Fred,
>>
>> You will need to install the following 32 bit packages
>>
>> 1. redhat-lsb.i686
>> 2. mesa-libGL.i686
>> 3. mesa-libGLU.i686
>>
>> I get this to work on my laptop a few days ago.
> thanks Earl, I'll give it a whirl.
>
> I did "ldd /opt/google/earth/free/googleearth-bin" and got back a list
> of a dozen or so "not found" items,
>   would you be willing to check on
> your system and see what you get back? (that might be because it has
> not been thru the preceding shellscript that might set up some ENV
> to point to the right places, I suppose.)
I think it should be able to resolve all "external" libs via standard path.

You probably need to install 32-bit versions of a lot more libs, like Qt 
and the basic X11 stuff. The real problem here is that libraries used is 
not listed in the package requirements. Not to mention the fact that the 
so-called 64-bit package actually contains 32-bit binaries. Or at least, 
that's the case for the one I have - 
google-earth-stable-7.0.2.8415-0.x86_64.

- Toralf

>
> thanks!
>
> Fred
>


This e-mail, including any attachments and response string, may contain 
proprietary information which is confidential and may be legally privileged. It 
is for the intended recipient only. If you are not the intended recipient or 
transmission error has misdirected this e-mail, please notify the author by 
return e-mail and delete this message and any attachment immediately. If you 
are not the intended recipient you must not use, disclose, distribute, forward, 
copy, print or rely on this e-mail in any way except as permitted by the author.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-05 Thread Fred Smith
On Tue, Mar 05, 2013 at 03:59:01PM +0100, Toralf Lund wrote:
> On 04/03/13 04:35, Fred Smith wrote:
> > On Mon, Mar 04, 2013 at 10:56:26AM +0800, Earl Ramirez wrote:
> >> On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote:
> >>> Has anyone gotten 64-bit google earth to run on el6 x86_64?
> >>>
> >>> It dies almost immediately, complaining for lack of ld-lsb.so.3.
> >>> Perusing user forums at google I see a few others with the problem,
> >>> but no (working) solutions.
> >>>
> >>> Thanks in advance!
> >>>
> >> Fred,
> >>
> >> You will need to install the following 32 bit packages
> >>
> >> 1. redhat-lsb.i686
> >> 2. mesa-libGL.i686
> >> 3. mesa-libGLU.i686
> >>
> >> I get this to work on my laptop a few days ago.
> > thanks Earl, I'll give it a whirl.
> >
> > I did "ldd /opt/google/earth/free/googleearth-bin" and got back a list
> > of a dozen or so "not found" items,
> >   would you be willing to check on
> > your system and see what you get back? (that might be because it has
> > not been thru the preceding shellscript that might set up some ENV
> > to point to the right places, I suppose.)
> I think it should be able to resolve all "external" libs via standard path.
> 
> You probably need to install 32-bit versions of a lot more libs, like Qt 
> and the basic X11 stuff. The real problem here is that libraries used is 
> not listed in the package requirements. Not to mention the fact that the 
> so-called 64-bit package actually contains 32-bit binaries. Or at least, 
> that's the case for the one I have - 
> google-earth-stable-7.0.2.8415-0.x86_64.
> 
 http://lists.centos.org/mailman/listinfo/centos

Yes, I did the modifications given earlier by Earl and one other poster
and now google earth starts up.

but it complains there's no usable graphics card, and only displays
the menus/borders/etc, with the main view window being empty/black.

I do have a supported graphics card (Nvidia GeForce 9800GT), and have
the nvidia drivers installed.

can anyone advise how to make GE recognize it? I'm guessing it's failing
because Google seems to be distributing 32-bit binaries instead of 64-bit
binaries, but I've no clue  how to fix this.

Clues will be appreciated!

thanks in advance.

Fred

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-06 Thread Alexandru Chiscan
On 03/06/2013 05:54 AM, Fred Smith wrote:
>
>   http://lists.centos.org/mailman/listinfo/centos
>
> Yes, I did the modifications given earlier by Earl and one other poster
> and now google earth starts up.
>
> but it complains there's no usable graphics card, and only displays
> the menus/borders/etc, with the main view window being empty/black.
>
> I do have a supported graphics card (Nvidia GeForce 9800GT), and have
> the nvidia drivers installed.
>
> can anyone advise how to make GE recognize it? I'm guessing it's failing
> because Google seems to be distributing 32-bit binaries instead of 64-bit
> binaries, but I've no clue  how to fix this.
>
> Clues will be appreciated!
try to install the nvidia 32bit compatibility libraries. if installed 
using the nvidia installer it asks you, if installed from elrepo use

nvidia-x11-drv-32bit package

Lec


>
> thanks in advance.
>
> Fred
>


-- 
Lec

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-06 Thread Fred Smith
On Wed, Mar 06, 2013 at 10:57:35AM +0200, Alexandru Chiscan wrote:
> On 03/06/2013 05:54 AM, Fred Smith wrote:
> >
> >   http://lists.centos.org/mailman/listinfo/centos
> >
> > Yes, I did the modifications given earlier by Earl and one other poster
> > and now google earth starts up.
> >
> > but it complains there's no usable graphics card, and only displays
> > the menus/borders/etc, with the main view window being empty/black.
> >
> > I do have a supported graphics card (Nvidia GeForce 9800GT), and have
> > the nvidia drivers installed.
> >
> > can anyone advise how to make GE recognize it? I'm guessing it's failing
> > because Google seems to be distributing 32-bit binaries instead of 64-bit
> > binaries, but I've no clue  how to fix this.
> >
> > Clues will be appreciated!
> try to install the nvidia 32bit compatibility libraries. if installed 
> using the nvidia installer it asks you, if installed from elrepo use
> 
> nvidia-x11-drv-32bit package

Ah, thanks Lec! That was less than obvious, so I appreciate the guidance.

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever."
--- Isaiah 9:7 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos