
Originally Posted by
crazycheese
Yes, this is what I slightly personally dislike in your posts. Its better to write how to fix, instead of complain how bad it is. Complaining alone gets nowhere. Except, you offer a lot of approaches and they are all either ignored or closed with "wontfix" / "notbug" / "worksforme".
Btw how are framerates?
PS
Issue with libcurl is actually widely spread (urban terror, for example), because some developers are "brilliant" enough to link to some specific library version.
Like "libcurl.so.3". No wonder it fails.
The sane way, is always link to "libcurl.so", and to demand that "libcurl.so" is symlink to current "libcurl" implementation on this system.
I think, Gentoo does this, whilst Ubuntu not.