Erik wrote:Today I tried again to get Dropbox working on my main computer. I read on the Dropbox website looking for dependencies and required versions of them. I found that I missed the "libnotify" library. I tried again removing libraries where I suspected that a version conflict could exist, and found that I only needed to remove libdrm.so.2 from the dropbox-lnx.x86_64-37.4.29 directory.
Steveh, if you did not succeed in getting the newest version working, look if libnotify is installed and remove libdrm.so.2!

Greetings,
Erik.
Do you mean to say dropbox is providing precompiled shared libraries in its distribution???
This is the Windows Way...and the old Windows Way at that. Shades of DLL Hell!
No wonder it doesn't work.
I would propose that you search the install directory and immediately remove any .so files that have corresponding entries in /usr/lib, /usr/lib64, /lib, or /lib64 (though the latter two are symlinked to the former two, or should be anyway). For safety, first rename them. Then, when you see for sure you don't need them, delete them.