The Autopackage API

Table of Contents / Private library / Dependancy handling

Dependancy handling

Functions in this category

_findGlibcVersionsDIR
_checkForGlibcVersions<VERSION-SYMBOL> [VERSION-SYMBOL...]


Details

_findGlibcVersions
Syntax: _findGlibcVersions DIR
DIR: The directory to scan.
Outputs: A list of Glibc version symbols, separated by whitespace.
Scan a directory recursively for binaries and generate a list of Glibc version symbols that the binaries require.


_checkForGlibcVersions
Syntax: _checkForGlibcVersions <VERSION-SYMBOL> [VERSION-SYMBOL...]
VERSION-SYMBOL: An entry in the binaries verneed table, for instance GLIBC_2.3.1
Outputs: Missing symbols, if any.
Returns: non-zero if one or more of the given symbols are missing, zero if all are found.
Checks the system C library for the given version symbols. The missing symbols, if any will be output to stdout.


Last update: 10/6/2003