Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigFiles = []string{
"/etc/ld.so.conf",
}
Functions ¶
func GetDynLibDirs ¶
GetDynLibDirs returns locations (directories) where the dynamic linker (DL) looks for .so libraries when it launches applications.
This information is read from /etc/ld.so.conf file
func GetDynLibs ¶
func GetDynLoader ¶
func GetDynLoader() string
func ParseDynLibConf ¶
ParseDynLibConf reads/parses DL config files defined as a pattern and returns a list of directories found in there (or an error).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.