Bug 28653 - after migration mga7 > 8 google-earth-pro can't be opened
Summary: after migration mga7 > 8 google-earth-pro can't be opened
Status: RESOLVED DUPLICATE of bug 28018
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 8
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-26 17:35 CET by peter lawford
Modified: 2021-05-13 20:16 CEST (History)
5 users (show)

See Also:
Source RPM: google-earth-pro-stable-7.3.3.7786-0
CVE:
Status comment:


Attachments

Description peter lawford 2021-03-26 17:35:27 CET
Description of problem:
google-earth-pro well worked with mga7, but after upgrading mga7 to 8 and removing all remaining mga7 pkgs, google-earth-pro can no longer be opened
[alain4@mga6-64 ~]$ rpm -qa |grep google-earth
google-earth-pro-stable-7.3.3.7786-0
[alain4@mga6-64 ~]$ LANG=C google-earth-pro
/usr/bin/google-earth-pro: line 21: 1361677 Segmentation fault      (core dumped) "$(dirname "$(readlink -f "$0")")/googleearth-bin" "$@"


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
Comment 1 sturmvogel 2021-03-26 18:39:59 CET
The error is caused by the outdated libcrypto.so.1.0.0 supplied by Google.
If you delete or rename Google's own, GE picks up the current one from the system.

[code]# mv /opt/google/earth/pro/libcrypto.so.1.0.0 /opt/google/earth/pro/libcrypto.so.1.0.0-bak[/code]

CC: (none) => sturm-fr

sturmvogel 2021-03-26 18:40:48 CET

CC: sturm-fr => (none)

Comment 2 sturmvogel 2021-03-26 19:10:44 CET
This recommendation was given in the english and german forum. Didn't try it myself.

CC: (none) => sturm-fr

Comment 3 peter lawford 2021-03-26 19:18:40 CET
(In reply to sturmvogel from comment #1)
> The error is caused by the outdated libcrypto.so.1.0.0 supplied by Google.
> If you delete or rename Google's own, GE picks up the current one from the
> system.
> 
> [code]# mv /opt/google/earth/pro/libcrypto.so.1.0.0
> /opt/google/earth/pro/libcrypto.so.1.0.0-bak[/code]

problem: I don't know what to write at the place of final [/code]
I've uninstalled and reinstalled google-earth-pro-stable-7.3.3.7786-0.x86_64
but the same error persists
Comment 4 Lewis Smith 2021-03-26 22:10:28 CET
Thank you sturmvogel for the detail.

> I don't know what to write at the place of final [/code]
Peter, could you not see that the [code] [/code] are just wrappers to designate commands or code?
Just do what he said: As root, and all one line:
mv /opt/google/earth/pro/libcrypto.so.1.0.0 /opt/google/earth/pro/libcrypto.so.1.0.0-bak

CC: (none) => lewyssmith

Comment 5 peter lawford 2021-03-26 23:32:38 CET
(In reply to Lewis Smith from comment #4)
> Thank you sturmvogel for the detail.
> 
> > I don't know what to write at the place of final [/code]
> Peter, could you not see that the [code] [/code] are just wrappers to
> designate commands or code?
> Just do what he said: As root, and all one line:
> mv /opt/google/earth/pro/libcrypto.so.1.0.0
> /opt/google/earth/pro/libcrypto.so.1.0.0-bak

OK! I did it:
[root@mga6-64 ~]# mv -v /opt/google/earth/pro/libcrypto.so.1.0.0 /opt/google/earth/pro/libcrypto.so.1.0.0-bak
renamed '/opt/google/earth/pro/libcrypto.so.1.0.0' -> '/opt/google/earth/pro/libcrypto.so.1.0.0-bak'
and now:
[alain4@mga6-64 ~]$ google-earth-pro
/opt/google/earth/pro/googleearth-bin: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

all I see is that the command google-earth-pro worked with mageia7 and doesn't work with mageia8
Comment 6 Dave Hodgins 2021-03-27 02:02:02 CET
See https://bugs.mageia.org/show_bug.cgi?id=28018#c17

CC: (none) => davidwhodgins

Comment 7 Morgan Leijström 2021-03-27 12:07:23 CET
The English forum thread https://forums.mageia.org/en/viewtopic.php?f=7&t=13978

CC: (none) => fri

Comment 8 Morgan Leijström 2021-03-27 17:36:52 CET
I refer to Bug 28018 - Google Earth: how to run it on Mageia 8

And close this for the same reason - not our package,

- but see that bug for solution :)

Resolution: (none) => INVALID
Status: NEW => RESOLVED

Comment 9 Aurelien Oudelet 2021-05-13 20:16:56 CEST
(In reply to Morgan Leijström from comment #8)
> I refer to Bug 28018 - Google Earth: how to run it on Mageia 8
> 
> And close this for the same reason - not our package,
> 
> - but see that bug for solution :)

No, this is duplicate one.
Also, this should land to erratas based on Bug 28018.

*** This bug has been marked as a duplicate of bug 28018 ***

CC: (none) => ouaurelien
Resolution: INVALID => DUPLICATE


Note You need to log in before you can comment on or make changes to this bug.