LSB Compliance

Programmers who wish to produce binary applications that will run on any LSB-conforming implementation should follow this procedure:

  1. Link your binary application with the LSB's stub libraries found in /usr/lsb/lib to determine at compile time if your application is using only LSB defined APIs.

  2. Link your binary application with the LSB /lib/ld-lsb.so.1 dynamic linker/loader.

  3. Verify your binary application with the LSB's /usr/bin/lsbappchk tool to determine at runtime if your application is using only LSB defined APIs.