Linux Standard Base Specification 1.0.0 | ||
---|---|---|
Prev | Appendix B. How To Create An LSB Compliant Application | Next |
There is an LSB development environment, lsbdev, with compile time stub libraries, and there is an LSB loader, ld-lsb.so.1, that needs to be installed. Follow the example below to install these LSB tools.
$ rpm -i ftp://lsb.sourceforge.net/pub/lsb/lsbdev/lsbdev-1.0.i386.rpm |
Download LSB-addon-newest.tar.gz from http://www.linuxbase.org/impl/ (for example) in the /tmp directory and install it:
$ cd / $ tar xzvf /tmp/LSB-addon-newest.tar.gz |