-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Google Backup and Sync tool can't find libGL.so.1 (ELF) #342
Comments
GUI is not supported yet :( |
Yes, GUI apps are not quite supported yet, but we'd still like to know more about this problem. Do you actually have libGL.so.1 on the host? Where is it? Can you check (with |
yeah I know that and don't report about lots of apps wanting Carbon framework but this error seemed strange as I'm on Ubuntu 17.04 and Nvidia 381.26.13 via ppa driver working.. I have libGL.so.1 everywhere now as I created symlinks to to /usr/lib/nvidia-381/libGL.so.1 in /usr/lib64 & /usr/lib in addition to existing /usr/lib/x86_64-..../libGL.so.1 also created links to /usr/lib32/nvidia-381/libGL.so.1 in /usr/lib32 in addition of existing /usr/lib/i386-.../ links.. and even updated sudo ldconfig so don't know much more to do.. |
well running strace no clue either:
worried about:
but |
Well, when you want to Instead, you should launch (And we should really start documenting these things...) |
Please retest, this should have been fixed in 81372b9 |
using otool I get:
Darling [/Volumes/SystemRoot/media/ivan/datosx/progs2]$ otool -L Backup\ and\ Sync.app/Contents/MacOS/Backup\ and\ Sync
Backup and Sync.app/Contents/MacOS/Backup and Sync:
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 20.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 2577.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0)
running it I get:
Backup\ and\ Sync.app/Contents/MacOS/Backup\ and\ Sync
Cannot load libGL.so.1 (ELF): libGL.so.1: cannot open shared object file: No such file or directory
Abort trap: 6 (core dumped)
The text was updated successfully, but these errors were encountered: