07.Standards Reports
Total Page:16
File Type:pdf, Size:1020Kb
Standards Reports Linux Gets a Boost - The Linux Our Standard Report Editor, Standards David Blackwood, welcomes dialogue between EPORTS R Standard Base: Linux has the fastest market growth rate this column and you, the readers. Please send of any operating system (OS) in the your comments to [email protected]. world, and it is being developed faster How Will It Benefit TANDARDS than any OS in history. However, for S Linux to move into the enterprise and Linux? serve as the host for enterprise applica- tions, a set of common standards is by Bill Claybrook needed. Without standards and com- Aberdeen Group mon application programming inter- [email protected] faces (APIs), independent software vendors (ISVs) and other developers [Editor’s Note: This is the kind of docu- must decide which of the more than 250 ment that IT VP’s in large corporations Linux distributions to target for hosting read all the time. It’s interesting to see how their applications. On the upside, stan- it’s written and how it asserts various dards will bring a greater market share points of view in a persuasive way. It for Linux, allowing for its continuing reminds me ever-so-slightly of the old growth. Developers, distributors, ISVs, /usr/group standardization process. systems vendors, and especially users It is also interesting to try to discern where will surely benefit. money is moving and to notice the In response to the need for Linux stan- reliance on brand names, logos, and dards, the Free Standards Group (FSG) trademarks. A huge part of the IT world has initiated two key projects – the relies on these sorts of assurances rather Linux Standard Base (LSB) and the than employing their own technical gurus. Linux Internationalization Standard Enjoy!] (Li18nux). This article is reprinted with the permis- The LSB provides binary and behavioral sion of Aberdeen Group, and is the intel- protocols that increase compatibility lectual property of Aberdeen Group. among Linux distributions; it also enables LSB-compliant applications to Linux is knocking on the enterprise run on any LSB-compliant Linux distri- door – and quickly making inroads. bution. Li18nux is a standard for creat- The speed with which Linux enters ing a foundation for language the enterprise depends to a large globalization of Linux-compliant distri- extent on the availability of enter- butions and applications. prise applications running on Linux. Note that LSB 1.1 compliance and The Free Standards Group is help- Li18nux 1.0 compliance are two separate ing to accelerate this effort via its concepts. Thus, a distribution can be Linux Standard Base (LSB) and LSB 1.1 compliant without being Li18nux 1.0 compliant – and vice versa. Li18nux initiatives. This InSight (The focus in this article is LSB 1.1.) gives a preview of the LSB and out- The FSG Workgroups for LSB 1.1 and lines the benefits associated with Li18nux 1.0 will deliver complete, writ- deploying LSB-compliant software. ten documentation articulating what is needed to make Linux distributions and other Linux-based software compliant. In addition, they will deliver compliance June 2002 ;login: THE LINUX STANDARD BASE 59 test suites for each standard. For addi- also contains some hardware-specific system call that opens a pipe to a tional LSB and Li18nux information, see code. The LSB component is expected to process). http://www.freestandards.org. grow over time with the addition of Outside the bounds of the Linux distri- libraries, e.g., C++, but only those that The FSG is an independent, non-profit bution, but with direct access to the are stable (subject to infrequent change) organization dedicated to accelerating LSB-specified ABI, are the development will be added to the LSB component. the use and acceptance of open source tool kit, commercial applications, etc. technologies through the development One of the features of compliant devel- and promotion of standards. The FSG is opment tools is that they will restrict backed by important industry leaders potential missteps in developing com- including Caldera, Compaq, Debian, pliant applications. Dell, Hewlett-Packard (HP), Hitachi, Today, the GNU tool kit, which includes IBM, Intel, Oracle, Red Hat, Sun, SuSE, the gcc compiler, is the only tool kit that Turbolinux, and key members of the has been adopted for the development open source development community. of compliant applications and middle- Motivation for Linux ware. In the future, however, other tool Standards kits could be shown to be compatible for developing compliant applications. For the past several years, ISVs have struggled with the task of porting their Any software package or library that is applications to multiple OS platforms not specifically included in the LSB 1.1 including several Unix/RISC platforms. specification is considered to be outside Porting efforts are often time-consum- the scope of the standard. Adding a ing and costly. Once a port is completed, nonconforming package to an otherwise the ISV must support it. conforming Linux distribution does not prevent the distribution from conform- ISVs want access to as many markets as ing, unless the package removes or possible, but they do not want to repeat replaces a conforming part of the distri- the Unix/RISC phenomena – making bution. multiple ports to Linux. ISVs want to do a single port to Linux that will run on If an application developer goes outside many Linux distributions. Red Hat is the the LSB ABI, there are special rules to largest Linux distributor by far, but Figure 1: LSB View of Linux follow. These rules may require the other distributions find significant favor Distribution application developer to static-link in many geographical sectors around the Source: Aberdeen Group, March 2002 modules or bundle them with the appli- world. The LSB may be interpreted by cation to attain compliance. LSB 1.1 defines an Application Binary some as a way to “level the playing field” Interface (ABI), which is very similar to for distributors, but the real significance LSB Certification the POSIX.1 and POSIX.2 source speci- of the LSB rests in making long-term The LSB certification program is cur- fications. The LSBís ABI defines the API enterprise Linux deployments possible. rently under development; therefore, for developers to program to, and it some of the information provided Linux Standard Base 1.1 includes runtime definitions for binary below may differ slightly from the final LSB 1.1 standardizes the core function- compatibility. published details. LSB 1.1 specifies sepa- ality of Linux and core/primary Presently, an LSB-compliant Linux dis- rate sets of compliance test suites for libraries. Figure 1 depicts how a Linux tribution must supply 15 specific Linux distributions, Linux applications, distribution will be viewed post-LSB 1.1. libraries that define the ABIs. What LSB and Linux build environments. The LSB At the lowest level are the Linux kernel, 1.1 does not define, applications must Workgroup is responsible for develop- drivers, and hardware (architecture)- not use. For example, the vi (1) editor is ing the test suites and making them specific code. None of this code is not LSB-defined or LSB-compliant; available. directly affected by LSB 1.1. Above the therefore, it should not be called, via Linux kernel is the LSB component. It popen, by an application (popen is a 60 Vol. 27, No. 3 ;login: For application testing, the LSB checks pliant logo on their products, indicating LSB 1.1 software after the end of 2002. to determine if the applications are that they have been certified. However, According to our research, any Linux EPORTS using only LSB-specified ABIs and other companies could be required to distributor or Linux-based software R libraries, the LSB runtime linker, and use independent third-party companies supplier that wants to do enterprise executable and linking format (ELF). In to obtain the logo. business will have to produce LSB 1.1- addition, a set of Filesystem Hierarchy compliant products. LSB 1.1 and TANDARDS Linux distributors, such as Red Hat, S Standard (FHS) questions is asked about Li18nux 1.0 are good starts by the FSG SuSE, etc., are responsible for certifying the installation of the application. Lastly, to produce standard interfaces for the their distributions on the various hard- the application is required to be tested to development of software for Linux. ware architectures – such as IA-32, Ita- work on the LSB Sample Implementa- Standards make the long-term deploy- nium, and RISC – that they support. tion (a minimal Linux system that con- ment of Linux in the enterprise more Systems vendors like HP, IBM, Compaq, tains mostly just what is specified by the attractive and less costly for suppliers Dell, etc., will “trust” that Linux distrib- LSB) and two LSB-compliant distribu- and users. utors have certified these distributions tions. ISVs and other application devel- on the architectures that they (the dis- opers can get a preview of the types of tributors) support. IBM, for example, problems that they may encounter in will not need to repeat the SuSE Linux becoming LSB-compliant by running certification process when it ships (or their application(s) on an LSB-compli- supports) SuSE Linux on IBM servers. ant distribution (or the LSB Sample Implementation) and examining the There are two levels of certification. error reports. First-level certification involves, for example, an ISV like Oracle running the To successfully qualify as an LSB-com- LSB-compliant application test suites pliant Linux distribution, a distribution against one of its applications on two must supply the 15 libraries that define LSB-compliant Linux distributions, reg- the ABIs, adhere to the FHS, successfully istering the results with the LSB, and run a set of test applications, etc.