I really need to run this software on my laptop (FreeBSD 11.0, Intel i5 CPU, NVIDIA graphics).
I installed it from ports, but it cannot start, telling that libc version is not correct:
As I understand, libc version, installed with linux-c6 (direct dependency of astro/google-earth) is not compatible with libLeap.so, used by googleearth binary.
Any idea how to get it working?
I installed it from ports, but it cannot start, telling that libc version is not correct:
Code:
$ googleearth
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number
Fontconfig warning: "local.conf", line 1093: saw number, expected matrix
[0729/210019:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
Failed to load "/compat/linux/opt/google/earth/free/libinput_plugin.so" because "/lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./libLeap.so)"
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Google Earth has caught signal 11.
As I understand, libc version, installed with linux-c6 (direct dependency of astro/google-earth) is not compatible with libLeap.so, used by googleearth binary.
Any idea how to get it working?