www.freebsdchina.org/utils/phpMan.php/man/libmap.conf/5
so1 allows dynamic object depen- dencies to be mapped to arbitrary names. The configuration file consists of two whitespace separated columns; the left hand side containing the mapping candidate and the right hand side containing the mapping. Dependencies are matched against candidates and replaced with the mappings. Constrained mappings may be specified by enclosing the name of the exe- cutable or library in brackets. All mappings following a constraint will only be evaluated for that constraint. Currently, constraints are matched literally so that an executable with a fully qualified pathname will only match the same constraint. This means that /usr/bin/foo will not match a constraint for foo and vise-versa. Constrained mappings must never appear first in the configura- tion file. While there is a way to specify the default'' constraint, its use is not recommended. The most common use at the date of writing is for allowing multiple POSIX threading libraries to be used on a system without relinking or changing symlinks.
|