
"
The Linux Foundation has just released a beta of a new program, Linux Application Checker (AppChecker), that's going to make independent software vendors and other programmers start to love developing for Linux." This program checks your application against different versions of the Linux Standard Base (LSB), and against all the Linux distributions in the LSB Database. After the test is done it will present a report about the compatibility status of your application with the various distributions, and which external libraries and interfaces your application uses.
Member since:
2005-07-06
Or worse, you download the source, and the original programmer assumed that certain things are installed - and thus, never mention them as dependencies. I remember when I was compiling things on Solaris there would be atleast 5 different dependencies the maintainers would never mention in their website.
One would assume that these people, with atleast a minimal university programming skill set would remember the cardinal rule of 'never make assumptions about the end users computer configuration".