2,684
edits
Line 171: | Line 171: | ||
xdsgui: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory | xdsgui: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory | ||
If in the case of Ubuntu you don't know the name of the package that provides a certain library, the | If in the case of Ubuntu you don't know the name of the package that provides a certain library, the | ||
sudo apt-file search | sudo apt-file search <name-of-library> | ||
command would find it for you. This needs a one-time installation by | command would find it for you (where <code><name-of-library></code> could e.g. be <code>libGLU.so.1</code>). This needs a one-time installation by | ||
sudo apt install apt-file | sudo apt install apt-file | ||
sudo apt-file update | sudo apt-file update | ||
On the '''Mac''' (e.g. Yosemite) one needs [https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12 Xcode] installed. Otherwise one may obtain a popup error “You can’t open the application because it is not supported on this type of Mac.” After installation of Xcode, run the <code>strings</code> command (once) and accept the license agreement! | On the '''Mac''' (e.g. Yosemite) one needs [https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12 Xcode] installed. Otherwise one may obtain a popup error “You can’t open the application because it is not supported on this type of Mac.” After installation of Xcode, run the <code>strings</code> command (once) and accept the license agreement! | ||