On 3/1/19 10:13 AM, Dick Steffens wrote: > This is different from my earlier attempt to run Google Earth. During > that attempt I got the text part of the GE window, but not the image > part. This time I don't get anything. > > After getting the machine working again with the Nouveau driver I tried > to run Google Earth. I got this error message: > > bash-4.3$ google-earth-pro > Failed to load "/opt/google/earth/pro/libevllpro.so" because > "libGLU.so.1: cannot open shared object file: No such file or directory" > bash-4.3$ > > I find that libGLU is installed. > > root@ENU-2:~# slackpkg file-search libGLU > Looking for libGLU in package list. Please wait... DONE > The list below shows the packages that contains "libGLU" file. > [ installed ] - glu-9.0.0-x86_64-1 > root@ENU-2:~# > > Do I need to create a link somewhere so google-earth-pro can see what it > needs? Or is there some other problem? >
Did you install the x86_64 google-earth or the x86 (32-bit version)? To update the slocate library, as root run 'updatedb' This command is run automatically if you leave the PC on overnight. Alternatively, try on x86_64 ls -l /usr/lib64/libGLU* Also you can check ldd /opt/google/earth/pro/libevllpro.so |grep libGLU and 'should' see libGLU.so.1 => /usr/lib64/libGLU.so.1 If you see libGLU.so.1 => /usr/lib/libGLU.so.1 then that is your answer. If libs and symlinks are missing, reinstall glu-9.0.0-x86_64 package. -Ed
signature.asc
Description: OpenPGP digital signature
_______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
