Quote:
Originally Posted by ATimson
Linux doesn't have a stable application binary interface, meaning that Adobe can't just compile a Linux program and expect it to work on much anything but that one very specific distribution/kernel.
Open source programs can just distribute, well, the source, and make users responsible for compiling it for themselves. But that's not an option for ADE (since the DRM relies on security by obscurity). So Adobe would need to offer dozens if not hundreds of versions of the software if they wanted users to be able to use it.
That's why they can't manage it. There's no one simple target like Windows or Mac OS X.
|
They wouldn't need to have to offer dozens, or hundreds, of versions. Many non-free (libre) apps just give the basic binaries, and the distros then build the various packages from that. I mean, that is exactly what Adobe does already with Acrobat Reader, and Flash. They use static links to the few libraries they use, so what they need is built into the binary and don't have to worry about where the library files are located or what the filename or version is.